Shades of Black #0F0805
Tints of Black #0F0805
RGB
CMYK
RGB Variations
Color information
#0F0805 (or 0x0F0805) is known color: Black. HEX triplet: 0F, 08 and 05. RGB value is (15,8,5). Sum of RGB (Red+Green+Blue) = 15+8+5=28 (3% of max value = 765). Red value is 15 (6.25% from 255 or 53.57% from 28); Green value is 8 (3.52% from 255 or 28.57% from 28); Blue value is 5 (2.34% from 255 or 17.86% from 28); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0805 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0805 is #F0F7FA. Grayscale: #090909. Windows color (decimal): -15792123 or 329743. OLE color: 329743.
HSL color Cylindrical-coordinate representation of color #0F0805: hue angle of 18º 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 #0F0805 is Cyan = 0, Magento = 0.47, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 8 | 5 | - |
| CMYK | 0 | 0.47 | 0.67 | 0.94 |
| HSL | 18º | 0.5% | 0.04% | - |
| HSV(B) | 18º | 0.67% | 0.06% | - |
| XYZ | 0.31 | 0.29 | 0.18 | - |
| YUV | 9.75 | 125.32 | 131.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 8 | 5 | 0 | 0.47 | 0.67 | 0.94 | 18 | 0.5 | 0.04 |
| Hex | F | 8 | 5 | 0 | 2F | 43 | 5E | 12 | 32 | 4 |
| Octal | 17 | 10 | 5 | 0 | 57 | 103 | 136 | 22 | 62 | 4 |
| Binary | 1111 | 1000 | 101 | 0 | 101111 | 1000011 | 1011110 | 10010 | 110010 | 100 |
Color Harmonies of #0F0805
Complementary color
Monochromatic Colors of #0F0805
Black with #0F0805
Text Example
Text Example
White with #0F0805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0805; }
p { color: rgb(15,8,5); }
H1.HeaderClassName
{
color: #0F0805;
}
.AnyTagClassName
{
color: #0F0805;
}
</style>
background-color css
<style>
a { background-color: #0F0805; }
a { background-color: rgb(15,8,5); }
div.DivClassName
{
background-color: #0F0805;
}
.BgClassName
{
background-color: #0F0805;
}
</style>
border-color css
<style>
span { border-color: #0F0805; }
span { border-color: rgb(15,8,5); }
td.TdClassName
{
border-color: #0F0805;
}
.TagClassName
{
border-color: #0F0805;
}
</style>