Shades of Melanzane #1E0B18
Tints of Melanzane #1E0B18
RGB
CMYK
RGB Variations
Color information
#1E0B18 (or 0x1E0B18) is known color: Melanzane. HEX triplet: 1E, 0B and 18. RGB value is (30,11,24). Sum of RGB (Red+Green+Blue) = 30+11+24=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 11 (4.69% from 255 or 16.92% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0B18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0B18 is #E1F4E7. Grayscale: #121212. Windows color (decimal): -14808296 or 1575710. OLE color: 1575710.
HSL color Cylindrical-coordinate representation of color #1E0B18: hue angle of 318.95º degrees, saturation: 0.46, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E0B18 is Cyan = 0, Magento = 0.63, Yellow = 0.20 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 30 | 11 | 24 | - |
| CMYK | 0 | 0.63 | 0.20 | 0.88 |
| HSL | 318.95º | 0.46% | 0.08% | - |
| HSV(B) | 318.95º | 0.63% | 0.12% | - |
| XYZ | 0.82 | 0.58 | 0.93 | - |
| YUV | 18.16 | 131.29 | 136.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 11 | 24 | 0 | 0.63 | 0.20 | 0.88 | 318.95 | 0.46 | 0.08 |
| Hex | 1E | B | 18 | 0 | 3F | 14 | 58 | 13F | 2E | 8 |
| Octal | 36 | 13 | 30 | 0 | 77 | 24 | 130 | 477 | 56 | 10 |
| Binary | 11110 | 1011 | 11000 | 0 | 111111 | 10100 | 1011000 | 100111111 | 101110 | 1000 |
Color Harmonies of #1E0B18
Complementary color
Monochromatic Colors of #1E0B18
Black with #1E0B18
Text Example
Text Example
White with #1E0B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E0B18; }
p { color: rgb(30,11,24); }
H1.HeaderClassName
{
color: #1E0B18;
}
.AnyTagClassName
{
color: #1E0B18;
}
</style>
background-color css
<style>
a { background-color: #1E0B18; }
a { background-color: rgb(30,11,24); }
div.DivClassName
{
background-color: #1E0B18;
}
.BgClassName
{
background-color: #1E0B18;
}
</style>
border-color css
<style>
span { border-color: #1E0B18; }
span { border-color: rgb(30,11,24); }
td.TdClassName
{
border-color: #1E0B18;
}
.TagClassName
{
border-color: #1E0B18;
}
</style>