Shades of Black #0F0804
Tints of Black #0F0804
RGB
CMYK
RGB Variations
Color information
#0F0804 (or 0x0F0804) is known color: Black. HEX triplet: 0F, 08 and 04. RGB value is (15,8,4). Sum of RGB (Red+Green+Blue) = 15+8+4=27 (3% of max value = 765). Red value is 15 (6.25% from 255 or 55.56% from 27); Green value is 8 (3.52% from 255 or 29.63% from 27); Blue value is 4 (1.95% from 255 or 14.81% from 27); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0804 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0804 is #F0F7FB. Grayscale: #090909. Windows color (decimal): -15792124 or 264207. OLE color: 264207.
HSL color Cylindrical-coordinate representation of color #0F0804: hue angle of 21.82º 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 #0F0804 is Cyan = 0, Magento = 0.47, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 8 | 4 | - |
| CMYK | 0 | 0.47 | 0.73 | 0.94 |
| HSL | 21.82º | 0.58% | 0.04% | - |
| HSV(B) | 21.82º | 0.73% | 0.06% | - |
| XYZ | 0.31 | 0.28 | 0.15 | - |
| YUV | 9.64 | 124.82 | 131.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 4 | 0 | 0.47 | 0.73 | 0.94 | 21.82 | 0.58 | 0.04 |
| Hex | F | 8 | 4 | 0 | 2F | 49 | 5E | 16 | 3A | 4 |
| Octal | 17 | 10 | 4 | 0 | 57 | 111 | 136 | 26 | 72 | 4 |
| Binary | 1111 | 1000 | 100 | 0 | 101111 | 1001001 | 1011110 | 10110 | 111010 | 100 |
Color Harmonies of #0F0804
Complementary color
Monochromatic Colors of #0F0804
Black with #0F0804
Text Example
Text Example
White with #0F0804
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0804; }
p { color: rgb(15,8,4); }
H1.HeaderClassName
{
color: #0F0804;
}
.AnyTagClassName
{
color: #0F0804;
}
</style>
background-color css
<style>
a { background-color: #0F0804; }
a { background-color: rgb(15,8,4); }
div.DivClassName
{
background-color: #0F0804;
}
.BgClassName
{
background-color: #0F0804;
}
</style>
border-color css
<style>
span { border-color: #0F0804; }
span { border-color: rgb(15,8,4); }
td.TdClassName
{
border-color: #0F0804;
}
.TagClassName
{
border-color: #0F0804;
}
</style>