Shades of Melanzane #0E050B
Tints of Melanzane #0E050B
RGB
CMYK
RGB Variations
Color information
#0E050B (or 0x0E050B) is known color: Melanzane. HEX triplet: 0E, 05 and 0B. RGB value is (14,5,11). Sum of RGB (Red+Green+Blue) = 14+5+11=30 (3% of max value = 765). Red value is 14 (5.86% from 255 or 46.67% from 30); Green value is 5 (2.34% from 255 or 16.67% from 30); Blue value is 11 (4.69% from 255 or 36.67% from 30); Max value from RGB is 14 - color contains mainly: red. Hex color #0E050B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E050B is #F1FAF4. Grayscale: #080808. Windows color (decimal): -15858421 or 722190. OLE color: 722190.
HSL color Cylindrical-coordinate representation of color #0E050B: hue angle of 320º degrees, saturation: 0.47, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.05% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E050B is Cyan = 0, Magento = 0.64, Yellow = 0.21 and Black (K on CMYK) = 0.95.
Color convert
| RGB | 14 | 5 | 11 | - |
| CMYK | 0 | 0.64 | 0.21 | 0.95 |
| HSL | 320º | 0.47% | 0.04% | - |
| HSV(B) | 320º | 0.64% | 0.05% | - |
| XYZ | 0.3 | 0.23 | 0.34 | - |
| YUV | 8.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 5 | 11 | 0 | 0.64 | 0.21 | 0.95 | 320 | 0.47 | 0.04 |
| Hex | E | 5 | B | 0 | 40 | 15 | 5F | 140 | 2F | 4 |
| Octal | 16 | 5 | 13 | 0 | 100 | 25 | 137 | 500 | 57 | 4 |
| Binary | 1110 | 101 | 1011 | 0 | 1000000 | 10101 | 1011111 | 101000000 | 101111 | 100 |
Color Harmonies of #0E050B
Complementary color
Monochromatic Colors of #0E050B
Black with #0E050B
Text Example
Text Example
White with #0E050B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E050B; }
p { color: rgb(14,5,11); }
H1.HeaderClassName
{
color: #0E050B;
}
.AnyTagClassName
{
color: #0E050B;
}
</style>
background-color css
<style>
a { background-color: #0E050B; }
a { background-color: rgb(14,5,11); }
div.DivClassName
{
background-color: #0E050B;
}
.BgClassName
{
background-color: #0E050B;
}
</style>
border-color css
<style>
span { border-color: #0E050B; }
span { border-color: rgb(14,5,11); }
td.TdClassName
{
border-color: #0E050B;
}
.TagClassName
{
border-color: #0E050B;
}
</style>