Shades of Melanzane #1E0517
Tints of Melanzane #1E0517
RGB
CMYK
RGB Variations
Color information
#1E0517 (or 0x1E0517) is known color: Melanzane. HEX triplet: 1E, 05 and 17. RGB value is (30,5,23). Sum of RGB (Red+Green+Blue) = 30+5+23=58 (7% of max value = 765). Red value is 30 (12.11% from 255 or 51.72% from 58); Green value is 5 (2.34% from 255 or 8.62% from 58); Blue value is 23 (9.38% from 255 or 39.66% from 58); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0517 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0517 is #E1FAE8. Grayscale: #0E0E0E. Windows color (decimal): -14809833 or 1508638. OLE color: 1508638.
HSL color Cylindrical-coordinate representation of color #1E0517: hue angle of 316.8º degrees, saturation: 0.71, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1E0517 is Cyan = 0, Magento = 0.83, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 5 | 23 | - |
| CMYK | 0 | 0.83 | 0.23 | 0.88 |
| HSL | 316.8º | 0.71% | 0.07% | - |
| HSV(B) | 316.8º | 0.83% | 0.12% | - |
| XYZ | 0.74 | 0.45 | 0.86 | - |
| YUV | 14.53 | 132.78 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 5 | 23 | 0 | 0.83 | 0.23 | 0.88 | 316.8 | 0.71 | 0.07 |
| Hex | 1E | 5 | 17 | 0 | 53 | 17 | 58 | 13D | 47 | 7 |
| Octal | 36 | 5 | 27 | 0 | 123 | 27 | 130 | 475 | 107 | 7 |
| Binary | 11110 | 101 | 10111 | 0 | 1010011 | 10111 | 1011000 | 100111101 | 1000111 | 111 |
Color Harmonies of #1E0517
Complementary color
Monochromatic Colors of #1E0517
Black with #1E0517
Text Example
Text Example
White with #1E0517
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0517; }
p { color: rgb(30,5,23); }
H1.HeaderClassName
{
color: #1E0517;
}
.AnyTagClassName
{
color: #1E0517;
}
</style>
background-color css
<style>
a { background-color: #1E0517; }
a { background-color: rgb(30,5,23); }
div.DivClassName
{
background-color: #1E0517;
}
.BgClassName
{
background-color: #1E0517;
}
</style>
border-color css
<style>
span { border-color: #1E0517; }
span { border-color: rgb(30,5,23); }
td.TdClassName
{
border-color: #1E0517;
}
.TagClassName
{
border-color: #1E0517;
}
</style>