Shades of Melanzane #0F0B0E
Tints of Melanzane #0F0B0E
RGB
CMYK
RGB Variations
Color information
#0F0B0E (or 0x0F0B0E) is known color: Melanzane. HEX triplet: 0F, 0B and 0E. RGB value is (15,11,14). Sum of RGB (Red+Green+Blue) = 15+11+14=40 (5% of max value = 765). Red value is 15 (6.25% from 255 or 37.5% from 40); Green value is 11 (4.69% from 255 or 27.5% from 40); Blue value is 14 (5.86% from 255 or 35% from 40); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B0E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B0E is #F0F4F1. Grayscale: #0C0C0C. Windows color (decimal): -15791346 or 920335. OLE color: 920335.
HSL color Cylindrical-coordinate representation of color #0F0B0E: hue angle of 315º degrees, saturation: 0.15, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #0F0B0E is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 14 | - |
| CMYK | 0 | 0.27 | 0.07 | 0.94 |
| HSL | 315º | 0.15% | 0.05% | - |
| HSV(B) | 315º | 0.27% | 0.06% | - |
| XYZ | 0.4 | 0.37 | 0.47 | - |
| YUV | 12.54 | 128.83 | 129.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 14 | 0 | 0.27 | 0.07 | 0.94 | 315 | 0.15 | 0.05 |
| Hex | F | B | E | 0 | 1B | 7 | 5E | 13B | F | 5 |
| Octal | 17 | 13 | 16 | 0 | 33 | 7 | 136 | 473 | 17 | 5 |
| Binary | 1111 | 1011 | 1110 | 0 | 11011 | 111 | 1011110 | 100111011 | 1111 | 101 |
Color Harmonies of #0F0B0E
Complementary color
Monochromatic Colors of #0F0B0E
Black with #0F0B0E
Text Example
Text Example
White with #0F0B0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B0E; }
p { color: rgb(15,11,14); }
H1.HeaderClassName
{
color: #0F0B0E;
}
.AnyTagClassName
{
color: #0F0B0E;
}
</style>
background-color css
<style>
a { background-color: #0F0B0E; }
a { background-color: rgb(15,11,14); }
div.DivClassName
{
background-color: #0F0B0E;
}
.BgClassName
{
background-color: #0F0B0E;
}
</style>
border-color css
<style>
span { border-color: #0F0B0E; }
span { border-color: rgb(15,11,14); }
td.TdClassName
{
border-color: #0F0B0E;
}
.TagClassName
{
border-color: #0F0B0E;
}
</style>