Shades of Black Bean #213527
Tints of Black Bean #213527
RGB
CMYK
RGB Variations
Color information
#213527 (or 0x213527) is known color: Black Bean. HEX triplet: 21, 35 and 27. RGB value is (33,53,39). Sum of RGB (Red+Green+Blue) = 33+53+39=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 39 (15.62% from 255 or 31.2% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #213527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213527 is #DECAD8. Grayscale: #2D2D2D. Windows color (decimal): -14600921 or 2569505. OLE color: 2569505.
HSL color Cylindrical-coordinate representation of color #213527: hue angle of 138º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #213527 is Cyan = 0.38, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 53 | 39 | - |
| CMYK | 0.38 | 0 | 0.26 | 0.79 |
| HSL | 138º | 0.23% | 0.17% | - |
| HSV(B) | 138º | 0.38% | 0.21% | - |
| XYZ | 2.27 | 3.02 | 2.38 | - |
| YUV | 45.42 | 124.37 | 119.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 53 | 39 | 0.38 | 0 | 0.26 | 0.79 | 138 | 0.23 | 0.17 |
| Hex | 21 | 35 | 27 | 26 | 0 | 1A | 4F | 8A | 17 | 11 |
| Octal | 41 | 65 | 47 | 46 | 0 | 32 | 117 | 212 | 27 | 21 |
| Binary | 100001 | 110101 | 100111 | 100110 | 0 | 11010 | 1001111 | 10001010 | 10111 | 10001 |
Color Harmonies of #213527
Complementary color
Monochromatic Colors of #213527
Black with #213527
Text Example
Text Example
White with #213527
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213527; }
p { color: rgb(33,53,39); }
H1.HeaderClassName
{
color: #213527;
}
.AnyTagClassName
{
color: #213527;
}
</style>
background-color css
<style>
a { background-color: #213527; }
a { background-color: rgb(33,53,39); }
div.DivClassName
{
background-color: #213527;
}
.BgClassName
{
background-color: #213527;
}
</style>
border-color css
<style>
span { border-color: #213527; }
span { border-color: rgb(33,53,39); }
td.TdClassName
{
border-color: #213527;
}
.TagClassName
{
border-color: #213527;
}
</style>