Shades of Black Bean #203326
Tints of Black Bean #203326
RGB
CMYK
RGB Variations
Color information
#203326 (or 0x203326) is known color: Black Bean. HEX triplet: 20, 33 and 26. RGB value is (32,51,38). Sum of RGB (Red+Green+Blue) = 32+51+38=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 51 (20.31% from 255 or 42.15% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 51 - color contains mainly: green. Hex color #203326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203326 is #DFCCD9. Grayscale: #2B2B2B. Windows color (decimal): -14666970 or 2503456. OLE color: 2503456.
HSL color Cylindrical-coordinate representation of color #203326: hue angle of 138.95º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203326 is Cyan = 0.37, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 38 | - |
| CMYK | 0.37 | 0 | 0.25 | 0.8 |
| HSL | 138.95º | 0.23% | 0.16% | - |
| HSV(B) | 138.95º | 0.37% | 0.2% | - |
| XYZ | 2.13 | 2.81 | 2.26 | - |
| YUV | 43.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 38 | 0.37 | 0 | 0.25 | 0.8 | 138.95 | 0.23 | 0.16 |
| Hex | 20 | 33 | 26 | 25 | 0 | 19 | 50 | 8B | 17 | 10 |
| Octal | 40 | 63 | 46 | 45 | 0 | 31 | 120 | 213 | 27 | 20 |
| Binary | 100000 | 110011 | 100110 | 100101 | 0 | 11001 | 1010000 | 10001011 | 10111 | 10000 |
Color Harmonies of #203326
Complementary color
Monochromatic Colors of #203326
Black with #203326
Text Example
Text Example
White with #203326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203326; }
p { color: rgb(32,51,38); }
H1.HeaderClassName
{
color: #203326;
}
.AnyTagClassName
{
color: #203326;
}
</style>
background-color css
<style>
a { background-color: #203326; }
a { background-color: rgb(32,51,38); }
div.DivClassName
{
background-color: #203326;
}
.BgClassName
{
background-color: #203326;
}
</style>
border-color css
<style>
span { border-color: #203326; }
span { border-color: rgb(32,51,38); }
td.TdClassName
{
border-color: #203326;
}
.TagClassName
{
border-color: #203326;
}
</style>