Shades of Aubergine #1E1418
Tints of Aubergine #1E1418
RGB
CMYK
RGB Variations
Color information
#1E1418 (or 0x1E1418) is known color: Aubergine. HEX triplet: 1E, 14 and 18. RGB value is (30,20,24). Sum of RGB (Red+Green+Blue) = 30+20+24=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 24 (9.77% from 255 or 32.43% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1418 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1418 is #E1EBE7. Grayscale: #171717. Windows color (decimal): -14805992 or 1578014. OLE color: 1578014.
HSL color Cylindrical-coordinate representation of color #1E1418: hue angle of 336º degrees, saturation: 0.2, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1E1418 is Cyan = 0, Magento = 0.33, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 20 | 24 | - |
| CMYK | 0 | 0.33 | 0.20 | 0.88 |
| HSL | 336º | 0.2% | 0.1% | - |
| HSV(B) | 336º | 0.33% | 0.12% | - |
| XYZ | 0.95 | 0.84 | 0.98 | - |
| YUV | 23.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 20 | 24 | 0 | 0.33 | 0.20 | 0.88 | 336 | 0.2 | 0.1 |
| Hex | 1E | 14 | 18 | 0 | 21 | 14 | 58 | 150 | 14 | A |
| Octal | 36 | 24 | 30 | 0 | 41 | 24 | 130 | 520 | 24 | 12 |
| Binary | 11110 | 10100 | 11000 | 0 | 100001 | 10100 | 1011000 | 101010000 | 10100 | 1010 |
Color Harmonies of #1E1418
Complementary color
Monochromatic Colors of #1E1418
Black with #1E1418
Text Example
Text Example
White with #1E1418
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E1418; }
p { color: rgb(30,20,24); }
H1.HeaderClassName
{
color: #1E1418;
}
.AnyTagClassName
{
color: #1E1418;
}
</style>
background-color css
<style>
a { background-color: #1E1418; }
a { background-color: rgb(30,20,24); }
div.DivClassName
{
background-color: #1E1418;
}
.BgClassName
{
background-color: #1E1418;
}
</style>
border-color css
<style>
span { border-color: #1E1418; }
span { border-color: rgb(30,20,24); }
td.TdClassName
{
border-color: #1E1418;
}
.TagClassName
{
border-color: #1E1418;
}
</style>