Shades of Black Bean #203323
Tints of Black Bean #203323
RGB
CMYK
RGB Variations
Color information
#203323 (or 0x203323) is known color: Black Bean. HEX triplet: 20, 33 and 23. RGB value is (32,51,35). Sum of RGB (Red+Green+Blue) = 32+51+35=118 (15% of max value = 765). Red value is 32 (12.89% from 255 or 27.12% from 118); Green value is 51 (20.31% from 255 or 43.22% from 118); Blue value is 35 (14.06% from 255 or 29.66% from 118); Max value from RGB is 51 - color contains mainly: green. Hex color #203323 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203323 is #DFCCDC. Grayscale: #2B2B2B. Windows color (decimal): -14666973 or 2306848. OLE color: 2306848.
HSL color Cylindrical-coordinate representation of color #203323: hue angle of 129.47º 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 #203323 is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 35 | - |
| CMYK | 0.37 | 0 | 0.31 | 0.8 |
| HSL | 129.47º | 0.23% | 0.16% | - |
| HSV(B) | 129.47º | 0.37% | 0.2% | - |
| XYZ | 2.08 | 2.8 | 2.02 | - |
| YUV | 43.5 | 123.21 | 119.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 35 | 0.37 | 0 | 0.31 | 0.8 | 129.47 | 0.23 | 0.16 |
| Hex | 20 | 33 | 23 | 25 | 0 | 1F | 50 | 81 | 17 | 10 |
| Octal | 40 | 63 | 43 | 45 | 0 | 37 | 120 | 201 | 27 | 20 |
| Binary | 100000 | 110011 | 100011 | 100101 | 0 | 11111 | 1010000 | 10000001 | 10111 | 10000 |
Color Harmonies of #203323
Complementary color
Monochromatic Colors of #203323
Black with #203323
Text Example
Text Example
White with #203323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203323; }
p { color: rgb(32,51,35); }
H1.HeaderClassName
{
color: #203323;
}
.AnyTagClassName
{
color: #203323;
}
</style>
background-color css
<style>
a { background-color: #203323; }
a { background-color: rgb(32,51,35); }
div.DivClassName
{
background-color: #203323;
}
.BgClassName
{
background-color: #203323;
}
</style>
border-color css
<style>
span { border-color: #203323; }
span { border-color: rgb(32,51,35); }
td.TdClassName
{
border-color: #203323;
}
.TagClassName
{
border-color: #203323;
}
</style>