Shades of Black Bean #0B2611
Tints of Black Bean #0B2611
RGB
CMYK
RGB Variations
Color information
#0B2611 (or 0x0B2611) is known color: Black Bean. HEX triplet: 0B, 26 and 11. RGB value is (11,38,17). Sum of RGB (Red+Green+Blue) = 11+38+17=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 38 (15.23% from 255 or 57.58% from 66); Blue value is 17 (7.03% from 255 or 25.76% from 66); Max value from RGB is 38 - color contains mainly: green. Hex color #0B2611 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2611 is #F4D9EE. Grayscale: #1B1B1B. Windows color (decimal): -16046575 or 1123851. OLE color: 1123851.
HSL color Cylindrical-coordinate representation of color #0B2611: hue angle of 133.33º degrees, saturation: 0.55, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0B2611 is Cyan = 0.71, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 38 | 17 | - |
| CMYK | 0.71 | 0 | 0.55 | 0.85 |
| HSL | 133.33º | 0.55% | 0.1% | - |
| HSV(B) | 133.33º | 0.71% | 0.15% | - |
| XYZ | 0.93 | 1.5 | 0.77 | - |
| YUV | 27.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 38 | 17 | 0.71 | 0 | 0.55 | 0.85 | 133.33 | 0.55 | 0.1 |
| Hex | B | 26 | 11 | 47 | 0 | 37 | 55 | 85 | 37 | A |
| Octal | 13 | 46 | 21 | 107 | 0 | 67 | 125 | 205 | 67 | 12 |
| Binary | 1011 | 100110 | 10001 | 1000111 | 0 | 110111 | 1010101 | 10000101 | 110111 | 1010 |
Color Harmonies of #0B2611
Complementary color
Monochromatic Colors of #0B2611
Black with #0B2611
Text Example
Text Example
White with #0B2611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2611; }
p { color: rgb(11,38,17); }
H1.HeaderClassName
{
color: #0B2611;
}
.AnyTagClassName
{
color: #0B2611;
}
</style>
background-color css
<style>
a { background-color: #0B2611; }
a { background-color: rgb(11,38,17); }
div.DivClassName
{
background-color: #0B2611;
}
.BgClassName
{
background-color: #0B2611;
}
</style>
border-color css
<style>
span { border-color: #0B2611; }
span { border-color: rgb(11,38,17); }
td.TdClassName
{
border-color: #0B2611;
}
.TagClassName
{
border-color: #0B2611;
}
</style>