Shades of Black #0F0905
Tints of Black #0F0905
RGB
CMYK
RGB Variations
Color information
#0F0905 (or 0x0F0905) is known color: Black. HEX triplet: 0F, 09 and 05. RGB value is (15,9,5). Sum of RGB (Red+Green+Blue) = 15+9+5=29 (3% of max value = 765). Red value is 15 (6.25% from 255 or 51.72% from 29); Green value is 9 (3.91% from 255 or 31.03% from 29); Blue value is 5 (2.34% from 255 or 17.24% from 29); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0905 is #F0F6FA. Grayscale: #0A0A0A. Windows color (decimal): -15791867 or 329999. OLE color: 329999.
HSL color Cylindrical-coordinate representation of color #0F0905: hue angle of 24º 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 #0F0905 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 9 | 5 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.94 |
| HSL | 24º | 0.5% | 0.04% | - |
| HSV(B) | 24º | 0.67% | 0.06% | - |
| XYZ | 0.32 | 0.31 | 0.19 | - |
| YUV | 10.34 | 124.99 | 131.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 9 | 5 | 0 | 0.40 | 0.67 | 0.94 | 24 | 0.5 | 0.04 |
| Hex | F | 9 | 5 | 0 | 28 | 43 | 5E | 18 | 32 | 4 |
| Octal | 17 | 11 | 5 | 0 | 50 | 103 | 136 | 30 | 62 | 4 |
| Binary | 1111 | 1001 | 101 | 0 | 101000 | 1000011 | 1011110 | 11000 | 110010 | 100 |
Color Harmonies of #0F0905
Complementary color
Monochromatic Colors of #0F0905
Black with #0F0905
Text Example
Text Example
White with #0F0905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0905; }
p { color: rgb(15,9,5); }
H1.HeaderClassName
{
color: #0F0905;
}
.AnyTagClassName
{
color: #0F0905;
}
</style>
background-color css
<style>
a { background-color: #0F0905; }
a { background-color: rgb(15,9,5); }
div.DivClassName
{
background-color: #0F0905;
}
.BgClassName
{
background-color: #0F0905;
}
</style>
border-color css
<style>
span { border-color: #0F0905; }
span { border-color: rgb(15,9,5); }
td.TdClassName
{
border-color: #0F0905;
}
.TagClassName
{
border-color: #0F0905;
}
</style>