Shades of Black #0F0B0A
Tints of Black #0F0B0A
RGB
CMYK
RGB Variations
Color information
#0F0B0A (or 0x0F0B0A) is known color: Black. HEX triplet: 0F, 0B and 0A. RGB value is (15,11,10). Sum of RGB (Red+Green+Blue) = 15+11+10=36 (4% of max value = 765). Red value is 15 (6.25% from 255 or 41.67% from 36); Green value is 11 (4.69% from 255 or 30.56% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 15 - color contains mainly: red. Hex color #0F0B0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F0B0A is #F0F4F5. Grayscale: #0C0C0C. Windows color (decimal): -15791350 or 658191. OLE color: 658191.
HSL color Cylindrical-coordinate representation of color #0F0B0A: hue angle of 12º degrees, saturation: 0.2, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0F0B0A is Cyan = 0, Magento = 0.27, Yellow = 0.33 and Black (K on CMYK) = 0.94.
Color convert
| RGB | 15 | 11 | 10 | - |
| CMYK | 0 | 0.27 | 0.33 | 0.94 |
| HSL | 12º | 0.2% | 0.05% | - |
| HSV(B) | 12º | 0.33% | 0.06% | - |
| XYZ | 0.37 | 0.36 | 0.34 | - |
| YUV | 12.08 | 126.83 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 11 | 10 | 0 | 0.27 | 0.33 | 0.94 | 12 | 0.2 | 0.05 |
| Hex | F | B | A | 0 | 1B | 21 | 5E | C | 14 | 5 |
| Octal | 17 | 13 | 12 | 0 | 33 | 41 | 136 | 14 | 24 | 5 |
| Binary | 1111 | 1011 | 1010 | 0 | 11011 | 100001 | 1011110 | 1100 | 10100 | 101 |
Color Harmonies of #0F0B0A
Complementary color
Monochromatic Colors of #0F0B0A
Black with #0F0B0A
Text Example
Text Example
White with #0F0B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F0B0A; }
p { color: rgb(15,11,10); }
H1.HeaderClassName
{
color: #0F0B0A;
}
.AnyTagClassName
{
color: #0F0B0A;
}
</style>
background-color css
<style>
a { background-color: #0F0B0A; }
a { background-color: rgb(15,11,10); }
div.DivClassName
{
background-color: #0F0B0A;
}
.BgClassName
{
background-color: #0F0B0A;
}
</style>
border-color css
<style>
span { border-color: #0F0B0A; }
span { border-color: rgb(15,11,10); }
td.TdClassName
{
border-color: #0F0B0A;
}
.TagClassName
{
border-color: #0F0B0A;
}
</style>