Shades of Black Bean #203425
Tints of Black Bean #203425
RGB
CMYK
RGB Variations
Color information
#203425 (or 0x203425) is known color: Black Bean. HEX triplet: 20, 34 and 25. RGB value is (32,52,37). Sum of RGB (Red+Green+Blue) = 32+52+37=121 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.45% from 121); Green value is 52 (20.70% from 255 or 42.98% from 121); Blue value is 37 (14.84% from 255 or 30.58% from 121); Max value from RGB is 52 - color contains mainly: green. Hex color #203425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203425 is #DFCBDA. Grayscale: #2C2C2C. Windows color (decimal): -14666715 or 2438176. OLE color: 2438176.
HSL color Cylindrical-coordinate representation of color #203425: hue angle of 135º 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 #203425 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 37 | - |
| CMYK | 0.38 | 0 | 0.29 | 0.80 |
| HSL | 135º | 0.24% | 0.16% | - |
| HSV(B) | 135º | 0.38% | 0.2% | - |
| XYZ | 2.16 | 2.9 | 2.2 | - |
| YUV | 44.31 | 123.87 | 119.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 37 | 0.38 | 0 | 0.29 | 0.80 | 135 | 0.24 | 0.16 |
| Hex | 20 | 34 | 25 | 26 | 0 | 1D | 50 | 87 | 18 | 10 |
| Octal | 40 | 64 | 45 | 46 | 0 | 35 | 120 | 207 | 30 | 20 |
| Binary | 100000 | 110100 | 100101 | 100110 | 0 | 11101 | 1010000 | 10000111 | 11000 | 10000 |
Color Harmonies of #203425
Complementary color
Monochromatic Colors of #203425
Black with #203425
Text Example
Text Example
White with #203425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203425; }
p { color: rgb(32,52,37); }
H1.HeaderClassName
{
color: #203425;
}
.AnyTagClassName
{
color: #203425;
}
</style>
background-color css
<style>
a { background-color: #203425; }
a { background-color: rgb(32,52,37); }
div.DivClassName
{
background-color: #203425;
}
.BgClassName
{
background-color: #203425;
}
</style>
border-color css
<style>
span { border-color: #203425; }
span { border-color: rgb(32,52,37); }
td.TdClassName
{
border-color: #203425;
}
.TagClassName
{
border-color: #203425;
}
</style>