Shades of Black #0F0604
Tints of Black #0F0604
RGB
CMYK
RGB Variations
Color information
#0F0604 (or 0x0F0604) is known color: Black. HEX triplet: 0F, 06 and 04. RGB value is (15,6,4). Sum of RGB (Red+Green+Blue) = 15+6+4=25 (3% of max value = 765). Red value is 15 (6.25% from 255 or 60% from 25); Green value is 6 (2.73% from 255 or 24% from 25); Blue value is 4 (1.95% from 255 or 16% from 25); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0604 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0604 is #F0F9FB. Grayscale: #080808. Windows color (decimal): -15792636 or 263695. OLE color: 263695.
HSL color Cylindrical-coordinate representation of color #0F0604: hue angle of 10.91º degrees, saturation: 0.58, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0F0604 is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 6 | 4 | - |
| CMYK | 0 | 0.60 | 0.73 | 0.94 |
| HSL | 10.91º | 0.58% | 0.04% | - |
| HSV(B) | 10.91º | 0.73% | 0.06% | - |
| XYZ | 0.28 | 0.24 | 0.15 | - |
| YUV | 8.46 | 125.48 | 132.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 4 | 0 | 0.60 | 0.73 | 0.94 | 10.91 | 0.58 | 0.04 |
| Hex | F | 6 | 4 | 0 | 3C | 49 | 5E | B | 3A | 4 |
| Octal | 17 | 6 | 4 | 0 | 74 | 111 | 136 | 13 | 72 | 4 |
| Binary | 1111 | 110 | 100 | 0 | 111100 | 1001001 | 1011110 | 1011 | 111010 | 100 |
Color Harmonies of #0F0604
Complementary color
Monochromatic Colors of #0F0604
Black with #0F0604
Text Example
Text Example
White with #0F0604
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0604; }
p { color: rgb(15,6,4); }
H1.HeaderClassName
{
color: #0F0604;
}
.AnyTagClassName
{
color: #0F0604;
}
</style>
background-color css
<style>
a { background-color: #0F0604; }
a { background-color: rgb(15,6,4); }
div.DivClassName
{
background-color: #0F0604;
}
.BgClassName
{
background-color: #0F0604;
}
</style>
border-color css
<style>
span { border-color: #0F0604; }
span { border-color: rgb(15,6,4); }
td.TdClassName
{
border-color: #0F0604;
}
.TagClassName
{
border-color: #0F0604;
}
</style>