Shades of Black Bean #022206
Tints of Black Bean #022206
RGB
CMYK
RGB Variations
Color information
#022206 (or 0x022206) is known color: Black Bean. HEX triplet: 02, 22 and 06. RGB value is (2,34,6). Sum of RGB (Red+Green+Blue) = 2+34+6=42 (5% of max value = 765). Red value is 2 (1.17% from 255 or 4.76% from 42); Green value is 34 (13.67% from 255 or 80.95% from 42); Blue value is 6 (2.73% from 255 or 14.29% from 42); Max value from RGB is 34 - color contains mainly: green. Hex color #022206 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #022206 is #FDDDF9. Grayscale: #151515. Windows color (decimal): -16637434 or 401922. OLE color: 401922.
HSL color Cylindrical-coordinate representation of color #022206: hue angle of 127.5º degrees, saturation: 0.89, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #022206 is Cyan = 0.94, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 2 | 34 | 6 | - |
| CMYK | 0.94 | 0 | 0.82 | 0.87 |
| HSL | 127.5º | 0.89% | 0.07% | - |
| HSV(B) | 127.5º | 0.94% | 0.13% | - |
| XYZ | 0.63 | 1.17 | 0.36 | - |
| YUV | 21.24 | 119.4 | 114.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 34 | 6 | 0.94 | 0 | 0.82 | 0.87 | 127.5 | 0.89 | 0.07 |
| Hex | 2 | 22 | 6 | 5E | 0 | 52 | 57 | 80 | 59 | 7 |
| Octal | 2 | 42 | 6 | 136 | 0 | 122 | 127 | 200 | 131 | 7 |
| Binary | 10 | 100010 | 110 | 1011110 | 0 | 1010010 | 1010111 | 10000000 | 1011001 | 111 |
Color Harmonies of #022206
Complementary color
Monochromatic Colors of #022206
Black with #022206
Text Example
Text Example
White with #022206
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #022206; }
p { color: rgb(2,34,6); }
H1.HeaderClassName
{
color: #022206;
}
.AnyTagClassName
{
color: #022206;
}
</style>
background-color css
<style>
a { background-color: #022206; }
a { background-color: rgb(2,34,6); }
div.DivClassName
{
background-color: #022206;
}
.BgClassName
{
background-color: #022206;
}
</style>
border-color css
<style>
span { border-color: #022206; }
span { border-color: rgb(2,34,6); }
td.TdClassName
{
border-color: #022206;
}
.TagClassName
{
border-color: #022206;
}
</style>