Shades of Black #0F0904
Tints of Black #0F0904
RGB
CMYK
RGB Variations
Color information
#0F0904 (or 0x0F0904) is known color: Black. HEX triplet: 0F, 09 and 04. RGB value is (15,9,4). Sum of RGB (Red+Green+Blue) = 15+9+4=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 9 (3.91% from 255 or 32.14% from 28); Blue value is 4 (1.95% from 255 or 14.29% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0904 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0904 is #F0F6FB. Grayscale: #0A0A0A. Windows color (decimal): -15791868 or 264463. OLE color: 264463.
HSL color Cylindrical-coordinate representation of color #0F0904: hue angle of 27.27º 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 #0F0904 is Cyan = 0, Magento = 0.40, Yellow = 0.73 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 4 | - |
| CMYK | 0 | 0.40 | 0.73 | 0.94 |
| HSL | 27.27º | 0.58% | 0.04% | - |
| HSV(B) | 27.27º | 0.73% | 0.06% | - |
| XYZ | 0.32 | 0.31 | 0.16 | - |
| YUV | 10.22 | 124.49 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 4 | 0 | 0.40 | 0.73 | 0.94 | 27.27 | 0.58 | 0.04 |
| Hex | F | 9 | 4 | 0 | 28 | 49 | 5E | 1B | 3A | 4 |
| Octal | 17 | 11 | 4 | 0 | 50 | 111 | 136 | 33 | 72 | 4 |
| Binary | 1111 | 1001 | 100 | 0 | 101000 | 1001001 | 1011110 | 11011 | 111010 | 100 |
Color Harmonies of #0F0904
Complementary color
Monochromatic Colors of #0F0904
Black with #0F0904
Text Example
Text Example
White with #0F0904
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0904; }
p { color: rgb(15,9,4); }
H1.HeaderClassName
{
color: #0F0904;
}
.AnyTagClassName
{
color: #0F0904;
}
</style>
background-color css
<style>
a { background-color: #0F0904; }
a { background-color: rgb(15,9,4); }
div.DivClassName
{
background-color: #0F0904;
}
.BgClassName
{
background-color: #0F0904;
}
</style>
border-color css
<style>
span { border-color: #0F0904; }
span { border-color: rgb(15,9,4); }
td.TdClassName
{
border-color: #0F0904;
}
.TagClassName
{
border-color: #0F0904;
}
</style>