Shades of Melanzane #0E010B
Tints of Melanzane #0E010B
RGB
CMYK
RGB Variations
Color information
#0E010B (or 0x0E010B) is known color: Melanzane. HEX triplet: 0E, 01 and 0B. RGB value is (14,1,11). Sum of RGB (Red+Green+Blue) = 14+1+11=26 (3% of max value = 765). Red value is 14 (5.86% from 255 or 53.85% from 26); Green value is 1 (0.78% from 255 or 3.85% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 14 - color contains mainly: red. Hex color #0E010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E010B is #F1FEF4. Grayscale: #060606. Windows color (decimal): -15859445 or 721166. OLE color: 721166.
HSL color Cylindrical-coordinate representation of color #0E010B: hue angle of 313.85º degrees, saturation: 0.87, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0E010B is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 1 | 11 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.95 |
| HSL | 313.85º | 0.87% | 0.03% | - |
| HSV(B) | 313.85º | 0.93% | 0.05% | - |
| XYZ | 0.25 | 0.14 | 0.33 | - |
| YUV | 6.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 1 | 11 | 0 | 0.93 | 0.21 | 0.95 | 313.85 | 0.87 | 0.03 |
| Hex | E | 1 | B | 0 | 5D | 15 | 5F | 13A | 57 | 3 |
| Octal | 16 | 1 | 13 | 0 | 135 | 25 | 137 | 472 | 127 | 3 |
| Binary | 1110 | 1 | 1011 | 0 | 1011101 | 10101 | 1011111 | 100111010 | 1010111 | 11 |
Color Harmonies of #0E010B
Complementary color
Monochromatic Colors of #0E010B
Black with #0E010B
Text Example
Text Example
White with #0E010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E010B; }
p { color: rgb(14,1,11); }
H1.HeaderClassName
{
color: #0E010B;
}
.AnyTagClassName
{
color: #0E010B;
}
</style>
background-color css
<style>
a { background-color: #0E010B; }
a { background-color: rgb(14,1,11); }
div.DivClassName
{
background-color: #0E010B;
}
.BgClassName
{
background-color: #0E010B;
}
</style>
border-color css
<style>
span { border-color: #0E010B; }
span { border-color: rgb(14,1,11); }
td.TdClassName
{
border-color: #0E010B;
}
.TagClassName
{
border-color: #0E010B;
}
</style>