Shades of Black Bean #203424
Tints of Black Bean #203424
RGB
CMYK
RGB Variations
Color information
#203424 (or 0x203424) is known color: Black Bean. HEX triplet: 20, 34 and 24. RGB value is (32,52,36). Sum of RGB (Red+Green+Blue) = 32+52+36=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 36 (14.45% from 255 or 30% from 120); Max value from RGB is 52 - color contains mainly: green. Hex color #203424 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203424 is #DFCBDB. Grayscale: #2C2C2C. Windows color (decimal): -14666716 or 2372640. OLE color: 2372640.
HSL color Cylindrical-coordinate representation of color #203424: hue angle of 132º degrees, saturation: 0.24, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #203424 is Cyan = 0.38, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 36 | - |
| CMYK | 0.38 | 0 | 0.31 | 0.80 |
| HSL | 132º | 0.24% | 0.16% | - |
| HSV(B) | 132º | 0.38% | 0.2% | - |
| XYZ | 2.14 | 2.89 | 2.11 | - |
| YUV | 44.2 | 123.37 | 119.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 36 | 0.38 | 0 | 0.31 | 0.80 | 132 | 0.24 | 0.16 |
| Hex | 20 | 34 | 24 | 26 | 0 | 1F | 50 | 84 | 18 | 10 |
| Octal | 40 | 64 | 44 | 46 | 0 | 37 | 120 | 204 | 30 | 20 |
| Binary | 100000 | 110100 | 100100 | 100110 | 0 | 11111 | 1010000 | 10000100 | 11000 | 10000 |
Color Harmonies of #203424
Complementary color
Monochromatic Colors of #203424
Black with #203424
Text Example
Text Example
White with #203424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203424; }
p { color: rgb(32,52,36); }
H1.HeaderClassName
{
color: #203424;
}
.AnyTagClassName
{
color: #203424;
}
</style>
background-color css
<style>
a { background-color: #203424; }
a { background-color: rgb(32,52,36); }
div.DivClassName
{
background-color: #203424;
}
.BgClassName
{
background-color: #203424;
}
</style>
border-color css
<style>
span { border-color: #203424; }
span { border-color: rgb(32,52,36); }
td.TdClassName
{
border-color: #203424;
}
.TagClassName
{
border-color: #203424;
}
</style>