Shades of Melanzane #1E0F19
Tints of Melanzane #1E0F19
RGB
CMYK
RGB Variations
Color information
#1E0F19 (or 0x1E0F19) is known color: Melanzane. HEX triplet: 1E, 0F and 19. RGB value is (30,15,25). Sum of RGB (Red+Green+Blue) = 30+15+25=70 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.86% from 70); Green value is 15 (6.25% from 255 or 21.43% from 70); Blue value is 25 (10.16% from 255 or 35.71% from 70); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0F19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0F19 is #E1F0E6. Grayscale: #141414. Windows color (decimal): -14807271 or 1642270. OLE color: 1642270.
HSL color Cylindrical-coordinate representation of color #1E0F19: hue angle of 320º degrees, saturation: 0.33, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E0F19 is Cyan = 0, Magento = 0.5, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 15 | 25 | - |
| CMYK | 0 | 0.5 | 0.17 | 0.88 |
| HSL | 320º | 0.33% | 0.09% | - |
| HSV(B) | 320º | 0.5% | 0.12% | - |
| XYZ | 0.88 | 0.69 | 1.01 | - |
| YUV | 20.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 15 | 25 | 0 | 0.5 | 0.17 | 0.88 | 320 | 0.33 | 0.09 |
| Hex | 1E | F | 19 | 0 | 32 | 11 | 58 | 140 | 21 | 9 |
| Octal | 36 | 17 | 31 | 0 | 62 | 21 | 130 | 500 | 41 | 11 |
| Binary | 11110 | 1111 | 11001 | 0 | 110010 | 10001 | 1011000 | 101000000 | 100001 | 1001 |
Color Harmonies of #1E0F19
Complementary color
Monochromatic Colors of #1E0F19
Black with #1E0F19
Text Example
Text Example
White with #1E0F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0F19; }
p { color: rgb(30,15,25); }
H1.HeaderClassName
{
color: #1E0F19;
}
.AnyTagClassName
{
color: #1E0F19;
}
</style>
background-color css
<style>
a { background-color: #1E0F19; }
a { background-color: rgb(30,15,25); }
div.DivClassName
{
background-color: #1E0F19;
}
.BgClassName
{
background-color: #1E0F19;
}
</style>
border-color css
<style>
span { border-color: #1E0F19; }
span { border-color: rgb(30,15,25); }
td.TdClassName
{
border-color: #1E0F19;
}
.TagClassName
{
border-color: #1E0F19;
}
</style>