Shades of Aubergine #1C191A
Tints of Aubergine #1C191A
RGB
CMYK
RGB Variations
Color information
#1C191A (or 0x1C191A) is known color: Aubergine. HEX triplet: 1C, 19 and 1A. RGB value is (28,25,26). Sum of RGB (Red+Green+Blue) = 28+25+26=79 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.44% from 79); Green value is 25 (10.16% from 255 or 31.65% from 79); Blue value is 26 (10.55% from 255 or 32.91% from 79); Max value from RGB is 28 - color contains mainly: red. Hex color #1C191A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191A is #E3E6E5. Grayscale: #1A1A1A. Windows color (decimal): -14935782 or 1710364. OLE color: 1710364.
HSL color Cylindrical-coordinate representation of color #1C191A: hue angle of 340º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1C191A is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 26 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.89 |
| HSL | 340º | 0.06% | 0.1% | - |
| HSV(B) | 340º | 0.11% | 0.11% | - |
| XYZ | 1.01 | 1.02 | 1.12 | - |
| YUV | 26.01 | 127.99 | 129.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 26 | 0 | 0.11 | 0.07 | 0.89 | 340 | 0.06 | 0.1 |
| Hex | 1C | 19 | 1A | 0 | B | 7 | 59 | 154 | 6 | A |
| Octal | 34 | 31 | 32 | 0 | 13 | 7 | 131 | 524 | 6 | 12 |
| Binary | 11100 | 11001 | 11010 | 0 | 1011 | 111 | 1011001 | 101010100 | 110 | 1010 |
Color Harmonies of #1C191A
Complementary color
Monochromatic Colors of #1C191A
Black with #1C191A
Text Example
Text Example
White with #1C191A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C191A; }
p { color: rgb(28,25,26); }
H1.HeaderClassName
{
color: #1C191A;
}
.AnyTagClassName
{
color: #1C191A;
}
</style>
background-color css
<style>
a { background-color: #1C191A; }
a { background-color: rgb(28,25,26); }
div.DivClassName
{
background-color: #1C191A;
}
.BgClassName
{
background-color: #1C191A;
}
</style>
border-color css
<style>
span { border-color: #1C191A; }
span { border-color: rgb(28,25,26); }
td.TdClassName
{
border-color: #1C191A;
}
.TagClassName
{
border-color: #1C191A;
}
</style>