Shades of Black Bean #202B23
Tints of Black Bean #202B23
RGB
CMYK
RGB Variations
Color information
#202B23 (or 0x202B23) is known color: Black Bean. HEX triplet: 20, 2B and 23. RGB value is (32,43,35). Sum of RGB (Red+Green+Blue) = 32+43+35=110 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.09% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 43 - color contains mainly: green. Hex color #202B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #202B23 is #DFD4DC. Grayscale: #262626. Windows color (decimal): -14669021 or 2304800. OLE color: 2304800.
HSL color Cylindrical-coordinate representation of color #202B23: hue angle of 136.36º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #202B23 is Cyan = 0.26, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 32 | 43 | 35 | - |
| CMYK | 0.26 | 0 | 0.19 | 0.83 |
| HSL | 136.36º | 0.15% | 0.15% | - |
| HSV(B) | 136.36º | 0.26% | 0.17% | - |
| XYZ | 1.76 | 2.16 | 1.91 | - |
| YUV | 38.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 35 | 0.26 | 0 | 0.19 | 0.83 | 136.36 | 0.15 | 0.15 |
| Hex | 20 | 2B | 23 | 1A | 0 | 13 | 53 | 88 | F | F |
| Octal | 40 | 53 | 43 | 32 | 0 | 23 | 123 | 210 | 17 | 17 |
| Binary | 100000 | 101011 | 100011 | 11010 | 0 | 10011 | 1010011 | 10001000 | 1111 | 1111 |
Color Harmonies of #202B23
Complementary color
Monochromatic Colors of #202B23
Black with #202B23
Text Example
Text Example
White with #202B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202B23; }
p { color: rgb(32,43,35); }
H1.HeaderClassName
{
color: #202B23;
}
.AnyTagClassName
{
color: #202B23;
}
</style>
background-color css
<style>
a { background-color: #202B23; }
a { background-color: rgb(32,43,35); }
div.DivClassName
{
background-color: #202B23;
}
.BgClassName
{
background-color: #202B23;
}
</style>
border-color css
<style>
span { border-color: #202B23; }
span { border-color: rgb(32,43,35); }
td.TdClassName
{
border-color: #202B23;
}
.TagClassName
{
border-color: #202B23;
}
</style>