Shades of Black Bean #0B210C
Tints of Black Bean #0B210C
RGB
CMYK
RGB Variations
Color information
#0B210C (or 0x0B210C) is known color: Black Bean. HEX triplet: 0B, 21 and 0C. RGB value is (11,33,12). Sum of RGB (Red+Green+Blue) = 11+33+12=56 (7% of max value = 765). Red value is 11 (4.69% from 255 or 19.64% from 56); Green value is 33 (13.28% from 255 or 58.93% from 56); Blue value is 12 (5.08% from 255 or 21.43% from 56); Max value from RGB is 33 - color contains mainly: green. Hex color #0B210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B210C is #F4DEF3. Grayscale: #181818. Windows color (decimal): -16047860 or 794891. OLE color: 794891.
HSL color Cylindrical-coordinate representation of color #0B210C: hue angle of 122.73º degrees, saturation: 0.5, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #0B210C is Cyan = 0.67, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 33 | 12 | - |
| CMYK | 0.67 | 0 | 0.64 | 0.87 |
| HSL | 122.73º | 0.5% | 0.09% | - |
| HSV(B) | 122.73º | 0.67% | 0.13% | - |
| XYZ | 0.75 | 1.19 | 0.54 | - |
| YUV | 24.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 33 | 12 | 0.67 | 0 | 0.64 | 0.87 | 122.73 | 0.5 | 0.09 |
| Hex | B | 21 | C | 43 | 0 | 40 | 57 | 7B | 32 | 9 |
| Octal | 13 | 41 | 14 | 103 | 0 | 100 | 127 | 173 | 62 | 11 |
| Binary | 1011 | 100001 | 1100 | 1000011 | 0 | 1000000 | 1010111 | 1111011 | 110010 | 1001 |
Color Harmonies of #0B210C
Complementary color
Monochromatic Colors of #0B210C
Black with #0B210C
Text Example
Text Example
White with #0B210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B210C; }
p { color: rgb(11,33,12); }
H1.HeaderClassName
{
color: #0B210C;
}
.AnyTagClassName
{
color: #0B210C;
}
</style>
background-color css
<style>
a { background-color: #0B210C; }
a { background-color: rgb(11,33,12); }
div.DivClassName
{
background-color: #0B210C;
}
.BgClassName
{
background-color: #0B210C;
}
</style>
border-color css
<style>
span { border-color: #0B210C; }
span { border-color: rgb(11,33,12); }
td.TdClassName
{
border-color: #0B210C;
}
.TagClassName
{
border-color: #0B210C;
}
</style>