Shades of Aubergine #1D1217
Tints of Aubergine #1D1217
RGB
CMYK
RGB Variations
Color information
#1D1217 (or 0x1D1217) is known color: Aubergine. HEX triplet: 1D, 12 and 17. RGB value is (29,18,23). Sum of RGB (Red+Green+Blue) = 29+18+23=70 (9% of max value = 765). Red value is 29 (11.72% from 255 or 41.43% from 70); Green value is 18 (7.42% from 255 or 25.71% from 70); Blue value is 23 (9.38% from 255 or 32.86% from 70); Max value from RGB is 29 - color contains mainly: red. Hex color #1D1217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1D1217 is #E2EDE8. Grayscale: #151515. Windows color (decimal): -14872041 or 1511965. OLE color: 1511965.
HSL color Cylindrical-coordinate representation of color #1D1217: hue angle of 332.73º degrees, saturation: 0.23, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1D1217 is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 29 | 18 | 23 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.89 |
| HSL | 332.73º | 0.23% | 0.09% | - |
| HSV(B) | 332.73º | 0.38% | 0.11% | - |
| XYZ | 0.88 | 0.76 | 0.91 | - |
| YUV | 21.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 18 | 23 | 0 | 0.38 | 0.21 | 0.89 | 332.73 | 0.23 | 0.09 |
| Hex | 1D | 12 | 17 | 0 | 26 | 15 | 59 | 14D | 17 | 9 |
| Octal | 35 | 22 | 27 | 0 | 46 | 25 | 131 | 515 | 27 | 11 |
| Binary | 11101 | 10010 | 10111 | 0 | 100110 | 10101 | 1011001 | 101001101 | 10111 | 1001 |
Color Harmonies of #1D1217
Complementary color
Monochromatic Colors of #1D1217
Black with #1D1217
Text Example
Text Example
White with #1D1217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D1217; }
p { color: rgb(29,18,23); }
H1.HeaderClassName
{
color: #1D1217;
}
.AnyTagClassName
{
color: #1D1217;
}
</style>
background-color css
<style>
a { background-color: #1D1217; }
a { background-color: rgb(29,18,23); }
div.DivClassName
{
background-color: #1D1217;
}
.BgClassName
{
background-color: #1D1217;
}
</style>
border-color css
<style>
span { border-color: #1D1217; }
span { border-color: rgb(29,18,23); }
td.TdClassName
{
border-color: #1D1217;
}
.TagClassName
{
border-color: #1D1217;
}
</style>