Shades of Aubergine #1E1318
Tints of Aubergine #1E1318
RGB
CMYK
RGB Variations
Color information
#1E1318 (or 0x1E1318) is known color: Aubergine. HEX triplet: 1E, 13 and 18. RGB value is (30,19,24). Sum of RGB (Red+Green+Blue) = 30+19+24=73 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.10% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 24 (9.77% from 255 or 32.88% from 73); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1318 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1318 is #E1ECE7. Grayscale: #161616. Windows color (decimal): -14806248 or 1577758. OLE color: 1577758.
HSL color Cylindrical-coordinate representation of color #1E1318: hue angle of 332.73º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E1318 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 19 | 24 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.88 |
| HSL | 332.73º | 0.22% | 0.1% | - |
| HSV(B) | 332.73º | 0.37% | 0.12% | - |
| XYZ | 0.93 | 0.81 | 0.97 | - |
| YUV | 22.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 19 | 24 | 0 | 0.37 | 0.20 | 0.88 | 332.73 | 0.22 | 0.1 |
| Hex | 1E | 13 | 18 | 0 | 25 | 14 | 58 | 14D | 16 | A |
| Octal | 36 | 23 | 30 | 0 | 45 | 24 | 130 | 515 | 26 | 12 |
| Binary | 11110 | 10011 | 11000 | 0 | 100101 | 10100 | 1011000 | 101001101 | 10110 | 1010 |
Color Harmonies of #1E1318
Complementary color
Monochromatic Colors of #1E1318
Black with #1E1318
Text Example
Text Example
White with #1E1318
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1318; }
p { color: rgb(30,19,24); }
H1.HeaderClassName
{
color: #1E1318;
}
.AnyTagClassName
{
color: #1E1318;
}
</style>
background-color css
<style>
a { background-color: #1E1318; }
a { background-color: rgb(30,19,24); }
div.DivClassName
{
background-color: #1E1318;
}
.BgClassName
{
background-color: #1E1318;
}
</style>
border-color css
<style>
span { border-color: #1E1318; }
span { border-color: rgb(30,19,24); }
td.TdClassName
{
border-color: #1E1318;
}
.TagClassName
{
border-color: #1E1318;
}
</style>