Shades of Black Bean #212B23
Tints of Black Bean #212B23
RGB
CMYK
RGB Variations
Color information
#212B23 (or 0x212B23) is known color: Black Bean. HEX triplet: 21, 2B and 23. RGB value is (33,43,35). Sum of RGB (Red+Green+Blue) = 33+43+35=111 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.73% from 111); Green value is 43 (17.19% from 255 or 38.74% from 111); Blue value is 35 (14.06% from 255 or 31.53% from 111); Max value from RGB is 43 - color contains mainly: green. Hex color #212B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B23 is #DED4DC. Grayscale: #272727. Windows color (decimal): -14603485 or 2304801. OLE color: 2304801.
HSL color Cylindrical-coordinate representation of color #212B23: hue angle of 132º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #212B23 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 33 | 43 | 35 | - |
| CMYK | 0.23 | 0 | 0.19 | 0.83 |
| HSL | 132º | 0.13% | 0.15% | - |
| HSV(B) | 132º | 0.23% | 0.17% | - |
| XYZ | 1.79 | 2.17 | 1.91 | - |
| YUV | 39.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 43 | 35 | 0.23 | 0 | 0.19 | 0.83 | 132 | 0.13 | 0.15 |
| Hex | 21 | 2B | 23 | 17 | 0 | 13 | 53 | 84 | D | F |
| Octal | 41 | 53 | 43 | 27 | 0 | 23 | 123 | 204 | 15 | 17 |
| Binary | 100001 | 101011 | 100011 | 10111 | 0 | 10011 | 1010011 | 10000100 | 1101 | 1111 |
Color Harmonies of #212B23
Complementary color
Monochromatic Colors of #212B23
Black with #212B23
Text Example
Text Example
White with #212B23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212B23; }
p { color: rgb(33,43,35); }
H1.HeaderClassName
{
color: #212B23;
}
.AnyTagClassName
{
color: #212B23;
}
</style>
background-color css
<style>
a { background-color: #212B23; }
a { background-color: rgb(33,43,35); }
div.DivClassName
{
background-color: #212B23;
}
.BgClassName
{
background-color: #212B23;
}
</style>
border-color css
<style>
span { border-color: #212B23; }
span { border-color: rgb(33,43,35); }
td.TdClassName
{
border-color: #212B23;
}
.TagClassName
{
border-color: #212B23;
}
</style>