Shades of Black #0B0702
Tints of Black #0B0702
RGB
CMYK
RGB Variations
Color information
#0B0702 (or 0x0B0702) is known color: Black. HEX triplet: 0B, 07 and 02. RGB value is (11,7,2). Sum of RGB (Red+Green+Blue) = 11+7+2=20 (2% of max value = 765). Red value is 11 (4.69% from 255 or 55% from 20); Green value is 7 (3.12% from 255 or 35% from 20); Blue value is 2 (1.17% from 255 or 10% from 20); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0702 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0702 is #F4F8FD. Grayscale: #070707. Windows color (decimal): -16054526 or 132875. OLE color: 132875.
HSL color Cylindrical-coordinate representation of color #0B0702: hue angle of 33.33º degrees, saturation: 0.69, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #0B0702 is Cyan = 0, Magento = 0.36, Yellow = 0.82 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 7 | 2 | - |
| CMYK | 0 | 0.36 | 0.82 | 0.96 |
| HSL | 33.33º | 0.69% | 0.03% | - |
| HSV(B) | 33.33º | 0.82% | 0.04% | - |
| XYZ | 0.22 | 0.23 | 0.09 | - |
| YUV | 7.63 | 124.83 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 2 | 0 | 0.36 | 0.82 | 0.96 | 33.33 | 0.69 | 0.03 |
| Hex | B | 7 | 2 | 0 | 24 | 52 | 60 | 21 | 45 | 3 |
| Octal | 13 | 7 | 2 | 0 | 44 | 122 | 140 | 41 | 105 | 3 |
| Binary | 1011 | 111 | 10 | 0 | 100100 | 1010010 | 1100000 | 100001 | 1000101 | 11 |
Color Harmonies of #0B0702
Complementary color
Monochromatic Colors of #0B0702
Black with #0B0702
Text Example
Text Example
White with #0B0702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0702; }
p { color: rgb(11,7,2); }
H1.HeaderClassName
{
color: #0B0702;
}
.AnyTagClassName
{
color: #0B0702;
}
</style>
background-color css
<style>
a { background-color: #0B0702; }
a { background-color: rgb(11,7,2); }
div.DivClassName
{
background-color: #0B0702;
}
.BgClassName
{
background-color: #0B0702;
}
</style>
border-color css
<style>
span { border-color: #0B0702; }
span { border-color: rgb(11,7,2); }
td.TdClassName
{
border-color: #0B0702;
}
.TagClassName
{
border-color: #0B0702;
}
</style>