Shades of Black Bean #0B2910
Tints of Black Bean #0B2910
RGB
CMYK
RGB Variations
Color information
#0B2910 (or 0x0B2910) is known color: Black Bean. HEX triplet: 0B, 29 and 10. RGB value is (11,41,16). Sum of RGB (Red+Green+Blue) = 11+41+16=68 (9% of max value = 765). Red value is 11 (4.69% from 255 or 16.18% from 68); Green value is 41 (16.41% from 255 or 60.29% from 68); Blue value is 16 (6.64% from 255 or 23.53% from 68); Max value from RGB is 41 - color contains mainly: green. Hex color #0B2910 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2910 is #F4D6EF. Grayscale: #1D1D1D. Windows color (decimal): -16045808 or 1059083. OLE color: 1059083.
HSL color Cylindrical-coordinate representation of color #0B2910: hue angle of 130º degrees, saturation: 0.58, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0B2910 is Cyan = 0.73, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 11 | 41 | 16 | - |
| CMYK | 0.73 | 0 | 0.61 | 0.84 |
| HSL | 130º | 0.58% | 0.1% | - |
| HSV(B) | 130º | 0.73% | 0.16% | - |
| XYZ | 1.02 | 1.69 | 0.76 | - |
| YUV | 29.18 | 120.56 | 115.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 41 | 16 | 0.73 | 0 | 0.61 | 0.84 | 130 | 0.58 | 0.1 |
| Hex | B | 29 | 10 | 49 | 0 | 3D | 54 | 82 | 3A | A |
| Octal | 13 | 51 | 20 | 111 | 0 | 75 | 124 | 202 | 72 | 12 |
| Binary | 1011 | 101001 | 10000 | 1001001 | 0 | 111101 | 1010100 | 10000010 | 111010 | 1010 |
Color Harmonies of #0B2910
Complementary color
Monochromatic Colors of #0B2910
Black with #0B2910
Text Example
Text Example
White with #0B2910
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2910; }
p { color: rgb(11,41,16); }
H1.HeaderClassName
{
color: #0B2910;
}
.AnyTagClassName
{
color: #0B2910;
}
</style>
background-color css
<style>
a { background-color: #0B2910; }
a { background-color: rgb(11,41,16); }
div.DivClassName
{
background-color: #0B2910;
}
.BgClassName
{
background-color: #0B2910;
}
</style>
border-color css
<style>
span { border-color: #0B2910; }
span { border-color: rgb(11,41,16); }
td.TdClassName
{
border-color: #0B2910;
}
.TagClassName
{
border-color: #0B2910;
}
</style>