Shades of Black Bean #213327
Tints of Black Bean #213327
RGB
CMYK
RGB Variations
Color information
#213327 (or 0x213327) is known color: Black Bean. HEX triplet: 21, 33 and 27. RGB value is (33,51,39). Sum of RGB (Red+Green+Blue) = 33+51+39=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 51 (20.31% from 255 or 41.46% from 123); Blue value is 39 (15.62% from 255 or 31.71% from 123); Max value from RGB is 51 - color contains mainly: green. Hex color #213327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213327 is #DECCD8. Grayscale: #2C2C2C. Windows color (decimal): -14601433 or 2568993. OLE color: 2568993.
HSL color Cylindrical-coordinate representation of color #213327: hue angle of 140º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213327 is Cyan = 0.35, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 39 | - |
| CMYK | 0.35 | 0 | 0.24 | 0.8 |
| HSL | 140º | 0.21% | 0.16% | - |
| HSV(B) | 140º | 0.35% | 0.2% | - |
| XYZ | 2.18 | 2.84 | 2.35 | - |
| YUV | 44.25 | 125.04 | 119.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 39 | 0.35 | 0 | 0.24 | 0.8 | 140 | 0.21 | 0.16 |
| Hex | 21 | 33 | 27 | 23 | 0 | 18 | 50 | 8C | 15 | 10 |
| Octal | 41 | 63 | 47 | 43 | 0 | 30 | 120 | 214 | 25 | 20 |
| Binary | 100001 | 110011 | 100111 | 100011 | 0 | 11000 | 1010000 | 10001100 | 10101 | 10000 |
Color Harmonies of #213327
Complementary color
Monochromatic Colors of #213327
Black with #213327
Text Example
Text Example
White with #213327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213327; }
p { color: rgb(33,51,39); }
H1.HeaderClassName
{
color: #213327;
}
.AnyTagClassName
{
color: #213327;
}
</style>
background-color css
<style>
a { background-color: #213327; }
a { background-color: rgb(33,51,39); }
div.DivClassName
{
background-color: #213327;
}
.BgClassName
{
background-color: #213327;
}
</style>
border-color css
<style>
span { border-color: #213327; }
span { border-color: rgb(33,51,39); }
td.TdClassName
{
border-color: #213327;
}
.TagClassName
{
border-color: #213327;
}
</style>