Shades of Black Bean #0B2B10
Tints of Black Bean #0B2B10
RGB
CMYK
RGB Variations
Color information
#0B2B10 (or 0x0B2B10) is known color: Black Bean. HEX triplet: 0B, 2B and 10. RGB value is (11,43,16). Sum of RGB (Red+Green+Blue) = 11+43+16=70 (9% of max value = 765). Red value is 11 (4.69% from 255 or 15.71% from 70); Green value is 43 (17.19% from 255 or 61.43% from 70); Blue value is 16 (6.64% from 255 or 22.86% from 70); Max value from RGB is 43 - color contains mainly: green. Hex color #0B2B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2B10 is #F4D4EF. Grayscale: #1E1E1E. Windows color (decimal): -16045296 or 1059595. OLE color: 1059595.
HSL color Cylindrical-coordinate representation of color #0B2B10: hue angle of 129.38º 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 #0B2B10 is Cyan = 0.74, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 11 | 43 | 16 | - |
| CMYK | 0.74 | 0 | 0.63 | 0.83 |
| HSL | 129.38º | 0.59% | 0.11% | - |
| HSV(B) | 129.38º | 0.74% | 0.17% | - |
| XYZ | 1.1 | 1.84 | 0.79 | - |
| YUV | 30.35 | 119.9 | 114.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 43 | 16 | 0.74 | 0 | 0.63 | 0.83 | 129.38 | 0.59 | 0.11 |
| Hex | B | 2B | 10 | 4A | 0 | 3F | 53 | 81 | 3B | B |
| Octal | 13 | 53 | 20 | 112 | 0 | 77 | 123 | 201 | 73 | 13 |
| Binary | 1011 | 101011 | 10000 | 1001010 | 0 | 111111 | 1010011 | 10000001 | 111011 | 1011 |
Color Harmonies of #0B2B10
Complementary color
Monochromatic Colors of #0B2B10
Black with #0B2B10
Text Example
Text Example
White with #0B2B10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2B10; }
p { color: rgb(11,43,16); }
H1.HeaderClassName
{
color: #0B2B10;
}
.AnyTagClassName
{
color: #0B2B10;
}
</style>
background-color css
<style>
a { background-color: #0B2B10; }
a { background-color: rgb(11,43,16); }
div.DivClassName
{
background-color: #0B2B10;
}
.BgClassName
{
background-color: #0B2B10;
}
</style>
border-color css
<style>
span { border-color: #0B2B10; }
span { border-color: rgb(11,43,16); }
td.TdClassName
{
border-color: #0B2B10;
}
.TagClassName
{
border-color: #0B2B10;
}
</style>