Shades of Melanzane #0F050D
Tints of Melanzane #0F050D
RGB
CMYK
RGB Variations
Color information
#0F050D (or 0x0F050D) is known color: Melanzane. HEX triplet: 0F, 05 and 0D. RGB value is (15,5,13). Sum of RGB (Red+Green+Blue) = 15+5+13=33 (4% of max value = 765). Red value is 15 (6.25% from 255 or 45.45% from 33); Green value is 5 (2.34% from 255 or 15.15% from 33); Blue value is 13 (5.47% from 255 or 39.39% from 33); Max value from RGB is 15 - color contains mainly: red. Hex color #0F050D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F050D is #F0FAF2. Grayscale: #080808. Windows color (decimal): -15792883 or 853263. OLE color: 853263.
HSL color Cylindrical-coordinate representation of color #0F050D: hue angle of 312º 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 #0F050D is Cyan = 0, Magento = 0.67, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 5 | 13 | - |
| CMYK | 0 | 0.67 | 0.13 | 0.94 |
| HSL | 312º | 0.5% | 0.04% | - |
| HSV(B) | 312º | 0.67% | 0.06% | - |
| XYZ | 0.32 | 0.24 | 0.41 | - |
| YUV | 8.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 5 | 13 | 0 | 0.67 | 0.13 | 0.94 | 312 | 0.5 | 0.04 |
| Hex | F | 5 | D | 0 | 43 | D | 5E | 138 | 32 | 4 |
| Octal | 17 | 5 | 15 | 0 | 103 | 15 | 136 | 470 | 62 | 4 |
| Binary | 1111 | 101 | 1101 | 0 | 1000011 | 1101 | 1011110 | 100111000 | 110010 | 100 |
Color Harmonies of #0F050D
Complementary color
Monochromatic Colors of #0F050D
Black with #0F050D
Text Example
Text Example
White with #0F050D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F050D; }
p { color: rgb(15,5,13); }
H1.HeaderClassName
{
color: #0F050D;
}
.AnyTagClassName
{
color: #0F050D;
}
</style>
background-color css
<style>
a { background-color: #0F050D; }
a { background-color: rgb(15,5,13); }
div.DivClassName
{
background-color: #0F050D;
}
.BgClassName
{
background-color: #0F050D;
}
</style>
border-color css
<style>
span { border-color: #0F050D; }
span { border-color: rgb(15,5,13); }
td.TdClassName
{
border-color: #0F050D;
}
.TagClassName
{
border-color: #0F050D;
}
</style>