Shades of Aubergine #1D1418
Tints of Aubergine #1D1418
RGB
CMYK
RGB Variations
Color information
#1D1418 (or 0x1D1418) is known color: Aubergine. HEX triplet: 1D, 14 and 18. RGB value is (29,20,24). Sum of RGB (Red+Green+Blue) = 29+20+24=73 (9% of max value = 765). Red value is 29 (11.72% from 255 or 39.73% from 73); Green value is 20 (8.20% from 255 or 27.40% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1418 is #E2EBE7. Grayscale: #171717. Windows color (decimal): -14871528 or 1578013. OLE color: 1578013.
HSL color Cylindrical-coordinate representation of color #1D1418: hue angle of 333.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1D1418 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 20 | 24 | - |
| CMYK | 0 | 0.31 | 0.17 | 0.89 |
| HSL | 333.33º | 0.18% | 0.1% | - |
| HSV(B) | 333.33º | 0.31% | 0.11% | - |
| XYZ | 0.92 | 0.83 | 0.98 | - |
| YUV | 23.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 20 | 24 | 0 | 0.31 | 0.17 | 0.89 | 333.33 | 0.18 | 0.1 |
| Hex | 1D | 14 | 18 | 0 | 1F | 11 | 59 | 14D | 12 | A |
| Octal | 35 | 24 | 30 | 0 | 37 | 21 | 131 | 515 | 22 | 12 |
| Binary | 11101 | 10100 | 11000 | 0 | 11111 | 10001 | 1011001 | 101001101 | 10010 | 1010 |
Color Harmonies of #1D1418
Complementary color
Monochromatic Colors of #1D1418
Black with #1D1418
Text Example
Text Example
White with #1D1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1418; }
p { color: rgb(29,20,24); }
H1.HeaderClassName
{
color: #1D1418;
}
.AnyTagClassName
{
color: #1D1418;
}
</style>
background-color css
<style>
a { background-color: #1D1418; }
a { background-color: rgb(29,20,24); }
div.DivClassName
{
background-color: #1D1418;
}
.BgClassName
{
background-color: #1D1418;
}
</style>
border-color css
<style>
span { border-color: #1D1418; }
span { border-color: rgb(29,20,24); }
td.TdClassName
{
border-color: #1D1418;
}
.TagClassName
{
border-color: #1D1418;
}
</style>