Shades of Black Bean #213226
Tints of Black Bean #213226
RGB
CMYK
RGB Variations
Color information
#213226 (or 0x213226) is known color: Black Bean. HEX triplet: 21, 32 and 26. RGB value is (33,50,38). Sum of RGB (Red+Green+Blue) = 33+50+38=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 50 (19.92% from 255 or 41.32% from 121); Blue value is 38 (15.23% from 255 or 31.40% from 121); Max value from RGB is 50 - color contains mainly: green. Hex color #213226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213226 is #DECDD9. Grayscale: #2B2B2B. Windows color (decimal): -14601690 or 2503201. OLE color: 2503201.
HSL color Cylindrical-coordinate representation of color #213226: hue angle of 137.65º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #213226 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 38 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.80 |
| HSL | 137.65º | 0.2% | 0.16% | - |
| HSV(B) | 137.65º | 0.34% | 0.2% | - |
| XYZ | 2.12 | 2.74 | 2.25 | - |
| YUV | 43.55 | 124.87 | 120.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 38 | 0.34 | 0 | 0.24 | 0.80 | 137.65 | 0.2 | 0.16 |
| Hex | 21 | 32 | 26 | 22 | 0 | 18 | 50 | 8A | 14 | 10 |
| Octal | 41 | 62 | 46 | 42 | 0 | 30 | 120 | 212 | 24 | 20 |
| Binary | 100001 | 110010 | 100110 | 100010 | 0 | 11000 | 1010000 | 10001010 | 10100 | 10000 |
Color Harmonies of #213226
Complementary color
Monochromatic Colors of #213226
Black with #213226
Text Example
Text Example
White with #213226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213226; }
p { color: rgb(33,50,38); }
H1.HeaderClassName
{
color: #213226;
}
.AnyTagClassName
{
color: #213226;
}
</style>
background-color css
<style>
a { background-color: #213226; }
a { background-color: rgb(33,50,38); }
div.DivClassName
{
background-color: #213226;
}
.BgClassName
{
background-color: #213226;
}
</style>
border-color css
<style>
span { border-color: #213226; }
span { border-color: rgb(33,50,38); }
td.TdClassName
{
border-color: #213226;
}
.TagClassName
{
border-color: #213226;
}
</style>