Shades of Black Bean #213425
Tints of Black Bean #213425
RGB
CMYK
RGB Variations
Color information
#213425 (or 0x213425) is known color: Black Bean. HEX triplet: 21, 34 and 25. RGB value is (33,52,37). Sum of RGB (Red+Green+Blue) = 33+52+37=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 52 (20.70% from 255 or 42.62% from 122); Blue value is 37 (14.84% from 255 or 30.33% from 122); Max value from RGB is 52 - color contains mainly: green. Hex color #213425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213425 is #DECBDA. Grayscale: #2C2C2C. Windows color (decimal): -14601179 or 2438177. OLE color: 2438177.
HSL color Cylindrical-coordinate representation of color #213425: hue angle of 132.63º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #213425 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 52 | 37 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.80 |
| HSL | 132.63º | 0.22% | 0.17% | - |
| HSV(B) | 132.63º | 0.37% | 0.2% | - |
| XYZ | 2.19 | 2.91 | 2.2 | - |
| YUV | 44.61 | 123.71 | 119.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 52 | 37 | 0.37 | 0 | 0.29 | 0.80 | 132.63 | 0.22 | 0.17 |
| Hex | 21 | 34 | 25 | 25 | 0 | 1D | 50 | 85 | 16 | 11 |
| Octal | 41 | 64 | 45 | 45 | 0 | 35 | 120 | 205 | 26 | 21 |
| Binary | 100001 | 110100 | 100101 | 100101 | 0 | 11101 | 1010000 | 10000101 | 10110 | 10001 |
Color Harmonies of #213425
Complementary color
Monochromatic Colors of #213425
Black with #213425
Text Example
Text Example
White with #213425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213425; }
p { color: rgb(33,52,37); }
H1.HeaderClassName
{
color: #213425;
}
.AnyTagClassName
{
color: #213425;
}
</style>
background-color css
<style>
a { background-color: #213425; }
a { background-color: rgb(33,52,37); }
div.DivClassName
{
background-color: #213425;
}
.BgClassName
{
background-color: #213425;
}
</style>
border-color css
<style>
span { border-color: #213425; }
span { border-color: rgb(33,52,37); }
td.TdClassName
{
border-color: #213425;
}
.TagClassName
{
border-color: #213425;
}
</style>