Shades of Aubergine #291D1F
Tints of Aubergine #291D1F
RGB
CMYK
RGB Variations
Color information
#291D1F (or 0x291D1F) is known color: Aubergine. HEX triplet: 29, 1D and 1F. RGB value is (41,29,31). Sum of RGB (Red+Green+Blue) = 41+29+31=101 (13% of max value = 765). Red value is 41 (16.41% from 255 or 40.59% from 101); Green value is 29 (11.72% from 255 or 28.71% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 41 - color contains mainly: red. Hex color #291D1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #291D1F is #D6E2E0. Grayscale: #202020. Windows color (decimal): -14082785 or 2039081. OLE color: 2039081.
HSL color Cylindrical-coordinate representation of color #291D1F: hue angle of 350º degrees, saturation: 0.17, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #291D1F is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 29 | 31 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.84 |
| HSL | 350º | 0.17% | 0.14% | - |
| HSV(B) | 350º | 0.29% | 0.16% | - |
| XYZ | 1.6 | 1.45 | 1.49 | - |
| YUV | 32.82 | 126.98 | 133.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 29 | 31 | 0 | 0.29 | 0.24 | 0.84 | 350 | 0.17 | 0.14 |
| Hex | 29 | 1D | 1F | 0 | 1D | 18 | 54 | 15E | 11 | E |
| Octal | 51 | 35 | 37 | 0 | 35 | 30 | 124 | 536 | 21 | 16 |
| Binary | 101001 | 11101 | 11111 | 0 | 11101 | 11000 | 1010100 | 101011110 | 10001 | 1110 |
Color Harmonies of #291D1F
Complementary color
Monochromatic Colors of #291D1F
Black with #291D1F
Text Example
Text Example
White with #291D1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #291D1F; }
p { color: rgb(41,29,31); }
H1.HeaderClassName
{
color: #291D1F;
}
.AnyTagClassName
{
color: #291D1F;
}
</style>
background-color css
<style>
a { background-color: #291D1F; }
a { background-color: rgb(41,29,31); }
div.DivClassName
{
background-color: #291D1F;
}
.BgClassName
{
background-color: #291D1F;
}
</style>
border-color css
<style>
span { border-color: #291D1F; }
span { border-color: rgb(41,29,31); }
td.TdClassName
{
border-color: #291D1F;
}
.TagClassName
{
border-color: #291D1F;
}
</style>