Shades of Black Bean #212923
Tints of Black Bean #212923
RGB
CMYK
RGB Variations
Color information
#212923 (or 0x212923) is known color: Black Bean. HEX triplet: 21, 29 and 23. RGB value is (33,41,35). Sum of RGB (Red+Green+Blue) = 33+41+35=109 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30.28% from 109); Green value is 41 (16.41% from 255 or 37.61% from 109); Blue value is 35 (14.06% from 255 or 32.11% from 109); Max value from RGB is 41 - color contains mainly: green. Hex color #212923 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212923 is #DED6DC. Grayscale: #252525. Windows color (decimal): -14603997 or 2304289. OLE color: 2304289.
HSL color Cylindrical-coordinate representation of color #212923: hue angle of 135º degrees, saturation: 0.11, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #212923 is Cyan = 0.20, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 41 | 35 | - |
| CMYK | 0.20 | 0 | 0.15 | 0.84 |
| HSL | 135º | 0.11% | 0.15% | - |
| HSV(B) | 135º | 0.2% | 0.16% | - |
| XYZ | 1.72 | 2.03 | 1.89 | - |
| YUV | 37.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 41 | 35 | 0.20 | 0 | 0.15 | 0.84 | 135 | 0.11 | 0.15 |
| Hex | 21 | 29 | 23 | 14 | 0 | F | 54 | 87 | B | F |
| Octal | 41 | 51 | 43 | 24 | 0 | 17 | 124 | 207 | 13 | 17 |
| Binary | 100001 | 101001 | 100011 | 10100 | 0 | 1111 | 1010100 | 10000111 | 1011 | 1111 |
Color Harmonies of #212923
Complementary color
Monochromatic Colors of #212923
Black with #212923
Text Example
Text Example
White with #212923
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212923; }
p { color: rgb(33,41,35); }
H1.HeaderClassName
{
color: #212923;
}
.AnyTagClassName
{
color: #212923;
}
</style>
background-color css
<style>
a { background-color: #212923; }
a { background-color: rgb(33,41,35); }
div.DivClassName
{
background-color: #212923;
}
.BgClassName
{
background-color: #212923;
}
</style>
border-color css
<style>
span { border-color: #212923; }
span { border-color: rgb(33,41,35); }
td.TdClassName
{
border-color: #212923;
}
.TagClassName
{
border-color: #212923;
}
</style>