Shades of Black Bean #0B220E
Tints of Black Bean #0B220E
RGB
CMYK
RGB Variations
Color information
#0B220E (or 0x0B220E) is known color: Black Bean. HEX triplet: 0B, 22 and 0E. RGB value is (11,34,14). Sum of RGB (Red+Green+Blue) = 11+34+14=59 (7% of max value = 765). Red value is 11 (4.69% from 255 or 18.64% from 59); Green value is 34 (13.67% from 255 or 57.63% from 59); Blue value is 14 (5.86% from 255 or 23.73% from 59); Max value from RGB is 34 - color contains mainly: green. Hex color #0B220E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0B220E is #F4DDF1. Grayscale: #181818. Windows color (decimal): -16047602 or 926219. OLE color: 926219.
HSL color Cylindrical-coordinate representation of color #0B220E: hue angle of 127.83º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0B220E is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 11 | 34 | 14 | - |
| CMYK | 0.68 | 0 | 0.59 | 0.87 |
| HSL | 127.83º | 0.51% | 0.09% | - |
| HSV(B) | 127.83º | 0.68% | 0.13% | - |
| XYZ | 0.79 | 1.25 | 0.61 | - |
| YUV | 24.84 | 121.88 | 118.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 11 | 34 | 14 | 0.68 | 0 | 0.59 | 0.87 | 127.83 | 0.51 | 0.09 |
| Hex | B | 22 | E | 44 | 0 | 3B | 57 | 80 | 33 | 9 |
| Octal | 13 | 42 | 16 | 104 | 0 | 73 | 127 | 200 | 63 | 11 |
| Binary | 1011 | 100010 | 1110 | 1000100 | 0 | 111011 | 1010111 | 10000000 | 110011 | 1001 |
Color Harmonies of #0B220E
Complementary color
Monochromatic Colors of #0B220E
Black with #0B220E
Text Example
Text Example
White with #0B220E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0B220E; }
p { color: rgb(11,34,14); }
H1.HeaderClassName
{
color: #0B220E;
}
.AnyTagClassName
{
color: #0B220E;
}
</style>
background-color css
<style>
a { background-color: #0B220E; }
a { background-color: rgb(11,34,14); }
div.DivClassName
{
background-color: #0B220E;
}
.BgClassName
{
background-color: #0B220E;
}
</style>
border-color css
<style>
span { border-color: #0B220E; }
span { border-color: rgb(11,34,14); }
td.TdClassName
{
border-color: #0B220E;
}
.TagClassName
{
border-color: #0B220E;
}
</style>