Shades of Black Bean #0B2711
Tints of Black Bean #0B2711
RGB
CMYK
RGB Variations
Color information
#0B2711 (or 0x0B2711) is known color: Black Bean. HEX triplet: 0B, 27 and 11. RGB value is (11,39,17). Sum of RGB (Red+Green+Blue) = 11+39+17=67 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.42% from 67); Green value is 39 (15.62% from 255 or 58.21% from 67); Blue value is 17 (7.03% from 255 or 25.37% from 67); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2711 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2711 is #F4D8EE. Grayscale: #1C1C1C. Windows color (decimal): -16046319 or 1124107. OLE color: 1124107.
HSL color Cylindrical-coordinate representation of color #0B2711: hue angle of 132.86º degrees, saturation: 0.56, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0B2711 is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 17 | - |
| CMYK | 0.72 | 0 | 0.56 | 0.85 |
| HSL | 132.86º | 0.56% | 0.1% | - |
| HSV(B) | 132.86º | 0.72% | 0.15% | - |
| XYZ | 0.96 | 1.56 | 0.78 | - |
| YUV | 28.12 | 121.72 | 115.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 17 | 0.72 | 0 | 0.56 | 0.85 | 132.86 | 0.56 | 0.1 |
| Hex | B | 27 | 11 | 48 | 0 | 38 | 55 | 85 | 38 | A |
| Octal | 13 | 47 | 21 | 110 | 0 | 70 | 125 | 205 | 70 | 12 |
| Binary | 1011 | 100111 | 10001 | 1001000 | 0 | 111000 | 1010101 | 10000101 | 111000 | 1010 |
Color Harmonies of #0B2711
Complementary color
Monochromatic Colors of #0B2711
Black with #0B2711
Text Example
Text Example
White with #0B2711
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2711; }
p { color: rgb(11,39,17); }
H1.HeaderClassName
{
color: #0B2711;
}
.AnyTagClassName
{
color: #0B2711;
}
</style>
background-color css
<style>
a { background-color: #0B2711; }
a { background-color: rgb(11,39,17); }
div.DivClassName
{
background-color: #0B2711;
}
.BgClassName
{
background-color: #0B2711;
}
</style>
border-color css
<style>
span { border-color: #0B2711; }
span { border-color: rgb(11,39,17); }
td.TdClassName
{
border-color: #0B2711;
}
.TagClassName
{
border-color: #0B2711;
}
</style>