Shades of Melanzane #0F000B
Tints of Melanzane #0F000B
RGB
CMYK
RGB Variations
Color information
#0F000B (or 0x0F000B) is known color: Melanzane. HEX triplet: 0F, 00 and 0B. RGB value is (15,0,11). Sum of RGB (Red+Green+Blue) = 15+0+11=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 0 (0.39% from 255 or 0% from 26); Blue value is 11 (4.69% from 255 or 42.31% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F000B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F000B is #F0FFF4. Grayscale: #050505. Windows color (decimal): -15794165 or 720911. OLE color: 720911.
HSL color Cylindrical-coordinate representation of color #0F000B: hue angle of 316º degrees, saturation: 1, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0F000B is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 0 | 11 | - |
| CMYK | 0 | 1 | 0.27 | 0.94 |
| HSL | 316º | 1% | 0.03% | - |
| HSV(B) | 316º | 1% | 0.06% | - |
| XYZ | 0.26 | 0.13 | 0.33 | - |
| YUV | 5.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 0 | 11 | 0 | 1 | 0.27 | 0.94 | 316 | 1 | 0.03 |
| Hex | F | 0 | B | 0 | 64 | 1B | 5E | 13C | 64 | 3 |
| Octal | 17 | 0 | 13 | 0 | 144 | 33 | 136 | 474 | 144 | 3 |
| Binary | 1111 | 0 | 1011 | 0 | 1100100 | 11011 | 1011110 | 100111100 | 1100100 | 11 |
Color Harmonies of #0F000B
Complementary color
Monochromatic Colors of #0F000B
Black with #0F000B
Text Example
Text Example
White with #0F000B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F000B; }
p { color: rgb(15,0,11); }
H1.HeaderClassName
{
color: #0F000B;
}
.AnyTagClassName
{
color: #0F000B;
}
</style>
background-color css
<style>
a { background-color: #0F000B; }
a { background-color: rgb(15,0,11); }
div.DivClassName
{
background-color: #0F000B;
}
.BgClassName
{
background-color: #0F000B;
}
</style>
border-color css
<style>
span { border-color: #0F000B; }
span { border-color: rgb(15,0,11); }
td.TdClassName
{
border-color: #0F000B;
}
.TagClassName
{
border-color: #0F000B;
}
</style>