Shades of Black Bean #0B2B0F
Tints of Black Bean #0B2B0F
RGB
CMYK
RGB Variations
Color information
#0B2B0F (or 0x0B2B0F) is known color: Black Bean. HEX triplet: 0B, 2B and 0F. RGB value is (11,43,15). Sum of RGB (Red+Green+Blue) = 11+43+15=69 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.94% from 69); Green value is 43 (17.19% from 255 or 62.32% from 69); Blue value is 15 (6.25% from 255 or 21.74% from 69); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2B0F is #F4D4F0. Grayscale: #1E1E1E. Windows color (decimal): -16045297 or 994059. OLE color: 994059.
HSL color Cylindrical-coordinate representation of color #0B2B0F: hue angle of 127.5º degrees, saturation: 0.59, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0B2B0F is Cyan = 0.74, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 43 | 15 | - |
| CMYK | 0.74 | 0 | 0.65 | 0.83 |
| HSL | 127.5º | 0.59% | 0.11% | - |
| HSV(B) | 127.5º | 0.74% | 0.17% | - |
| XYZ | 1.09 | 1.83 | 0.75 | - |
| YUV | 30.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 15 | 0.74 | 0 | 0.65 | 0.83 | 127.5 | 0.59 | 0.11 |
| Hex | B | 2B | F | 4A | 0 | 41 | 53 | 80 | 3B | B |
| Octal | 13 | 53 | 17 | 112 | 0 | 101 | 123 | 200 | 73 | 13 |
| Binary | 1011 | 101011 | 1111 | 1001010 | 0 | 1000001 | 1010011 | 10000000 | 111011 | 1011 |
Color Harmonies of #0B2B0F
Complementary color
Monochromatic Colors of #0B2B0F
Black with #0B2B0F
Text Example
Text Example
White with #0B2B0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B0F; }
p { color: rgb(11,43,15); }
H1.HeaderClassName
{
color: #0B2B0F;
}
.AnyTagClassName
{
color: #0B2B0F;
}
</style>
background-color css
<style>
a { background-color: #0B2B0F; }
a { background-color: rgb(11,43,15); }
div.DivClassName
{
background-color: #0B2B0F;
}
.BgClassName
{
background-color: #0B2B0F;
}
</style>
border-color css
<style>
span { border-color: #0B2B0F; }
span { border-color: rgb(11,43,15); }
td.TdClassName
{
border-color: #0B2B0F;
}
.TagClassName
{
border-color: #0B2B0F;
}
</style>