Shades of Black Bean #212F25
Tints of Black Bean #212F25
RGB
CMYK
RGB Variations
Color information
#212F25 (or 0x212F25) is known color: Black Bean. HEX triplet: 21, 2F and 25. RGB value is (33,47,37). Sum of RGB (Red+Green+Blue) = 33+47+37=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 47 (18.75% from 255 or 40.17% from 117); Blue value is 37 (14.84% from 255 or 31.62% from 117); Max value from RGB is 47 - color contains mainly: green. Hex color #212F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F25 is #DED0DA. Grayscale: #292929. Windows color (decimal): -14602459 or 2436897. OLE color: 2436897.
HSL color Cylindrical-coordinate representation of color #212F25: hue angle of 137.14º degrees, saturation: 0.17, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #212F25 is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 47 | 37 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.82 |
| HSL | 137.14º | 0.18% | 0.16% | - |
| HSV(B) | 137.14º | 0.3% | 0.18% | - |
| XYZ | 1.98 | 2.49 | 2.13 | - |
| YUV | 41.67 | 125.36 | 121.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 47 | 37 | 0.30 | 0 | 0.21 | 0.82 | 137.14 | 0.18 | 0.16 |
| Hex | 21 | 2F | 25 | 1E | 0 | 15 | 52 | 89 | 12 | 10 |
| Octal | 41 | 57 | 45 | 36 | 0 | 25 | 122 | 211 | 22 | 20 |
| Binary | 100001 | 101111 | 100101 | 11110 | 0 | 10101 | 1010010 | 10001001 | 10010 | 10000 |
Color Harmonies of #212F25
Complementary color
Monochromatic Colors of #212F25
Black with #212F25
Text Example
Text Example
White with #212F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212F25; }
p { color: rgb(33,47,37); }
H1.HeaderClassName
{
color: #212F25;
}
.AnyTagClassName
{
color: #212F25;
}
</style>
background-color css
<style>
a { background-color: #212F25; }
a { background-color: rgb(33,47,37); }
div.DivClassName
{
background-color: #212F25;
}
.BgClassName
{
background-color: #212F25;
}
</style>
border-color css
<style>
span { border-color: #212F25; }
span { border-color: rgb(33,47,37); }
td.TdClassName
{
border-color: #212F25;
}
.TagClassName
{
border-color: #212F25;
}
</style>