Shades of Black Bean #0B2111
Tints of Black Bean #0B2111
RGB
CMYK
RGB Variations
Color information
#0B2111 (or 0x0B2111) is known color: Black Bean. HEX triplet: 0B, 21 and 11. RGB value is (11,33,17). Sum of RGB (Red+Green+Blue) = 11+33+17=61 (8% of max value = 765). Red value is 11 (4.69% from 255 or 18.03% from 61); Green value is 33 (13.28% from 255 or 54.10% from 61); Blue value is 17 (7.03% from 255 or 27.87% from 61); Max value from RGB is 33 - color contains mainly: green. Hex color #0B2111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2111 is #F4DEEE. Grayscale: #181818. Windows color (decimal): -16047855 or 1122571. OLE color: 1122571.
HSL color Cylindrical-coordinate representation of color #0B2111: hue angle of 136.36º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B2111 is Cyan = 0.67, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 17 | - |
| CMYK | 0.67 | 0 | 0.48 | 0.87 |
| HSL | 136.36º | 0.5% | 0.09% | - |
| HSV(B) | 136.36º | 0.67% | 0.13% | - |
| XYZ | 0.78 | 1.2 | 0.72 | - |
| YUV | 24.6 | 123.71 | 118.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 17 | 0.67 | 0 | 0.48 | 0.87 | 136.36 | 0.5 | 0.09 |
| Hex | B | 21 | 11 | 43 | 0 | 30 | 57 | 88 | 32 | 9 |
| Octal | 13 | 41 | 21 | 103 | 0 | 60 | 127 | 210 | 62 | 11 |
| Binary | 1011 | 100001 | 10001 | 1000011 | 0 | 110000 | 1010111 | 10001000 | 110010 | 1001 |
Color Harmonies of #0B2111
Complementary color
Monochromatic Colors of #0B2111
Black with #0B2111
Text Example
Text Example
White with #0B2111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2111; }
p { color: rgb(11,33,17); }
H1.HeaderClassName
{
color: #0B2111;
}
.AnyTagClassName
{
color: #0B2111;
}
</style>
background-color css
<style>
a { background-color: #0B2111; }
a { background-color: rgb(11,33,17); }
div.DivClassName
{
background-color: #0B2111;
}
.BgClassName
{
background-color: #0B2111;
}
</style>
border-color css
<style>
span { border-color: #0B2111; }
span { border-color: rgb(11,33,17); }
td.TdClassName
{
border-color: #0B2111;
}
.TagClassName
{
border-color: #0B2111;
}
</style>