Shades of Black #0F0B06
Tints of Black #0F0B06
RGB
CMYK
RGB Variations
Color information
#0F0B06 (or 0x0F0B06) is known color: Black. HEX triplet: 0F, 0B and 06. RGB value is (15,11,6). Sum of RGB (Red+Green+Blue) = 15+11+6=32 (4% of max value = 765). Red value is 15 (6.25% from 255 or 46.88% from 32); Green value is 11 (4.69% from 255 or 34.38% from 32); Blue value is 6 (2.73% from 255 or 18.75% from 32); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B06 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B06 is #F0F4F9. Grayscale: #0B0B0B. Windows color (decimal): -15791354 or 396047. OLE color: 396047.
HSL color Cylindrical-coordinate representation of color #0F0B06: hue angle of 33.33º degrees, saturation: 0.43, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0F0B06 is Cyan = 0, Magento = 0.27, Yellow = 0.60 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 6 | - |
| CMYK | 0 | 0.27 | 0.60 | 0.94 |
| HSL | 33.33º | 0.43% | 0.04% | - |
| HSV(B) | 33.33º | 0.6% | 0.06% | - |
| XYZ | 0.35 | 0.35 | 0.22 | - |
| YUV | 11.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 6 | 0 | 0.27 | 0.60 | 0.94 | 33.33 | 0.43 | 0.04 |
| Hex | F | B | 6 | 0 | 1B | 3C | 5E | 21 | 2B | 4 |
| Octal | 17 | 13 | 6 | 0 | 33 | 74 | 136 | 41 | 53 | 4 |
| Binary | 1111 | 1011 | 110 | 0 | 11011 | 111100 | 1011110 | 100001 | 101011 | 100 |
Color Harmonies of #0F0B06
Complementary color
Monochromatic Colors of #0F0B06
Black with #0F0B06
Text Example
Text Example
White with #0F0B06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B06; }
p { color: rgb(15,11,6); }
H1.HeaderClassName
{
color: #0F0B06;
}
.AnyTagClassName
{
color: #0F0B06;
}
</style>
background-color css
<style>
a { background-color: #0F0B06; }
a { background-color: rgb(15,11,6); }
div.DivClassName
{
background-color: #0F0B06;
}
.BgClassName
{
background-color: #0F0B06;
}
</style>
border-color css
<style>
span { border-color: #0F0B06; }
span { border-color: rgb(15,11,6); }
td.TdClassName
{
border-color: #0F0B06;
}
.TagClassName
{
border-color: #0F0B06;
}
</style>