Shades of Black Bean #0B200B
Tints of Black Bean #0B200B
RGB
CMYK
RGB Variations
Color information
#0B200B (or 0x0B200B) is known color: Black Bean. HEX triplet: 0B, 20 and 0B. RGB value is (11,32,11). Sum of RGB (Red+Green+Blue) = 11+32+11=54 (7% of max value = 765). Red value is 11 (4.69% from 255 or 20.37% from 54); Green value is 32 (12.89% from 255 or 59.26% from 54); Blue value is 11 (4.69% from 255 or 20.37% from 54); Max value from RGB is 32 - color contains mainly: green. Hex color #0B200B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B200B is #F4DFF4. Grayscale: #171717. Windows color (decimal): -16048117 or 729099. OLE color: 729099.
HSL color Cylindrical-coordinate representation of color #0B200B: hue angle of 120º degrees, saturation: 0.49, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #0B200B is Cyan = 0.66, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 32 | 11 | - |
| CMYK | 0.66 | 0 | 0.66 | 0.87 |
| HSL | 120º | 0.49% | 0.08% | - |
| HSV(B) | 120º | 0.66% | 0.13% | - |
| XYZ | 0.71 | 1.13 | 0.5 | - |
| YUV | 23.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 32 | 11 | 0.66 | 0 | 0.66 | 0.87 | 120 | 0.49 | 0.08 |
| Hex | B | 20 | B | 42 | 0 | 42 | 57 | 78 | 31 | 8 |
| Octal | 13 | 40 | 13 | 102 | 0 | 102 | 127 | 170 | 61 | 10 |
| Binary | 1011 | 100000 | 1011 | 1000010 | 0 | 1000010 | 1010111 | 1111000 | 110001 | 1000 |
Color Harmonies of #0B200B
Complementary color
Monochromatic Colors of #0B200B
Black with #0B200B
Text Example
Text Example
White with #0B200B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B200B; }
p { color: rgb(11,32,11); }
H1.HeaderClassName
{
color: #0B200B;
}
.AnyTagClassName
{
color: #0B200B;
}
</style>
background-color css
<style>
a { background-color: #0B200B; }
a { background-color: rgb(11,32,11); }
div.DivClassName
{
background-color: #0B200B;
}
.BgClassName
{
background-color: #0B200B;
}
</style>
border-color css
<style>
span { border-color: #0B200B; }
span { border-color: rgb(11,32,11); }
td.TdClassName
{
border-color: #0B200B;
}
.TagClassName
{
border-color: #0B200B;
}
</style>