Shades of Black #0F0605
Tints of Black #0F0605
RGB
CMYK
RGB Variations
Color information
#0F0605 (or 0x0F0605) is known color: Black. HEX triplet: 0F, 06 and 05. RGB value is (15,6,5). Sum of RGB (Red+Green+Blue) = 15+6+5=26 (3% of max value = 765). Red value is 15 (6.25% from 255 or 57.69% from 26); Green value is 6 (2.73% from 255 or 23.08% from 26); Blue value is 5 (2.34% from 255 or 19.23% from 26); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0605 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0605 is #F0F9FA. Grayscale: #080808. Windows color (decimal): -15792635 or 329231. OLE color: 329231.
HSL color Cylindrical-coordinate representation of color #0F0605: hue angle of 6º 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 #0F0605 is Cyan = 0, Magento = 0.60, Yellow = 0.67 and Black (K on CMYK) = 0.94.
Color convert
RGB | 15 | 6 | 5 | - |
CMYK | 0 | 0.60 | 0.67 | 0.94 |
HSL | 6º | 0.5% | 0.04% | - |
HSV(B) | 6º | 0.67% | 0.06% | - |
XYZ | 0.29 | 0.24 | 0.18 | - |
YUV | 8.58 | 125.98 | 132.58 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 6 | 5 | 0 | 0.60 | 0.67 | 0.94 | 6 | 0.5 | 0.04 |
Hex | F | 6 | 5 | 0 | 3C | 43 | 5E | 6 | 32 | 4 |
Octal | 17 | 6 | 5 | 0 | 74 | 103 | 136 | 6 | 62 | 4 |
Binary | 1111 | 110 | 101 | 0 | 111100 | 1000011 | 1011110 | 110 | 110010 | 100 |
Color Harmonies of #0F0605
Complementary color
Monochromatic Colors of #0F0605
Black with #0F0605
Text Example
Text Example
White with #0F0605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0605; }
p { color: rgb(15,6,5); }
H1.HeaderClassName
{
color: #0F0605;
}
.AnyTagClassName
{
color: #0F0605;
}
</style>
background-color css
<style>
a { background-color: #0F0605; }
a { background-color: rgb(15,6,5); }
div.DivClassName
{
background-color: #0F0605;
}
.BgClassName
{
background-color: #0F0605;
}
</style>
border-color css
<style>
span { border-color: #0F0605; }
span { border-color: rgb(15,6,5); }
td.TdClassName
{
border-color: #0F0605;
}
.TagClassName
{
border-color: #0F0605;
}
</style>