Shades of Black Bean #202E22
Tints of Black Bean #202E22
RGB
CMYK
RGB Variations
Color information
#202E22 (or 0x202E22) is known color: Black Bean. HEX triplet: 20, 2E and 22. RGB value is (32,46,34). Sum of RGB (Red+Green+Blue) = 32+46+34=112 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.57% from 112); Green value is 46 (18.36% from 255 or 41.07% from 112); Blue value is 34 (13.67% from 255 or 30.36% from 112); Max value from RGB is 46 - color contains mainly: green. Hex color #202E22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E22 is #DFD1DD. Grayscale: #282828. Windows color (decimal): -14668254 or 2240032. OLE color: 2240032.
HSL color Cylindrical-coordinate representation of color #202E22: hue angle of 128.57º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #202E22 is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 34 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.82 |
| HSL | 128.57º | 0.18% | 0.15% | - |
| HSV(B) | 128.57º | 0.3% | 0.18% | - |
| XYZ | 1.86 | 2.38 | 1.87 | - |
| YUV | 40.45 | 124.36 | 121.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 34 | 0.30 | 0 | 0.26 | 0.82 | 128.57 | 0.18 | 0.15 |
| Hex | 20 | 2E | 22 | 1E | 0 | 1A | 52 | 81 | 12 | F |
| Octal | 40 | 56 | 42 | 36 | 0 | 32 | 122 | 201 | 22 | 17 |
| Binary | 100000 | 101110 | 100010 | 11110 | 0 | 11010 | 1010010 | 10000001 | 10010 | 1111 |
Color Harmonies of #202E22
Complementary color
Monochromatic Colors of #202E22
Black with #202E22
Text Example
Text Example
White with #202E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E22; }
p { color: rgb(32,46,34); }
H1.HeaderClassName
{
color: #202E22;
}
.AnyTagClassName
{
color: #202E22;
}
</style>
background-color css
<style>
a { background-color: #202E22; }
a { background-color: rgb(32,46,34); }
div.DivClassName
{
background-color: #202E22;
}
.BgClassName
{
background-color: #202E22;
}
</style>
border-color css
<style>
span { border-color: #202E22; }
span { border-color: rgb(32,46,34); }
td.TdClassName
{
border-color: #202E22;
}
.TagClassName
{
border-color: #202E22;
}
</style>