Shades of Black Bean #203226
Tints of Black Bean #203226
RGB
CMYK
RGB Variations
Color information
#203226 (or 0x203226) is known color: Black Bean. HEX triplet: 20, 32 and 26. RGB value is (32,50,38). Sum of RGB (Red+Green+Blue) = 32+50+38=120 (15% of max value = 765). Red value is 32 (12.89% from 255 or 26.67% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 38 (15.23% from 255 or 31.67% from 120); Max value from RGB is 50 - color contains mainly: green. Hex color #203226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203226 is #DFCDD9. Grayscale: #2B2B2B. Windows color (decimal): -14667226 or 2503200. OLE color: 2503200.
HSL color Cylindrical-coordinate representation of color #203226: hue angle of 140º 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 #203226 is Cyan = 0.36, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 38 | - |
| CMYK | 0.36 | 0 | 0.24 | 0.80 |
| HSL | 140º | 0.22% | 0.16% | - |
| HSV(B) | 140º | 0.36% | 0.2% | - |
| XYZ | 2.09 | 2.73 | 2.25 | - |
| YUV | 43.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 38 | 0.36 | 0 | 0.24 | 0.80 | 140 | 0.22 | 0.16 |
| Hex | 20 | 32 | 26 | 24 | 0 | 18 | 50 | 8C | 16 | 10 |
| Octal | 40 | 62 | 46 | 44 | 0 | 30 | 120 | 214 | 26 | 20 |
| Binary | 100000 | 110010 | 100110 | 100100 | 0 | 11000 | 1010000 | 10001100 | 10110 | 10000 |
Color Harmonies of #203226
Complementary color
Monochromatic Colors of #203226
Black with #203226
Text Example
Text Example
White with #203226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203226; }
p { color: rgb(32,50,38); }
H1.HeaderClassName
{
color: #203226;
}
.AnyTagClassName
{
color: #203226;
}
</style>
background-color css
<style>
a { background-color: #203226; }
a { background-color: rgb(32,50,38); }
div.DivClassName
{
background-color: #203226;
}
.BgClassName
{
background-color: #203226;
}
</style>
border-color css
<style>
span { border-color: #203226; }
span { border-color: rgb(32,50,38); }
td.TdClassName
{
border-color: #203226;
}
.TagClassName
{
border-color: #203226;
}
</style>