Shades of Black Bean #0B2710
Tints of Black Bean #0B2710
RGB
CMYK
RGB Variations
Color information
#0B2710 (or 0x0B2710) is known color: Black Bean. HEX triplet: 0B, 27 and 10. RGB value is (11,39,16). Sum of RGB (Red+Green+Blue) = 11+39+16=66 (8% of max value = 765). Red value is 11 (4.69% from 255 or 16.67% from 66); Green value is 39 (15.62% from 255 or 59.09% from 66); Blue value is 16 (6.64% from 255 or 24.24% from 66); Max value from RGB is 39 - color contains mainly: green. Hex color #0B2710 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2710 is #F4D8EF. Grayscale: #1C1C1C. Windows color (decimal): -16046320 or 1058571. OLE color: 1058571.
HSL color Cylindrical-coordinate representation of color #0B2710: hue angle of 130.71º 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 #0B2710 is Cyan = 0.72, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 11 | 39 | 16 | - |
| CMYK | 0.72 | 0 | 0.59 | 0.85 |
| HSL | 130.71º | 0.56% | 0.1% | - |
| HSV(B) | 130.71º | 0.72% | 0.15% | - |
| XYZ | 0.96 | 1.56 | 0.74 | - |
| YUV | 28.01 | 121.22 | 115.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 39 | 16 | 0.72 | 0 | 0.59 | 0.85 | 130.71 | 0.56 | 0.1 |
| Hex | B | 27 | 10 | 48 | 0 | 3B | 55 | 83 | 38 | A |
| Octal | 13 | 47 | 20 | 110 | 0 | 73 | 125 | 203 | 70 | 12 |
| Binary | 1011 | 100111 | 10000 | 1001000 | 0 | 111011 | 1010101 | 10000011 | 111000 | 1010 |
Color Harmonies of #0B2710
Complementary color
Monochromatic Colors of #0B2710
Black with #0B2710
Text Example
Text Example
White with #0B2710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2710; }
p { color: rgb(11,39,16); }
H1.HeaderClassName
{
color: #0B2710;
}
.AnyTagClassName
{
color: #0B2710;
}
</style>
background-color css
<style>
a { background-color: #0B2710; }
a { background-color: rgb(11,39,16); }
div.DivClassName
{
background-color: #0B2710;
}
.BgClassName
{
background-color: #0B2710;
}
</style>
border-color css
<style>
span { border-color: #0B2710; }
span { border-color: rgb(11,39,16); }
td.TdClassName
{
border-color: #0B2710;
}
.TagClassName
{
border-color: #0B2710;
}
</style>