Shades of Black Bean #202E23
Tints of Black Bean #202E23
RGB
CMYK
RGB Variations
Color information
#202E23 (or 0x202E23) is known color: Black Bean. HEX triplet: 20, 2E and 23. RGB value is (32,46,35). Sum of RGB (Red+Green+Blue) = 32+46+35=113 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.32% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 46 - color contains mainly: green. Hex color #202E23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202E23 is #DFD1DC. Grayscale: #282828. Windows color (decimal): -14668253 or 2305568. OLE color: 2305568.
HSL color Cylindrical-coordinate representation of color #202E23: hue angle of 132.86º 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 #202E23 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 32 | 46 | 35 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.82 |
| HSL | 132.86º | 0.18% | 0.15% | - |
| HSV(B) | 132.86º | 0.3% | 0.18% | - |
| XYZ | 1.88 | 2.38 | 1.95 | - |
| YUV | 40.56 | 124.86 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 35 | 0.30 | 0 | 0.24 | 0.82 | 132.86 | 0.18 | 0.15 |
| Hex | 20 | 2E | 23 | 1E | 0 | 18 | 52 | 85 | 12 | F |
| Octal | 40 | 56 | 43 | 36 | 0 | 30 | 122 | 205 | 22 | 17 |
| Binary | 100000 | 101110 | 100011 | 11110 | 0 | 11000 | 1010010 | 10000101 | 10010 | 1111 |
Color Harmonies of #202E23
Complementary color
Monochromatic Colors of #202E23
Black with #202E23
Text Example
Text Example
White with #202E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202E23; }
p { color: rgb(32,46,35); }
H1.HeaderClassName
{
color: #202E23;
}
.AnyTagClassName
{
color: #202E23;
}
</style>
background-color css
<style>
a { background-color: #202E23; }
a { background-color: rgb(32,46,35); }
div.DivClassName
{
background-color: #202E23;
}
.BgClassName
{
background-color: #202E23;
}
</style>
border-color css
<style>
span { border-color: #202E23; }
span { border-color: rgb(32,46,35); }
td.TdClassName
{
border-color: #202E23;
}
.TagClassName
{
border-color: #202E23;
}
</style>