Shades of Melanzane #1E0217
Tints of Melanzane #1E0217
RGB
CMYK
RGB Variations
Color information
#1E0217 (or 0x1E0217) is known color: Melanzane. HEX triplet: 1E, 02 and 17. RGB value is (30,2,23). Sum of RGB (Red+Green+Blue) = 30+2+23=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 2 (1.17% from 255 or 3.64% from 55); Blue value is 23 (9.38% from 255 or 41.82% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0217 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0217 is #E1FDE8. Grayscale: #0C0C0C. Windows color (decimal): -14810601 or 1507870. OLE color: 1507870.
HSL color Cylindrical-coordinate representation of color #1E0217: hue angle of 315º 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 #1E0217 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 2 | 23 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.88 |
| HSL | 315º | 0.88% | 0.06% | - |
| HSV(B) | 315º | 0.93% | 0.12% | - |
| XYZ | 0.71 | 0.38 | 0.85 | - |
| YUV | 12.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 2 | 23 | 0 | 0.93 | 0.23 | 0.88 | 315 | 0.88 | 0.06 |
| Hex | 1E | 2 | 17 | 0 | 5D | 17 | 58 | 13B | 58 | 6 |
| Octal | 36 | 2 | 27 | 0 | 135 | 27 | 130 | 473 | 130 | 6 |
| Binary | 11110 | 10 | 10111 | 0 | 1011101 | 10111 | 1011000 | 100111011 | 1011000 | 110 |
Color Harmonies of #1E0217
Complementary color
Monochromatic Colors of #1E0217
Black with #1E0217
Text Example
Text Example
White with #1E0217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0217; }
p { color: rgb(30,2,23); }
H1.HeaderClassName
{
color: #1E0217;
}
.AnyTagClassName
{
color: #1E0217;
}
</style>
background-color css
<style>
a { background-color: #1E0217; }
a { background-color: rgb(30,2,23); }
div.DivClassName
{
background-color: #1E0217;
}
.BgClassName
{
background-color: #1E0217;
}
</style>
border-color css
<style>
span { border-color: #1E0217; }
span { border-color: rgb(30,2,23); }
td.TdClassName
{
border-color: #1E0217;
}
.TagClassName
{
border-color: #1E0217;
}
</style>