Shades of Melanzane #0F030B
Tints of Melanzane #0F030B
RGB
CMYK
RGB Variations
Color information
#0F030B (or 0x0F030B) is known color: Melanzane. HEX triplet: 0F, 03 and 0B. RGB value is (15,3,11). Sum of RGB (Red+Green+Blue) = 15+3+11=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 3 (1.56% from 255 or 10.34% from 29); Blue value is 11 (4.69% from 255 or 37.93% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F030B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F030B is #F0FCF4. Grayscale: #070707. Windows color (decimal): -15793397 or 721679. OLE color: 721679.
HSL color Cylindrical-coordinate representation of color #0F030B: hue angle of 320º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0F030B is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 3 | 11 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.94 |
| HSL | 320º | 0.67% | 0.04% | - |
| HSV(B) | 320º | 0.8% | 0.06% | - |
| XYZ | 0.29 | 0.19 | 0.34 | - |
| YUV | 7.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 3 | 11 | 0 | 0.80 | 0.27 | 0.94 | 320 | 0.67 | 0.04 |
| Hex | F | 3 | B | 0 | 50 | 1B | 5E | 140 | 43 | 4 |
| Octal | 17 | 3 | 13 | 0 | 120 | 33 | 136 | 500 | 103 | 4 |
| Binary | 1111 | 11 | 1011 | 0 | 1010000 | 11011 | 1011110 | 101000000 | 1000011 | 100 |
Color Harmonies of #0F030B
Complementary color
Monochromatic Colors of #0F030B
Black with #0F030B
Text Example
Text Example
White with #0F030B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F030B; }
p { color: rgb(15,3,11); }
H1.HeaderClassName
{
color: #0F030B;
}
.AnyTagClassName
{
color: #0F030B;
}
</style>
background-color css
<style>
a { background-color: #0F030B; }
a { background-color: rgb(15,3,11); }
div.DivClassName
{
background-color: #0F030B;
}
.BgClassName
{
background-color: #0F030B;
}
</style>
border-color css
<style>
span { border-color: #0F030B; }
span { border-color: rgb(15,3,11); }
td.TdClassName
{
border-color: #0F030B;
}
.TagClassName
{
border-color: #0F030B;
}
</style>