Shades of Aubergine #29191E
Tints of Aubergine #29191E
RGB
CMYK
RGB Variations
Color information
#29191E (or 0x29191E) is known color: Aubergine. HEX triplet: 29, 19 and 1E. RGB value is (41,25,30). Sum of RGB (Red+Green+Blue) = 41+25+30=96 (12% of max value = 765). Red value is 41 (16.41% from 255 or 42.71% from 96); Green value is 25 (10.16% from 255 or 26.04% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 41 - color contains mainly: red. Hex color #29191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29191E is #D6E6E1. Grayscale: #1E1E1E. Windows color (decimal): -14083810 or 1972521. OLE color: 1972521.
HSL color Cylindrical-coordinate representation of color #29191E: hue angle of 341.25º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #29191E is Cyan = 0, Magento = 0.39, Yellow = 0.27 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 25 | 30 | - |
| CMYK | 0 | 0.39 | 0.27 | 0.84 |
| HSL | 341.25º | 0.24% | 0.13% | - |
| HSV(B) | 341.25º | 0.39% | 0.16% | - |
| XYZ | 1.5 | 1.26 | 1.39 | - |
| YUV | 30.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 25 | 30 | 0 | 0.39 | 0.27 | 0.84 | 341.25 | 0.24 | 0.13 |
| Hex | 29 | 19 | 1E | 0 | 27 | 1B | 54 | 155 | 18 | D |
| Octal | 51 | 31 | 36 | 0 | 47 | 33 | 124 | 525 | 30 | 15 |
| Binary | 101001 | 11001 | 11110 | 0 | 100111 | 11011 | 1010100 | 101010101 | 11000 | 1101 |
Color Harmonies of #29191E
Complementary color
Monochromatic Colors of #29191E
Black with #29191E
Text Example
Text Example
White with #29191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29191E; }
p { color: rgb(41,25,30); }
H1.HeaderClassName
{
color: #29191E;
}
.AnyTagClassName
{
color: #29191E;
}
</style>
background-color css
<style>
a { background-color: #29191E; }
a { background-color: rgb(41,25,30); }
div.DivClassName
{
background-color: #29191E;
}
.BgClassName
{
background-color: #29191E;
}
</style>
border-color css
<style>
span { border-color: #29191E; }
span { border-color: rgb(41,25,30); }
td.TdClassName
{
border-color: #29191E;
}
.TagClassName
{
border-color: #29191E;
}
</style>