Shades of Aubergine #1C1719
Tints of Aubergine #1C1719
RGB
CMYK
RGB Variations
Color information
#1C1719 (or 0x1C1719) is known color: Aubergine. HEX triplet: 1C, 17 and 19. RGB value is (28,23,25). Sum of RGB (Red+Green+Blue) = 28+23+25=76 (10% of max value = 765). Red value is 28 (11.33% from 255 or 36.84% from 76); Green value is 23 (9.38% from 255 or 30.26% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1719 is #E3E8E6. Grayscale: #181818. Windows color (decimal): -14936295 or 1644316. OLE color: 1644316.
HSL color Cylindrical-coordinate representation of color #1C1719: hue angle of 336º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1C1719 is Cyan = 0, Magento = 0.18, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 23 | 25 | - |
| CMYK | 0 | 0.18 | 0.11 | 0.89 |
| HSL | 336º | 0.1% | 0.1% | - |
| HSV(B) | 336º | 0.18% | 0.11% | - |
| XYZ | 0.96 | 0.93 | 1.05 | - |
| YUV | 24.72 | 128.16 | 130.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 25 | 0 | 0.18 | 0.11 | 0.89 | 336 | 0.1 | 0.1 |
| Hex | 1C | 17 | 19 | 0 | 12 | B | 59 | 150 | A | A |
| Octal | 34 | 27 | 31 | 0 | 22 | 13 | 131 | 520 | 12 | 12 |
| Binary | 11100 | 10111 | 11001 | 0 | 10010 | 1011 | 1011001 | 101010000 | 1010 | 1010 |
Color Harmonies of #1C1719
Complementary color
Monochromatic Colors of #1C1719
Black with #1C1719
Text Example
Text Example
White with #1C1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1719; }
p { color: rgb(28,23,25); }
H1.HeaderClassName
{
color: #1C1719;
}
.AnyTagClassName
{
color: #1C1719;
}
</style>
background-color css
<style>
a { background-color: #1C1719; }
a { background-color: rgb(28,23,25); }
div.DivClassName
{
background-color: #1C1719;
}
.BgClassName
{
background-color: #1C1719;
}
</style>
border-color css
<style>
span { border-color: #1C1719; }
span { border-color: rgb(28,23,25); }
td.TdClassName
{
border-color: #1C1719;
}
.TagClassName
{
border-color: #1C1719;
}
</style>