Shades of Black Bean #203426
Tints of Black Bean #203426
RGB
CMYK
RGB Variations
Color information
#203426 (or 0x203426) is known color: Black Bean. HEX triplet: 20, 34 and 26. RGB value is (32,52,38). Sum of RGB (Red+Green+Blue) = 32+52+38=122 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.23% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #203426 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203426 is #DFCBD9. Grayscale: #2C2C2C. Windows color (decimal): -14666714 or 2503712. OLE color: 2503712.
HSL color Cylindrical-coordinate representation of color #203426: hue angle of 138º 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 #203426 is Cyan = 0.38, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 52 | 38 | - |
| CMYK | 0.38 | 0 | 0.27 | 0.80 |
| HSL | 138º | 0.24% | 0.16% | - |
| HSV(B) | 138º | 0.38% | 0.2% | - |
| XYZ | 2.17 | 2.9 | 2.28 | - |
| YUV | 44.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 38 | 0.38 | 0 | 0.27 | 0.80 | 138 | 0.24 | 0.16 |
| Hex | 20 | 34 | 26 | 26 | 0 | 1B | 50 | 8A | 18 | 10 |
| Octal | 40 | 64 | 46 | 46 | 0 | 33 | 120 | 212 | 30 | 20 |
| Binary | 100000 | 110100 | 100110 | 100110 | 0 | 11011 | 1010000 | 10001010 | 11000 | 10000 |
Color Harmonies of #203426
Complementary color
Monochromatic Colors of #203426
Black with #203426
Text Example
Text Example
White with #203426
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203426; }
p { color: rgb(32,52,38); }
H1.HeaderClassName
{
color: #203426;
}
.AnyTagClassName
{
color: #203426;
}
</style>
background-color css
<style>
a { background-color: #203426; }
a { background-color: rgb(32,52,38); }
div.DivClassName
{
background-color: #203426;
}
.BgClassName
{
background-color: #203426;
}
</style>
border-color css
<style>
span { border-color: #203426; }
span { border-color: rgb(32,52,38); }
td.TdClassName
{
border-color: #203426;
}
.TagClassName
{
border-color: #203426;
}
</style>