Shades of Black Bean #212622
Tints of Black Bean #212622
RGB
CMYK
RGB Variations
Color information
#212622 (or 0x212622) is known color: Black Bean. HEX triplet: 21, 26 and 22. RGB value is (33,38,34). Sum of RGB (Red+Green+Blue) = 33+38+34=105 (13% of max value = 765). Red value is 33 (13.28% from 255 or 31.43% from 105); Green value is 38 (15.23% from 255 or 36.19% from 105); Blue value is 34 (13.67% from 255 or 32.38% from 105); Max value from RGB is 38 - color contains mainly: green. Hex color #212622 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212622 is #DED9DD. Grayscale: #242424. Windows color (decimal): -14604766 or 2237985. OLE color: 2237985.
HSL color Cylindrical-coordinate representation of color #212622: hue angle of 132º degrees, saturation: 0.07, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #212622 is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 33 | 38 | 34 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.85 |
| HSL | 132º | 0.07% | 0.14% | - |
| HSV(B) | 132º | 0.13% | 0.15% | - |
| XYZ | 1.61 | 1.83 | 1.78 | - |
| YUV | 36.05 | 126.84 | 125.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 38 | 34 | 0.13 | 0 | 0.11 | 0.85 | 132 | 0.07 | 0.14 |
| Hex | 21 | 26 | 22 | D | 0 | B | 55 | 84 | 7 | E |
| Octal | 41 | 46 | 42 | 15 | 0 | 13 | 125 | 204 | 7 | 16 |
| Binary | 100001 | 100110 | 100010 | 1101 | 0 | 1011 | 1010101 | 10000100 | 111 | 1110 |
Color Harmonies of #212622
Complementary color
Monochromatic Colors of #212622
Black with #212622
Text Example
Text Example
White with #212622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212622; }
p { color: rgb(33,38,34); }
H1.HeaderClassName
{
color: #212622;
}
.AnyTagClassName
{
color: #212622;
}
</style>
background-color css
<style>
a { background-color: #212622; }
a { background-color: rgb(33,38,34); }
div.DivClassName
{
background-color: #212622;
}
.BgClassName
{
background-color: #212622;
}
</style>
border-color css
<style>
span { border-color: #212622; }
span { border-color: rgb(33,38,34); }
td.TdClassName
{
border-color: #212622;
}
.TagClassName
{
border-color: #212622;
}
</style>