Shades of Black #0B0701
Tints of Black #0B0701
RGB
CMYK
RGB Variations
Color information
#0B0701 (or 0x0B0701) is known color: Black. HEX triplet: 0B, 07 and 01. RGB value is (11,7,1). Sum of RGB (Red+Green+Blue) = 11+7+1=19 (2% of max value = 765). Red value is 11 (4.69% from 255 or 57.89% from 19); Green value is 7 (3.12% from 255 or 36.84% from 19); Blue value is 1 (0.78% from 255 or 5.26% from 19); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0701 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0701 is #F4F8FE. Grayscale: #070707. Windows color (decimal): -16054527 or 67339. OLE color: 67339.
HSL color Cylindrical-coordinate representation of color #0B0701: hue angle of 36º degrees, saturation: 0.83, lightness: 0.02%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B0701 is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
| RGB | 11 | 7 | 1 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.96 |
| HSL | 36º | 0.83% | 0.02% | - |
| HSV(B) | 36º | 0.91% | 0.04% | - |
| XYZ | 0.22 | 0.23 | 0.06 | - |
| YUV | 7.51 | 124.33 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 7 | 1 | 0 | 0.36 | 0.91 | 0.96 | 36 | 0.83 | 0.02 |
| Hex | B | 7 | 1 | 0 | 24 | 5B | 60 | 24 | 53 | 2 |
| Octal | 13 | 7 | 1 | 0 | 44 | 133 | 140 | 44 | 123 | 2 |
| Binary | 1011 | 111 | 1 | 0 | 100100 | 1011011 | 1100000 | 100100 | 1010011 | 10 |
Color Harmonies of #0B0701
Complementary color
Monochromatic Colors of #0B0701
Black with #0B0701
Text Example
Text Example
White with #0B0701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0701; }
p { color: rgb(11,7,1); }
H1.HeaderClassName
{
color: #0B0701;
}
.AnyTagClassName
{
color: #0B0701;
}
</style>
background-color css
<style>
a { background-color: #0B0701; }
a { background-color: rgb(11,7,1); }
div.DivClassName
{
background-color: #0B0701;
}
.BgClassName
{
background-color: #0B0701;
}
</style>
border-color css
<style>
span { border-color: #0B0701; }
span { border-color: rgb(11,7,1); }
td.TdClassName
{
border-color: #0B0701;
}
.TagClassName
{
border-color: #0B0701;
}
</style>