Shades of Aubergine #29181D
Tints of Aubergine #29181D
RGB
CMYK
RGB Variations
Color information
#29181D (or 0x29181D) is known color: Aubergine. HEX triplet: 29, 18 and 1D. RGB value is (41,24,29). Sum of RGB (Red+Green+Blue) = 41+24+29=94 (12% of max value = 765). Red value is 41 (16.41% from 255 or 43.62% from 94); Green value is 24 (9.77% from 255 or 25.53% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 41 - color contains mainly: red. Hex color #29181D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #29181D is #D6E7E2. Grayscale: #1D1D1D. Windows color (decimal): -14084067 or 1906729. OLE color: 1906729.
HSL color Cylindrical-coordinate representation of color #29181D: hue angle of 342.35º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #29181D is Cyan = 0, Magento = 0.41, Yellow = 0.29 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 41 | 24 | 29 | - |
| CMYK | 0 | 0.41 | 0.29 | 0.84 |
| HSL | 342.35º | 0.26% | 0.13% | - |
| HSV(B) | 342.35º | 0.41% | 0.16% | - |
| XYZ | 1.46 | 1.21 | 1.32 | - |
| YUV | 29.65 | 127.63 | 136.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 24 | 29 | 0 | 0.41 | 0.29 | 0.84 | 342.35 | 0.26 | 0.13 |
| Hex | 29 | 18 | 1D | 0 | 29 | 1D | 54 | 156 | 1A | D |
| Octal | 51 | 30 | 35 | 0 | 51 | 35 | 124 | 526 | 32 | 15 |
| Binary | 101001 | 11000 | 11101 | 0 | 101001 | 11101 | 1010100 | 101010110 | 11010 | 1101 |
Color Harmonies of #29181D
Complementary color
Monochromatic Colors of #29181D
Black with #29181D
Text Example
Text Example
White with #29181D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29181D; }
p { color: rgb(41,24,29); }
H1.HeaderClassName
{
color: #29181D;
}
.AnyTagClassName
{
color: #29181D;
}
</style>
background-color css
<style>
a { background-color: #29181D; }
a { background-color: rgb(41,24,29); }
div.DivClassName
{
background-color: #29181D;
}
.BgClassName
{
background-color: #29181D;
}
</style>
border-color css
<style>
span { border-color: #29181D; }
span { border-color: rgb(41,24,29); }
td.TdClassName
{
border-color: #29181D;
}
.TagClassName
{
border-color: #29181D;
}
</style>