Shades of Black Bean #212E25
Tints of Black Bean #212E25
RGB
CMYK
RGB Variations
Color information
#212E25 (or 0x212E25) is known color: Black Bean. HEX triplet: 21, 2E and 25. RGB value is (33,46,37). Sum of RGB (Red+Green+Blue) = 33+46+37=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 46 (18.36% from 255 or 39.66% from 116); Blue value is 37 (14.84% from 255 or 31.90% from 116); Max value from RGB is 46 - color contains mainly: green. Hex color #212E25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212E25 is #DED1DA. Grayscale: #292929. Windows color (decimal): -14602715 or 2436641. OLE color: 2436641.
HSL color Cylindrical-coordinate representation of color #212E25: hue angle of 138.46º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #212E25 is Cyan = 0.28, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 46 | 37 | - |
| CMYK | 0.28 | 0 | 0.20 | 0.82 |
| HSL | 138.46º | 0.16% | 0.15% | - |
| HSV(B) | 138.46º | 0.28% | 0.18% | - |
| XYZ | 1.94 | 2.41 | 2.11 | - |
| YUV | 41.09 | 125.69 | 122.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 46 | 37 | 0.28 | 0 | 0.20 | 0.82 | 138.46 | 0.16 | 0.15 |
| Hex | 21 | 2E | 25 | 1C | 0 | 14 | 52 | 8A | 10 | F |
| Octal | 41 | 56 | 45 | 34 | 0 | 24 | 122 | 212 | 20 | 17 |
| Binary | 100001 | 101110 | 100101 | 11100 | 0 | 10100 | 1010010 | 10001010 | 10000 | 1111 |
Color Harmonies of #212E25
Complementary color
Monochromatic Colors of #212E25
Black with #212E25
Text Example
Text Example
White with #212E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212E25; }
p { color: rgb(33,46,37); }
H1.HeaderClassName
{
color: #212E25;
}
.AnyTagClassName
{
color: #212E25;
}
</style>
background-color css
<style>
a { background-color: #212E25; }
a { background-color: rgb(33,46,37); }
div.DivClassName
{
background-color: #212E25;
}
.BgClassName
{
background-color: #212E25;
}
</style>
border-color css
<style>
span { border-color: #212E25; }
span { border-color: rgb(33,46,37); }
td.TdClassName
{
border-color: #212E25;
}
.TagClassName
{
border-color: #212E25;
}
</style>