Shades of Aubergine #291F21
Tints of Aubergine #291F21
RGB
CMYK
RGB Variations
Color information
#291F21 (or 0x291F21) is known color: Aubergine. HEX triplet: 29, 1F and 21. RGB value is (41,31,33). Sum of RGB (Red+Green+Blue) = 41+31+33=105 (13% of max value = 765). Red value is 41 (16.41% from 255 or 39.05% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 33 (13.28% from 255 or 31.43% from 105); Max value from RGB is 41 - color contains mainly: red. Hex color #291F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291F21 is #D6E0DE. Grayscale: #222222. Windows color (decimal): -14082271 or 2170665. OLE color: 2170665.
HSL color Cylindrical-coordinate representation of color #291F21: hue angle of 348º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #291F21 is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 31 | 33 | - |
| CMYK | 0 | 0.24 | 0.20 | 0.84 |
| HSL | 348º | 0.14% | 0.14% | - |
| HSV(B) | 348º | 0.24% | 0.16% | - |
| XYZ | 1.68 | 1.56 | 1.65 | - |
| YUV | 34.22 | 127.31 | 132.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 31 | 33 | 0 | 0.24 | 0.20 | 0.84 | 348 | 0.14 | 0.14 |
| Hex | 29 | 1F | 21 | 0 | 18 | 14 | 54 | 15C | E | E |
| Octal | 51 | 37 | 41 | 0 | 30 | 24 | 124 | 534 | 16 | 16 |
| Binary | 101001 | 11111 | 100001 | 0 | 11000 | 10100 | 1010100 | 101011100 | 1110 | 1110 |
Color Harmonies of #291F21
Complementary color
Monochromatic Colors of #291F21
Black with #291F21
Text Example
Text Example
White with #291F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291F21; }
p { color: rgb(41,31,33); }
H1.HeaderClassName
{
color: #291F21;
}
.AnyTagClassName
{
color: #291F21;
}
</style>
background-color css
<style>
a { background-color: #291F21; }
a { background-color: rgb(41,31,33); }
div.DivClassName
{
background-color: #291F21;
}
.BgClassName
{
background-color: #291F21;
}
</style>
border-color css
<style>
span { border-color: #291F21; }
span { border-color: rgb(41,31,33); }
td.TdClassName
{
border-color: #291F21;
}
.TagClassName
{
border-color: #291F21;
}
</style>