Shades of Melanzane #0F060D
Tints of Melanzane #0F060D
RGB
CMYK
RGB Variations
Color information
#0F060D (or 0x0F060D) is known color: Melanzane. HEX triplet: 0F, 06 and 0D. RGB value is (15,6,13). Sum of RGB (Red+Green+Blue) = 15+6+13=34 (4% of max value = 765). Red value is 15 (6.25% from 255 or 44.12% from 34); Green value is 6 (2.73% from 255 or 17.65% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 15 - color contains mainly: red. Hex color #0F060D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F060D is #F0F9F2. Grayscale: #090909. Windows color (decimal): -15792627 or 853519. OLE color: 853519.
HSL color Cylindrical-coordinate representation of color #0F060D: hue angle of 313.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F060D is Cyan = 0, Magento = 0.60, Yellow = 0.13 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 6 | 13 | - |
| CMYK | 0 | 0.60 | 0.13 | 0.94 |
| HSL | 313.33º | 0.43% | 0.04% | - |
| HSV(B) | 313.33º | 0.6% | 0.06% | - |
| XYZ | 0.33 | 0.26 | 0.41 | - |
| YUV | 9.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 13 | 0 | 0.60 | 0.13 | 0.94 | 313.33 | 0.43 | 0.04 |
| Hex | F | 6 | D | 0 | 3C | D | 5E | 139 | 2B | 4 |
| Octal | 17 | 6 | 15 | 0 | 74 | 15 | 136 | 471 | 53 | 4 |
| Binary | 1111 | 110 | 1101 | 0 | 111100 | 1101 | 1011110 | 100111001 | 101011 | 100 |
Color Harmonies of #0F060D
Complementary color
Monochromatic Colors of #0F060D
Black with #0F060D
Text Example
Text Example
White with #0F060D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F060D; }
p { color: rgb(15,6,13); }
H1.HeaderClassName
{
color: #0F060D;
}
.AnyTagClassName
{
color: #0F060D;
}
</style>
background-color css
<style>
a { background-color: #0F060D; }
a { background-color: rgb(15,6,13); }
div.DivClassName
{
background-color: #0F060D;
}
.BgClassName
{
background-color: #0F060D;
}
</style>
border-color css
<style>
span { border-color: #0F060D; }
span { border-color: rgb(15,6,13); }
td.TdClassName
{
border-color: #0F060D;
}
.TagClassName
{
border-color: #0F060D;
}
</style>