Shades of Black Bean #202622
Tints of Black Bean #202622
RGB
CMYK
RGB Variations
Color information
#202622 (or 0x202622) is known color: Black Bean. HEX triplet: 20, 26 and 22. RGB value is (32,38,34). Sum of RGB (Red+Green+Blue) = 32+38+34=104 (13% of max value = 765). Red value is 32 (12.89% from 255 or 30.77% from 104); Green value is 38 (15.23% from 255 or 36.54% from 104); Blue value is 34 (13.67% from 255 or 32.69% from 104); Max value from RGB is 38 - color contains mainly: green. Hex color #202622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202622 is #DFD9DD. Grayscale: #232323. Windows color (decimal): -14670302 or 2237984. OLE color: 2237984.
HSL color Cylindrical-coordinate representation of color #202622: hue angle of 140º degrees, saturation: 0.09, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #202622 is Cyan = 0.16, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 32 | 38 | 34 | - |
| CMYK | 0.16 | 0 | 0.11 | 0.85 |
| HSL | 140º | 0.09% | 0.14% | - |
| HSV(B) | 140º | 0.16% | 0.15% | - |
| XYZ | 1.58 | 1.81 | 1.78 | - |
| YUV | 35.75 | 127.01 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 38 | 34 | 0.16 | 0 | 0.11 | 0.85 | 140 | 0.09 | 0.14 |
| Hex | 20 | 26 | 22 | 10 | 0 | B | 55 | 8C | 9 | E |
| Octal | 40 | 46 | 42 | 20 | 0 | 13 | 125 | 214 | 11 | 16 |
| Binary | 100000 | 100110 | 100010 | 10000 | 0 | 1011 | 1010101 | 10001100 | 1001 | 1110 |
Color Harmonies of #202622
Complementary color
Monochromatic Colors of #202622
Black with #202622
Text Example
Text Example
White with #202622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202622; }
p { color: rgb(32,38,34); }
H1.HeaderClassName
{
color: #202622;
}
.AnyTagClassName
{
color: #202622;
}
</style>
background-color css
<style>
a { background-color: #202622; }
a { background-color: rgb(32,38,34); }
div.DivClassName
{
background-color: #202622;
}
.BgClassName
{
background-color: #202622;
}
</style>
border-color css
<style>
span { border-color: #202622; }
span { border-color: rgb(32,38,34); }
td.TdClassName
{
border-color: #202622;
}
.TagClassName
{
border-color: #202622;
}
</style>