Shades of Black Bean #212A23
Tints of Black Bean #212A23
RGB
CMYK
RGB Variations
Color information
#212A23 (or 0x212A23) is known color: Black Bean. HEX triplet: 21, 2A and 23. RGB value is (33,42,35). Sum of RGB (Red+Green+Blue) = 33+42+35=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 42 (16.80% from 255 or 38.18% from 110); Blue value is 35 (14.06% from 255 or 31.82% from 110); Max value from RGB is 42 - color contains mainly: green. Hex color #212A23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A23 is #DED5DC. Grayscale: #262626. Windows color (decimal): -14603741 or 2304545. OLE color: 2304545.
HSL color Cylindrical-coordinate representation of color #212A23: hue angle of 133.33º degrees, saturation: 0.12, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #212A23 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 33 | 42 | 35 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.84 |
| HSL | 133.33º | 0.12% | 0.15% | - |
| HSV(B) | 133.33º | 0.21% | 0.16% | - |
| XYZ | 1.76 | 2.1 | 1.9 | - |
| YUV | 38.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 42 | 35 | 0.21 | 0 | 0.17 | 0.84 | 133.33 | 0.12 | 0.15 |
| Hex | 21 | 2A | 23 | 15 | 0 | 11 | 54 | 85 | C | F |
| Octal | 41 | 52 | 43 | 25 | 0 | 21 | 124 | 205 | 14 | 17 |
| Binary | 100001 | 101010 | 100011 | 10101 | 0 | 10001 | 1010100 | 10000101 | 1100 | 1111 |
Color Harmonies of #212A23
Complementary color
Monochromatic Colors of #212A23
Black with #212A23
Text Example
Text Example
White with #212A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212A23; }
p { color: rgb(33,42,35); }
H1.HeaderClassName
{
color: #212A23;
}
.AnyTagClassName
{
color: #212A23;
}
</style>
background-color css
<style>
a { background-color: #212A23; }
a { background-color: rgb(33,42,35); }
div.DivClassName
{
background-color: #212A23;
}
.BgClassName
{
background-color: #212A23;
}
</style>
border-color css
<style>
span { border-color: #212A23; }
span { border-color: rgb(33,42,35); }
td.TdClassName
{
border-color: #212A23;
}
.TagClassName
{
border-color: #212A23;
}
</style>