Shades of Black #0B0601
Tints of Black #0B0601
RGB
CMYK
RGB Variations
Color information
#0B0601 (or 0x0B0601) is known color: Black. HEX triplet: 0B, 06 and 01. RGB value is (11,6,1). Sum of RGB (Red+Green+Blue) = 11+6+1=18 (2% of max value = 765). Red value is 11 (4.69% from 255 or 61.11% from 18); Green value is 6 (2.73% from 255 or 33.33% from 18); Blue value is 1 (0.78% from 255 or 5.56% from 18); Max value from RGB is 11 - color contains mainly: red. Hex color #0B0601 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0B0601 is #F4F9FE. Grayscale: #060606. Windows color (decimal): -16054783 or 67083. OLE color: 67083.
HSL color Cylindrical-coordinate representation of color #0B0601: hue angle of 30º 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 #0B0601 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.96.
Color convert
RGB | 11 | 6 | 1 | - |
CMYK | 0 | 0.45 | 0.91 | 0.96 |
HSL | 30º | 0.83% | 0.02% | - |
HSV(B) | 30º | 0.91% | 0.04% | - |
XYZ | 0.21 | 0.2 | 0.06 | - |
YUV | 6.93 | 124.66 | 130.91 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 11 | 6 | 1 | 0 | 0.45 | 0.91 | 0.96 | 30 | 0.83 | 0.02 |
Hex | B | 6 | 1 | 0 | 2D | 5B | 60 | 1E | 53 | 2 |
Octal | 13 | 6 | 1 | 0 | 55 | 133 | 140 | 36 | 123 | 2 |
Binary | 1011 | 110 | 1 | 0 | 101101 | 1011011 | 1100000 | 11110 | 1010011 | 10 |
Color Harmonies of #0B0601
Complementary color
Monochromatic Colors of #0B0601
Black with #0B0601
Text Example
Text Example
White with #0B0601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B0601; }
p { color: rgb(11,6,1); }
H1.HeaderClassName
{
color: #0B0601;
}
.AnyTagClassName
{
color: #0B0601;
}
</style>
background-color css
<style>
a { background-color: #0B0601; }
a { background-color: rgb(11,6,1); }
div.DivClassName
{
background-color: #0B0601;
}
.BgClassName
{
background-color: #0B0601;
}
</style>
border-color css
<style>
span { border-color: #0B0601; }
span { border-color: rgb(11,6,1); }
td.TdClassName
{
border-color: #0B0601;
}
.TagClassName
{
border-color: #0B0601;
}
</style>