Shades of Melanzane #0F010B
Tints of Melanzane #0F010B
RGB
CMYK
RGB Variations
Color information
#0F010B (or 0x0F010B) is known color: Melanzane. HEX triplet: 0F, 01 and 0B. RGB value is (15,1,11). Sum of RGB (Red+Green+Blue) = 15+1+11=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 1 (0.78% from 255 or 3.70% from 27); Blue value is 11 (4.69% from 255 or 40.74% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F010B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F010B is #F0FEF4. Grayscale: #060606. Windows color (decimal): -15793909 or 721167. OLE color: 721167.
HSL color Cylindrical-coordinate representation of color #0F010B: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F010B is Cyan = 0, Magento = 0.93, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 1 | 11 | - |
| CMYK | 0 | 0.93 | 0.27 | 0.94 |
| HSL | 317.14º | 0.88% | 0.03% | - |
| HSV(B) | 317.14º | 0.93% | 0.06% | - |
| XYZ | 0.27 | 0.15 | 0.33 | - |
| YUV | 6.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 1 | 11 | 0 | 0.93 | 0.27 | 0.94 | 317.14 | 0.88 | 0.03 |
| Hex | F | 1 | B | 0 | 5D | 1B | 5E | 13D | 58 | 3 |
| Octal | 17 | 1 | 13 | 0 | 135 | 33 | 136 | 475 | 130 | 3 |
| Binary | 1111 | 1 | 1011 | 0 | 1011101 | 11011 | 1011110 | 100111101 | 1011000 | 11 |
Color Harmonies of #0F010B
Complementary color
Monochromatic Colors of #0F010B
Black with #0F010B
Text Example
Text Example
White with #0F010B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F010B; }
p { color: rgb(15,1,11); }
H1.HeaderClassName
{
color: #0F010B;
}
.AnyTagClassName
{
color: #0F010B;
}
</style>
background-color css
<style>
a { background-color: #0F010B; }
a { background-color: rgb(15,1,11); }
div.DivClassName
{
background-color: #0F010B;
}
.BgClassName
{
background-color: #0F010B;
}
</style>
border-color css
<style>
span { border-color: #0F010B; }
span { border-color: rgb(15,1,11); }
td.TdClassName
{
border-color: #0F010B;
}
.TagClassName
{
border-color: #0F010B;
}
</style>