Shades of Black Bean #202A22
Tints of Black Bean #202A22
RGB
CMYK
RGB Variations
Color information
#202A22 (or 0x202A22) is known color: Black Bean. HEX triplet: 20, 2A and 22. RGB value is (32,42,34). Sum of RGB (Red+Green+Blue) = 32+42+34=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 42 (16.80% from 255 or 38.89% from 108); Blue value is 34 (13.67% from 255 or 31.48% from 108); Max value from RGB is 42 - color contains mainly: green. Hex color #202A22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202A22 is #DFD5DD. Grayscale: #262626. Windows color (decimal): -14669278 or 2239008. OLE color: 2239008.
HSL color Cylindrical-coordinate representation of color #202A22: hue angle of 132º degrees, saturation: 0.14, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #202A22 is Cyan = 0.24, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 32 | 42 | 34 | - |
| CMYK | 0.24 | 0 | 0.19 | 0.84 |
| HSL | 132º | 0.14% | 0.15% | - |
| HSV(B) | 132º | 0.24% | 0.16% | - |
| XYZ | 1.71 | 2.08 | 1.82 | - |
| YUV | 38.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 42 | 34 | 0.24 | 0 | 0.19 | 0.84 | 132 | 0.14 | 0.15 |
| Hex | 20 | 2A | 22 | 18 | 0 | 13 | 54 | 84 | E | F |
| Octal | 40 | 52 | 42 | 30 | 0 | 23 | 124 | 204 | 16 | 17 |
| Binary | 100000 | 101010 | 100010 | 11000 | 0 | 10011 | 1010100 | 10000100 | 1110 | 1111 |
Color Harmonies of #202A22
Complementary color
Monochromatic Colors of #202A22
Black with #202A22
Text Example
Text Example
White with #202A22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202A22; }
p { color: rgb(32,42,34); }
H1.HeaderClassName
{
color: #202A22;
}
.AnyTagClassName
{
color: #202A22;
}
</style>
background-color css
<style>
a { background-color: #202A22; }
a { background-color: rgb(32,42,34); }
div.DivClassName
{
background-color: #202A22;
}
.BgClassName
{
background-color: #202A22;
}
</style>
border-color css
<style>
span { border-color: #202A22; }
span { border-color: rgb(32,42,34); }
td.TdClassName
{
border-color: #202A22;
}
.TagClassName
{
border-color: #202A22;
}
</style>