Shades of Melanzane #0F050C
Tints of Melanzane #0F050C
RGB
CMYK
RGB Variations
Color information
#0F050C (or 0x0F050C) is known color: Melanzane. HEX triplet: 0F, 05 and 0C. RGB value is (15,5,12). Sum of RGB (Red+Green+Blue) = 15+5+12=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 5 (2.34% from 255 or 15.62% from 32); Blue value is 12 (5.08% from 255 or 37.5% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050C is #F0FAF3. Grayscale: #080808. Windows color (decimal): -15792884 or 787727. OLE color: 787727.
HSL color Cylindrical-coordinate representation of color #0F050C: hue angle of 318º degrees, saturation: 0.5, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0F050C is Cyan = 0, Magento = 0.67, Yellow = 0.20 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 5 | 12 | - |
| CMYK | 0 | 0.67 | 0.20 | 0.94 |
| HSL | 318º | 0.5% | 0.04% | - |
| HSV(B) | 318º | 0.67% | 0.06% | - |
| XYZ | 0.32 | 0.24 | 0.38 | - |
| YUV | 8.79 | 129.81 | 132.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 12 | 0 | 0.67 | 0.20 | 0.94 | 318 | 0.5 | 0.04 |
| Hex | F | 5 | C | 0 | 43 | 14 | 5E | 13E | 32 | 4 |
| Octal | 17 | 5 | 14 | 0 | 103 | 24 | 136 | 476 | 62 | 4 |
| Binary | 1111 | 101 | 1100 | 0 | 1000011 | 10100 | 1011110 | 100111110 | 110010 | 100 |
Color Harmonies of #0F050C
Complementary color
Monochromatic Colors of #0F050C
Black with #0F050C
Text Example
Text Example
White with #0F050C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F050C; }
p { color: rgb(15,5,12); }
H1.HeaderClassName
{
color: #0F050C;
}
.AnyTagClassName
{
color: #0F050C;
}
</style>
background-color css
<style>
a { background-color: #0F050C; }
a { background-color: rgb(15,5,12); }
div.DivClassName
{
background-color: #0F050C;
}
.BgClassName
{
background-color: #0F050C;
}
</style>
border-color css
<style>
span { border-color: #0F050C; }
span { border-color: rgb(15,5,12); }
td.TdClassName
{
border-color: #0F050C;
}
.TagClassName
{
border-color: #0F050C;
}
</style>