Shades of Black #0F0601
Tints of Black #0F0601
RGB
CMYK
RGB Variations
Color information
#0F0601 (or 0x0F0601) is known color: Black. HEX triplet: 0F, 06 and 01. RGB value is (15,6,1). Sum of RGB (Red+Green+Blue) = 15+6+1=22 (2% of max value = 765). Red value is 15 (6.25% from 255 or 68.18% from 22); Green value is 6 (2.73% from 255 or 27.27% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0601 is #F0F9FE. Grayscale: #080808. Windows color (decimal): -15792639 or 67087. OLE color: 67087.
HSL color Cylindrical-coordinate representation of color #0F0601: hue angle of 21.43º degrees, saturation: 0.88, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F0601 is Cyan = 0, Magento = 0.60, Yellow = 0.93 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 6 | 1 | - |
| CMYK | 0 | 0.60 | 0.93 | 0.94 |
| HSL | 21.43º | 0.88% | 0.03% | - |
| HSV(B) | 21.43º | 0.93% | 0.06% | - |
| XYZ | 0.27 | 0.23 | 0.06 | - |
| YUV | 8.12 | 123.98 | 132.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 6 | 1 | 0 | 0.60 | 0.93 | 0.94 | 21.43 | 0.88 | 0.03 |
| Hex | F | 6 | 1 | 0 | 3C | 5D | 5E | 15 | 58 | 3 |
| Octal | 17 | 6 | 1 | 0 | 74 | 135 | 136 | 25 | 130 | 3 |
| Binary | 1111 | 110 | 1 | 0 | 111100 | 1011101 | 1011110 | 10101 | 1011000 | 11 |
Color Harmonies of #0F0601
Complementary color
Monochromatic Colors of #0F0601
Black with #0F0601
Text Example
Text Example
White with #0F0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0601; }
p { color: rgb(15,6,1); }
H1.HeaderClassName
{
color: #0F0601;
}
.AnyTagClassName
{
color: #0F0601;
}
</style>
background-color css
<style>
a { background-color: #0F0601; }
a { background-color: rgb(15,6,1); }
div.DivClassName
{
background-color: #0F0601;
}
.BgClassName
{
background-color: #0F0601;
}
</style>
border-color css
<style>
span { border-color: #0F0601; }
span { border-color: rgb(15,6,1); }
td.TdClassName
{
border-color: #0F0601;
}
.TagClassName
{
border-color: #0F0601;
}
</style>