Shades of Black Bean #0B2410
Tints of Black Bean #0B2410
RGB
CMYK
RGB Variations
Color information
#0B2410 (or 0x0B2410) is known color: Black Bean. HEX triplet: 0B, 24 and 10. RGB value is (11,36,16). Sum of RGB (Red+Green+Blue) = 11+36+16=63 (8% of max value = 765). Red value is 11 (4.69% from 255 or 17.46% from 63); Green value is 36 (14.45% from 255 or 57.14% from 63); Blue value is 16 (6.64% from 255 or 25.40% from 63); Max value from RGB is 36 - color contains mainly: green. Hex color #0B2410 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B2410 is #F4DBEF. Grayscale: #1A1A1A. Windows color (decimal): -16047088 or 1057803. OLE color: 1057803.
HSL color Cylindrical-coordinate representation of color #0B2410: hue angle of 132º degrees, saturation: 0.53, 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 #0B2410 is Cyan = 0.69, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 11 | 36 | 16 | - |
| CMYK | 0.69 | 0 | 0.56 | 0.86 |
| HSL | 132º | 0.53% | 0.09% | - |
| HSV(B) | 132º | 0.69% | 0.14% | - |
| XYZ | 0.86 | 1.37 | 0.71 | - |
| YUV | 26.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 36 | 16 | 0.69 | 0 | 0.56 | 0.86 | 132 | 0.53 | 0.09 |
| Hex | B | 24 | 10 | 45 | 0 | 38 | 56 | 84 | 35 | 9 |
| Octal | 13 | 44 | 20 | 105 | 0 | 70 | 126 | 204 | 65 | 11 |
| Binary | 1011 | 100100 | 10000 | 1000101 | 0 | 111000 | 1010110 | 10000100 | 110101 | 1001 |
Color Harmonies of #0B2410
Complementary color
Monochromatic Colors of #0B2410
Black with #0B2410
Text Example
Text Example
White with #0B2410
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B2410; }
p { color: rgb(11,36,16); }
H1.HeaderClassName
{
color: #0B2410;
}
.AnyTagClassName
{
color: #0B2410;
}
</style>
background-color css
<style>
a { background-color: #0B2410; }
a { background-color: rgb(11,36,16); }
div.DivClassName
{
background-color: #0B2410;
}
.BgClassName
{
background-color: #0B2410;
}
</style>
border-color css
<style>
span { border-color: #0B2410; }
span { border-color: rgb(11,36,16); }
td.TdClassName
{
border-color: #0B2410;
}
.TagClassName
{
border-color: #0B2410;
}
</style>