Shades of Aubergine #1C1417
Tints of Aubergine #1C1417
RGB
CMYK
RGB Variations
Color information
#1C1417 (or 0x1C1417) is known color: Aubergine. HEX triplet: 1C, 14 and 17. RGB value is (28,20,23). Sum of RGB (Red+Green+Blue) = 28+20+23=71 (9% of max value = 765). Red value is 28 (11.33% from 255 or 39.44% from 71); Green value is 20 (8.20% from 255 or 28.17% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1417 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1417 is #E3EBE8. Grayscale: #161616. Windows color (decimal): -14937065 or 1512476. OLE color: 1512476.
HSL color Cylindrical-coordinate representation of color #1C1417: hue angle of 337.5º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C1417 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 23 | - |
| CMYK | 0 | 0.29 | 0.18 | 0.89 |
| HSL | 337.5º | 0.17% | 0.09% | - |
| HSV(B) | 337.5º | 0.29% | 0.11% | - |
| XYZ | 0.88 | 0.81 | 0.92 | - |
| YUV | 22.73 | 128.15 | 131.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 23 | 0 | 0.29 | 0.18 | 0.89 | 337.5 | 0.17 | 0.09 |
| Hex | 1C | 14 | 17 | 0 | 1D | 12 | 59 | 152 | 11 | 9 |
| Octal | 34 | 24 | 27 | 0 | 35 | 22 | 131 | 522 | 21 | 11 |
| Binary | 11100 | 10100 | 10111 | 0 | 11101 | 10010 | 1011001 | 101010010 | 10001 | 1001 |
Color Harmonies of #1C1417
Complementary color
Monochromatic Colors of #1C1417
Black with #1C1417
Text Example
Text Example
White with #1C1417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1417; }
p { color: rgb(28,20,23); }
H1.HeaderClassName
{
color: #1C1417;
}
.AnyTagClassName
{
color: #1C1417;
}
</style>
background-color css
<style>
a { background-color: #1C1417; }
a { background-color: rgb(28,20,23); }
div.DivClassName
{
background-color: #1C1417;
}
.BgClassName
{
background-color: #1C1417;
}
</style>
border-color css
<style>
span { border-color: #1C1417; }
span { border-color: rgb(28,20,23); }
td.TdClassName
{
border-color: #1C1417;
}
.TagClassName
{
border-color: #1C1417;
}
</style>