Shades of Melanzane #0E000B
Tints of Melanzane #0E000B
RGB
CMYK
RGB Variations
Color information
#0E000B (or 0x0E000B) is known color: Melanzane. HEX triplet: 0E, 00 and 0B. RGB value is (14,0,11). Sum of RGB (Red+Green+Blue) = 14+0+11=25 (3% of max value = 765). Red value is 14 (5.86% from 255 or 56% from 25); Green value is 0 (0.39% from 255 or 0% from 25); Blue value is 11 (4.69% from 255 or 44% from 25); Max value from RGB is 14 - color contains mainly: red. Hex color #0E000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E000B is #F1FFF4. Grayscale: #050505. Windows color (decimal): -15859701 or 720910. OLE color: 720910.
HSL color Cylindrical-coordinate representation of color #0E000B: hue angle of 312.86º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0E000B is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.21 | 0.95 |
| HSL | 312.86º | 1% | 0.03% | - |
| HSV(B) | 312.86º | 1% | 0.05% | - |
| XYZ | 0.24 | 0.12 | 0.33 | - |
| YUV | 5.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 0 | 11 | 0 | 1 | 0.21 | 0.95 | 312.86 | 1 | 0.03 |
| Hex | E | 0 | B | 0 | 64 | 15 | 5F | 139 | 64 | 3 |
| Octal | 16 | 0 | 13 | 0 | 144 | 25 | 137 | 471 | 144 | 3 |
| Binary | 1110 | 0 | 1011 | 0 | 1100100 | 10101 | 1011111 | 100111001 | 1100100 | 11 |
Color Harmonies of #0E000B
Complementary color
Monochromatic Colors of #0E000B
Black with #0E000B
Text Example
Text Example
White with #0E000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E000B; }
p { color: rgb(14,0,11); }
H1.HeaderClassName
{
color: #0E000B;
}
.AnyTagClassName
{
color: #0E000B;
}
</style>
background-color css
<style>
a { background-color: #0E000B; }
a { background-color: rgb(14,0,11); }
div.DivClassName
{
background-color: #0E000B;
}
.BgClassName
{
background-color: #0E000B;
}
</style>
border-color css
<style>
span { border-color: #0E000B; }
span { border-color: rgb(14,0,11); }
td.TdClassName
{
border-color: #0E000B;
}
.TagClassName
{
border-color: #0E000B;
}
</style>