Shades of Black Bean #212D25
Tints of Black Bean #212D25
RGB
CMYK
RGB Variations
Color information
#212D25 (or 0x212D25) is known color: Black Bean. HEX triplet: 21, 2D and 25. RGB value is (33,45,37). Sum of RGB (Red+Green+Blue) = 33+45+37=115 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.70% from 115); Green value is 45 (17.97% from 255 or 39.13% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 45 - color contains mainly: green. Hex color #212D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D25 is #DED2DA. Grayscale: #282828. Windows color (decimal): -14602971 or 2436385. OLE color: 2436385.
HSL color Cylindrical-coordinate representation of color #212D25: hue angle of 140º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D25 is Cyan = 0.27, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 37 | - |
| CMYK | 0.27 | 0 | 0.18 | 0.82 |
| HSL | 140º | 0.15% | 0.15% | - |
| HSV(B) | 140º | 0.27% | 0.18% | - |
| XYZ | 1.9 | 2.33 | 2.1 | - |
| YUV | 40.5 | 126.02 | 122.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 37 | 0.27 | 0 | 0.18 | 0.82 | 140 | 0.15 | 0.15 |
| Hex | 21 | 2D | 25 | 1B | 0 | 12 | 52 | 8C | F | F |
| Octal | 41 | 55 | 45 | 33 | 0 | 22 | 122 | 214 | 17 | 17 |
| Binary | 100001 | 101101 | 100101 | 11011 | 0 | 10010 | 1010010 | 10001100 | 1111 | 1111 |
Color Harmonies of #212D25
Complementary color
Monochromatic Colors of #212D25
Black with #212D25
Text Example
Text Example
White with #212D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D25; }
p { color: rgb(33,45,37); }
H1.HeaderClassName
{
color: #212D25;
}
.AnyTagClassName
{
color: #212D25;
}
</style>
background-color css
<style>
a { background-color: #212D25; }
a { background-color: rgb(33,45,37); }
div.DivClassName
{
background-color: #212D25;
}
.BgClassName
{
background-color: #212D25;
}
</style>
border-color css
<style>
span { border-color: #212D25; }
span { border-color: rgb(33,45,37); }
td.TdClassName
{
border-color: #212D25;
}
.TagClassName
{
border-color: #212D25;
}
</style>