Shades of Melanzane #1E0218
Tints of Melanzane #1E0218
RGB
CMYK
RGB Variations
Color information
#1E0218 (or 0x1E0218) is known color: Melanzane. HEX triplet: 1E, 02 and 18. RGB value is (30,2,24). Sum of RGB (Red+Green+Blue) = 30+2+24=56 (7% of max value = 765). Red value is 30 (12.11% from 255 or 53.57% from 56); Green value is 2 (1.17% from 255 or 3.57% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0218 is #E1FDE7. Grayscale: #0C0C0C. Windows color (decimal): -14810600 or 1573406. OLE color: 1573406.
HSL color Cylindrical-coordinate representation of color #1E0218: hue angle of 312.86º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1E0218 is Cyan = 0, Magento = 0.93, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 24 | - |
| CMYK | 0 | 0.93 | 0.20 | 0.88 |
| HSL | 312.86º | 0.88% | 0.06% | - |
| HSV(B) | 312.86º | 0.93% | 0.12% | - |
| XYZ | 0.72 | 0.39 | 0.9 | - |
| YUV | 12.88 | 134.28 | 140.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 24 | 0 | 0.93 | 0.20 | 0.88 | 312.86 | 0.88 | 0.06 |
| Hex | 1E | 2 | 18 | 0 | 5D | 14 | 58 | 139 | 58 | 6 |
| Octal | 36 | 2 | 30 | 0 | 135 | 24 | 130 | 471 | 130 | 6 |
| Binary | 11110 | 10 | 11000 | 0 | 1011101 | 10100 | 1011000 | 100111001 | 1011000 | 110 |
Color Harmonies of #1E0218
Complementary color
Monochromatic Colors of #1E0218
Black with #1E0218
Text Example
Text Example
White with #1E0218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0218; }
p { color: rgb(30,2,24); }
H1.HeaderClassName
{
color: #1E0218;
}
.AnyTagClassName
{
color: #1E0218;
}
</style>
background-color css
<style>
a { background-color: #1E0218; }
a { background-color: rgb(30,2,24); }
div.DivClassName
{
background-color: #1E0218;
}
.BgClassName
{
background-color: #1E0218;
}
</style>
border-color css
<style>
span { border-color: #1E0218; }
span { border-color: rgb(30,2,24); }
td.TdClassName
{
border-color: #1E0218;
}
.TagClassName
{
border-color: #1E0218;
}
</style>