Shades of Black Bean #0B2311
Tints of Black Bean #0B2311
RGB
CMYK
RGB Variations
Color information
#0B2311 (or 0x0B2311) is known color: Black Bean. HEX triplet: 0B, 23 and 11. RGB value is (11,35,17). Sum of RGB (Red+Green+Blue) = 11+35+17=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 35 (14.06% from 255 or 55.56% from 63); Blue value is 17 (7.03% from 255 or 26.98% from 63); Max value from RGB is 35 - color contains mainly: green. Hex color #0B2311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2311 is #F4DCEE. Grayscale: #191919. Windows color (decimal): -16047343 or 1123083. OLE color: 1123083.
HSL color Cylindrical-coordinate representation of color #0B2311: hue angle of 135º degrees, saturation: 0.52, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0B2311 is Cyan = 0.69, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 35 | 17 | - |
| CMYK | 0.69 | 0 | 0.51 | 0.86 |
| HSL | 135º | 0.52% | 0.09% | - |
| HSV(B) | 135º | 0.69% | 0.14% | - |
| XYZ | 0.84 | 1.31 | 0.74 | - |
| YUV | 25.77 | 123.05 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 35 | 17 | 0.69 | 0 | 0.51 | 0.86 | 135 | 0.52 | 0.09 |
| Hex | B | 23 | 11 | 45 | 0 | 33 | 56 | 87 | 34 | 9 |
| Octal | 13 | 43 | 21 | 105 | 0 | 63 | 126 | 207 | 64 | 11 |
| Binary | 1011 | 100011 | 10001 | 1000101 | 0 | 110011 | 1010110 | 10000111 | 110100 | 1001 |
Color Harmonies of #0B2311
Complementary color
Monochromatic Colors of #0B2311
Black with #0B2311
Text Example
Text Example
White with #0B2311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2311; }
p { color: rgb(11,35,17); }
H1.HeaderClassName
{
color: #0B2311;
}
.AnyTagClassName
{
color: #0B2311;
}
</style>
background-color css
<style>
a { background-color: #0B2311; }
a { background-color: rgb(11,35,17); }
div.DivClassName
{
background-color: #0B2311;
}
.BgClassName
{
background-color: #0B2311;
}
</style>
border-color css
<style>
span { border-color: #0B2311; }
span { border-color: rgb(11,35,17); }
td.TdClassName
{
border-color: #0B2311;
}
.TagClassName
{
border-color: #0B2311;
}
</style>