Shades of Black Bean #203224
Tints of Black Bean #203224
RGB
CMYK
RGB Variations
Color information
#203224 (or 0x203224) is known color: Black Bean. HEX triplet: 20, 32 and 24. RGB value is (32,50,36). Sum of RGB (Red+Green+Blue) = 32+50+36=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 36 (14.45% from 255 or 30.51% from 118); Max value from RGB is 50 - color contains mainly: green. Hex color #203224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203224 is #DFCDDB. Grayscale: #2B2B2B. Windows color (decimal): -14667228 or 2372128. OLE color: 2372128.
HSL color Cylindrical-coordinate representation of color #203224: hue angle of 133.33º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #203224 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 36 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.80 |
| HSL | 133.33º | 0.22% | 0.16% | - |
| HSV(B) | 133.33º | 0.36% | 0.2% | - |
| XYZ | 2.05 | 2.72 | 2.08 | - |
| YUV | 43.02 | 124.04 | 120.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 36 | 0.36 | 0 | 0.28 | 0.80 | 133.33 | 0.22 | 0.16 |
| Hex | 20 | 32 | 24 | 24 | 0 | 1C | 50 | 85 | 16 | 10 |
| Octal | 40 | 62 | 44 | 44 | 0 | 34 | 120 | 205 | 26 | 20 |
| Binary | 100000 | 110010 | 100100 | 100100 | 0 | 11100 | 1010000 | 10000101 | 10110 | 10000 |
Color Harmonies of #203224
Complementary color
Monochromatic Colors of #203224
Black with #203224
Text Example
Text Example
White with #203224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203224; }
p { color: rgb(32,50,36); }
H1.HeaderClassName
{
color: #203224;
}
.AnyTagClassName
{
color: #203224;
}
</style>
background-color css
<style>
a { background-color: #203224; }
a { background-color: rgb(32,50,36); }
div.DivClassName
{
background-color: #203224;
}
.BgClassName
{
background-color: #203224;
}
</style>
border-color css
<style>
span { border-color: #203224; }
span { border-color: rgb(32,50,36); }
td.TdClassName
{
border-color: #203224;
}
.TagClassName
{
border-color: #203224;
}
</style>