Shades of Black Bean #0B2511
Tints of Black Bean #0B2511
RGB
CMYK
RGB Variations
Color information
#0B2511 (or 0x0B2511) is known color: Black Bean. HEX triplet: 0B, 25 and 11. RGB value is (11,37,17). Sum of RGB (Red+Green+Blue) = 11+37+17=65 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.92% from 65); Green value is 37 (14.84% from 255 or 56.92% from 65); Blue value is 17 (7.03% from 255 or 26.15% from 65); Max value from RGB is 37 - color contains mainly: green. Hex color #0B2511 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2511 is #F4DAEE. Grayscale: #1B1B1B. Windows color (decimal): -16046831 or 1123595. OLE color: 1123595.
HSL color Cylindrical-coordinate representation of color #0B2511: hue angle of 133.85º degrees, saturation: 0.54, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0B2511 is Cyan = 0.70, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 37 | 17 | - |
| CMYK | 0.70 | 0 | 0.54 | 0.85 |
| HSL | 133.85º | 0.54% | 0.09% | - |
| HSV(B) | 133.85º | 0.7% | 0.15% | - |
| XYZ | 0.9 | 1.43 | 0.76 | - |
| YUV | 26.95 | 122.39 | 116.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 37 | 17 | 0.70 | 0 | 0.54 | 0.85 | 133.85 | 0.54 | 0.09 |
| Hex | B | 25 | 11 | 46 | 0 | 36 | 55 | 86 | 36 | 9 |
| Octal | 13 | 45 | 21 | 106 | 0 | 66 | 125 | 206 | 66 | 11 |
| Binary | 1011 | 100101 | 10001 | 1000110 | 0 | 110110 | 1010101 | 10000110 | 110110 | 1001 |
Color Harmonies of #0B2511
Complementary color
Monochromatic Colors of #0B2511
Black with #0B2511
Text Example
Text Example
White with #0B2511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2511; }
p { color: rgb(11,37,17); }
H1.HeaderClassName
{
color: #0B2511;
}
.AnyTagClassName
{
color: #0B2511;
}
</style>
background-color css
<style>
a { background-color: #0B2511; }
a { background-color: rgb(11,37,17); }
div.DivClassName
{
background-color: #0B2511;
}
.BgClassName
{
background-color: #0B2511;
}
</style>
border-color css
<style>
span { border-color: #0B2511; }
span { border-color: rgb(11,37,17); }
td.TdClassName
{
border-color: #0B2511;
}
.TagClassName
{
border-color: #0B2511;
}
</style>