Shades of Aubergine #1E1519
Tints of Aubergine #1E1519
RGB
CMYK
RGB Variations
Color information
#1E1519 (or 0x1E1519) is known color: Aubergine. HEX triplet: 1E, 15 and 19. RGB value is (30,21,25). Sum of RGB (Red+Green+Blue) = 30+21+25=76 (10% of max value = 765). Red value is 30 (12.11% from 255 or 39.47% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 25 (10.16% from 255 or 32.89% from 76); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1519 is #E1EAE6. Grayscale: #181818. Windows color (decimal): -14805735 or 1643806. OLE color: 1643806.
HSL color Cylindrical-coordinate representation of color #1E1519: hue angle of 333.33º degrees, saturation: 0.18, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1E1519 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 21 | 25 | - |
| CMYK | 0 | 0.30 | 0.17 | 0.88 |
| HSL | 333.33º | 0.18% | 0.1% | - |
| HSV(B) | 333.33º | 0.3% | 0.12% | - |
| XYZ | 0.98 | 0.88 | 1.04 | - |
| YUV | 24.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 21 | 25 | 0 | 0.30 | 0.17 | 0.88 | 333.33 | 0.18 | 0.1 |
| Hex | 1E | 15 | 19 | 0 | 1E | 11 | 58 | 14D | 12 | A |
| Octal | 36 | 25 | 31 | 0 | 36 | 21 | 130 | 515 | 22 | 12 |
| Binary | 11110 | 10101 | 11001 | 0 | 11110 | 10001 | 1011000 | 101001101 | 10010 | 1010 |
Color Harmonies of #1E1519
Complementary color
Monochromatic Colors of #1E1519
Black with #1E1519
Text Example
Text Example
White with #1E1519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1519; }
p { color: rgb(30,21,25); }
H1.HeaderClassName
{
color: #1E1519;
}
.AnyTagClassName
{
color: #1E1519;
}
</style>
background-color css
<style>
a { background-color: #1E1519; }
a { background-color: rgb(30,21,25); }
div.DivClassName
{
background-color: #1E1519;
}
.BgClassName
{
background-color: #1E1519;
}
</style>
border-color css
<style>
span { border-color: #1E1519; }
span { border-color: rgb(30,21,25); }
td.TdClassName
{
border-color: #1E1519;
}
.TagClassName
{
border-color: #1E1519;
}
</style>