Shades of Aubergine #1E1719
Tints of Aubergine #1E1719
RGB
CMYK
RGB Variations
Color information
#1E1719 (or 0x1E1719) is known color: Aubergine. HEX triplet: 1E, 17 and 19. RGB value is (30,23,25). Sum of RGB (Red+Green+Blue) = 30+23+25=78 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.46% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 25 (10.16% from 255 or 32.05% from 78); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1719 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1719 is #E1E8E6. Grayscale: #191919. Windows color (decimal): -14805223 or 1644318. OLE color: 1644318.
HSL color Cylindrical-coordinate representation of color #1E1719: hue angle of 342.86º degrees, saturation: 0.13, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1E1719 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 23 | 25 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.88 |
| HSL | 342.86º | 0.13% | 0.1% | - |
| HSV(B) | 342.86º | 0.23% | 0.12% | - |
| XYZ | 1.02 | 0.96 | 1.05 | - |
| YUV | 25.32 | 127.82 | 131.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 23 | 25 | 0 | 0.23 | 0.17 | 0.88 | 342.86 | 0.13 | 0.1 |
| Hex | 1E | 17 | 19 | 0 | 17 | 11 | 58 | 157 | D | A |
| Octal | 36 | 27 | 31 | 0 | 27 | 21 | 130 | 527 | 15 | 12 |
| Binary | 11110 | 10111 | 11001 | 0 | 10111 | 10001 | 1011000 | 101010111 | 1101 | 1010 |
Color Harmonies of #1E1719
Complementary color
Monochromatic Colors of #1E1719
Black with #1E1719
Text Example
Text Example
White with #1E1719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1719; }
p { color: rgb(30,23,25); }
H1.HeaderClassName
{
color: #1E1719;
}
.AnyTagClassName
{
color: #1E1719;
}
</style>
background-color css
<style>
a { background-color: #1E1719; }
a { background-color: rgb(30,23,25); }
div.DivClassName
{
background-color: #1E1719;
}
.BgClassName
{
background-color: #1E1719;
}
</style>
border-color css
<style>
span { border-color: #1E1719; }
span { border-color: rgb(30,23,25); }
td.TdClassName
{
border-color: #1E1719;
}
.TagClassName
{
border-color: #1E1719;
}
</style>