Shades of Melanzane #1E0E19
Tints of Melanzane #1E0E19
RGB
CMYK
RGB Variations
Color information
#1E0E19 (or 0x1E0E19) is known color: Melanzane. HEX triplet: 1E, 0E and 19. RGB value is (30,14,25). Sum of RGB (Red+Green+Blue) = 30+14+25=69 (9% of max value = 765). Red value is 30 (12.11% from 255 or 43.48% from 69); Green value is 14 (5.86% from 255 or 20.29% from 69); Blue value is 25 (10.16% from 255 or 36.23% from 69); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E19 is #E1F1E6. Grayscale: #141414. Windows color (decimal): -14807527 or 1642014. OLE color: 1642014.
HSL color Cylindrical-coordinate representation of color #1E0E19: hue angle of 318.75º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1E0E19 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 14 | 25 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.88 |
| HSL | 318.75º | 0.36% | 0.09% | - |
| HSV(B) | 318.75º | 0.53% | 0.12% | - |
| XYZ | 0.87 | 0.66 | 1 | - |
| YUV | 20.04 | 130.8 | 135.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 14 | 25 | 0 | 0.53 | 0.17 | 0.88 | 318.75 | 0.36 | 0.09 |
| Hex | 1E | E | 19 | 0 | 35 | 11 | 58 | 13F | 24 | 9 |
| Octal | 36 | 16 | 31 | 0 | 65 | 21 | 130 | 477 | 44 | 11 |
| Binary | 11110 | 1110 | 11001 | 0 | 110101 | 10001 | 1011000 | 100111111 | 100100 | 1001 |
Color Harmonies of #1E0E19
Complementary color
Monochromatic Colors of #1E0E19
Black with #1E0E19
Text Example
Text Example
White with #1E0E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0E19; }
p { color: rgb(30,14,25); }
H1.HeaderClassName
{
color: #1E0E19;
}
.AnyTagClassName
{
color: #1E0E19;
}
</style>
background-color css
<style>
a { background-color: #1E0E19; }
a { background-color: rgb(30,14,25); }
div.DivClassName
{
background-color: #1E0E19;
}
.BgClassName
{
background-color: #1E0E19;
}
</style>
border-color css
<style>
span { border-color: #1E0E19; }
span { border-color: rgb(30,14,25); }
td.TdClassName
{
border-color: #1E0E19;
}
.TagClassName
{
border-color: #1E0E19;
}
</style>