Color: #290E3A
#290E3A Color Information
#290E3A is a dark color. The closest websafe version is #290E3A. A complement of this color would be #1F390E, perceived brightness is 0.11, and the grayscale version is #242424.
In the HSL color space, this color has a hue angle of 277°,a saturation of 61%, and a lightness of 14%.The HSV representation shows a hue of 277°, a saturation of 76%, and a value of 23%.
In a RGB color space, #290E3A is composed of 16% red, 5% green and 23% blue. Whereas in a CMYK color space, it is composed of 29% cyan, 76% magenta, 0% yellow and 77% black.
In the Yxy color space, this color is represented as Y: 1.06, x: 0.2949, and y: 0.1797.
Color Code #290E3A
Shades of Color #290E3A
Shades are created by darkening the original color #290E3A in equal steps from 0% to 90%. These shades are perfect for creating depth and contrast in your designs. Use them to add visual hierarchy or highlight specific elements in your projects.
Tints of Color #290E3A
Tints are created by lightening the original color #290E3A in equal steps from 0% to 90%, ending with pure white. These tints are ideal for creating soft backgrounds, subtle highlights, or cohesive UI elements that complement your designs.
About #290E3A Color Code
In the HSL color space, this color has a hue angle of 277°, a saturation of 61%, and a lightness of 14%. The HSV representation shows a hue of 277°, a saturation of 76%, and a value of 23%.
- HEX: #290E3A
- RGB: rgb(41, 14, 58)
- HSL: hsl(277, 61%, 14%)
- HSV: hsv(277, 76%, 23%)
- CMYK: 29.00% cyan, 76.00% magenta, 0.00% yellow, 77.00% black
- XYZ: 1.74, 1.06, 3.10
- Yxy: 1.06, 0.2949, 0.1797
- Hunter Lab: 9.52, 21.19, -22.95
- CIE-Lab: 9.52, 21.19, -22.95
In the XYZ color space, this color is represented as X: 1.74, Y: 1.06, Z: 3.10. The Yxy representation further refines this as Y: 1.06, x: 0.2949, and y: 0.1797.
In the Hunter Lab color space, this color is represented as L: 9.52, a: 21.19, and b: -22.95. Similarly, in the CIE-Lab color space, it is represented as L: 9.52, a: 21.19, and b: -22.95.
Use these color codes in your CSS, design tools, or anywhere you need to specify a color. You can also explore its shades and tints for more creative options.
Triadic Colors of #290E3A
Triadic colors are three colors evenly spaced around the color wheel, including #290E3A. They create vibrant and balanced color schemes, perfect for designs that need contrast and harmony.
Split Complementary Colors of #290E3A
Split complementary colors are two colors adjacent to the complementary color of #290E3A. They create a balanced and visually appealing color scheme.
Monochromatic Colors of #290E3A
Monochromatic colors are variations of #290E3A, including its shades, tints, and tones. They create elegant and minimalistic designs with a unified color theme.
Complementary Color of #290E3A
The complementary color of #290E3A is opposite it on the color wheel. Complementary colors provide strong contrast and are ideal for designs that need visual impact and attention.
CSS Examples of #290E3A
/* Using HEX */ body { background-color: #290e3a; }
/* Using RGB */ body { background-color: rgb(41, 14, 58); }
/* Using RGB with opacity */ body { background-color: rgba(41, 14, 58, 0.5); }
/* Using HSL */ body { background-color: hsl(277, 61%, 14%); }
/* Text color */ p { color: #290e3a; }
/* Box shadow */ div { box-shadow: 4px 4px #290e3a; }
/* Border color */ .box { border: 4px solid #290e3a; }
/* Text shadow */ h1 { color: #222; text-shadow: 2px 2px 0 #290e3a; }
/* Background with text */ div { background: #290e3a; color: #fff; padding: 16px; border-radius: 8px; }
HTML Examples of #290E3A
<!-- Using HEX --> <div style="background-color: #290e3a; width: 100px; height: 100px;"></div>
<!-- Using RGB --> <div style="background-color: rgb(41, 14, 58); width: 100px; height: 100px;"></div>
<!-- Using RGB with opacity --> <div style="background-color: rgba(41, 14, 58, 0.5); width: 100px; height: 100px;"></div>
<!-- Using HSL --> <div style="background-color: hsl(277, 61%, 14%); width: 100px; height: 100px;"></div>
<!-- Text color --> <p style="color: #290e3a;">This is a text example.</p>
<!-- Box shadow --> <div style="box-shadow: 4px 4px #290e3a; width: 100px; height: 100px;"></div>
<!-- Border color --> <div style="border: 4px solid #290e3a; width: 100px; height: 100px;"></div>
<!-- Text shadow --> <h1 style="color: #222; text-shadow: 2px 2px 0 #290e3a;">Text Shadow Preview</h1>
<!-- Background with text --> <div style="background: #290e3a; color: #fff; padding: 16px; border-radius: 8px;"> #290E3A </div>
Related Colors of #290E3A
These colors are similar to #290E3A, with slight variations in hue. Use them to create harmonious designs or explore alternative shades for your projects.