Shades of Aubergine #1C1116
Tints of Aubergine #1C1116
RGB
CMYK
RGB Variations
Color information
#1C1116 (or 0x1C1116) is known color: Aubergine. HEX triplet: 1C, 11 and 16. RGB value is (28,17,22). Sum of RGB (Red+Green+Blue) = 28+17+22=67 (8% of max value = 765). Red value is 28 (11.33% from 255 or 41.79% from 67); Green value is 17 (7.03% from 255 or 25.37% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1116 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1116 is #E3EEE9. Grayscale: #141414. Windows color (decimal): -14937834 or 1446172. OLE color: 1446172.
HSL color Cylindrical-coordinate representation of color #1C1116: hue angle of 332.73º degrees, saturation: 0.24, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1C1116 is Cyan = 0, Magento = 0.39, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 17 | 22 | - |
| CMYK | 0 | 0.39 | 0.21 | 0.89 |
| HSL | 332.73º | 0.24% | 0.09% | - |
| HSV(B) | 332.73º | 0.39% | 0.11% | - |
| XYZ | 0.82 | 0.71 | 0.85 | - |
| YUV | 20.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 17 | 22 | 0 | 0.39 | 0.21 | 0.89 | 332.73 | 0.24 | 0.09 |
| Hex | 1C | 11 | 16 | 0 | 27 | 15 | 59 | 14D | 18 | 9 |
| Octal | 34 | 21 | 26 | 0 | 47 | 25 | 131 | 515 | 30 | 11 |
| Binary | 11100 | 10001 | 10110 | 0 | 100111 | 10101 | 1011001 | 101001101 | 11000 | 1001 |
Color Harmonies of #1C1116
Complementary color
Monochromatic Colors of #1C1116
Black with #1C1116
Text Example
Text Example
White with #1C1116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1116; }
p { color: rgb(28,17,22); }
H1.HeaderClassName
{
color: #1C1116;
}
.AnyTagClassName
{
color: #1C1116;
}
</style>
background-color css
<style>
a { background-color: #1C1116; }
a { background-color: rgb(28,17,22); }
div.DivClassName
{
background-color: #1C1116;
}
.BgClassName
{
background-color: #1C1116;
}
</style>
border-color css
<style>
span { border-color: #1C1116; }
span { border-color: rgb(28,17,22); }
td.TdClassName
{
border-color: #1C1116;
}
.TagClassName
{
border-color: #1C1116;
}
</style>