Shades of Black Bean #212D23
Tints of Black Bean #212D23
RGB
CMYK
RGB Variations
Color information
#212D23 (or 0x212D23) is known color: Black Bean. HEX triplet: 21, 2D and 23. RGB value is (33,45,35). Sum of RGB (Red+Green+Blue) = 33+45+35=113 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.20% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 35 (14.06% from 255 or 30.97% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #212D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D23 is #DED2DC. Grayscale: #282828. Windows color (decimal): -14602973 or 2305313. OLE color: 2305313.
HSL color Cylindrical-coordinate representation of color #212D23: hue angle of 130º degrees, saturation: 0.15, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #212D23 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 33 | 45 | 35 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.82 |
| HSL | 130º | 0.15% | 0.15% | - |
| HSV(B) | 130º | 0.27% | 0.18% | - |
| XYZ | 1.87 | 2.32 | 1.94 | - |
| YUV | 40.27 | 125.02 | 122.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 45 | 35 | 0.27 | 0 | 0.22 | 0.82 | 130 | 0.15 | 0.15 |
| Hex | 21 | 2D | 23 | 1B | 0 | 16 | 52 | 82 | F | F |
| Octal | 41 | 55 | 43 | 33 | 0 | 26 | 122 | 202 | 17 | 17 |
| Binary | 100001 | 101101 | 100011 | 11011 | 0 | 10110 | 1010010 | 10000010 | 1111 | 1111 |
Color Harmonies of #212D23
Complementary color
Monochromatic Colors of #212D23
Black with #212D23
Text Example
Text Example
White with #212D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #212D23; }
p { color: rgb(33,45,35); }
H1.HeaderClassName
{
color: #212D23;
}
.AnyTagClassName
{
color: #212D23;
}
</style>
background-color css
<style>
a { background-color: #212D23; }
a { background-color: rgb(33,45,35); }
div.DivClassName
{
background-color: #212D23;
}
.BgClassName
{
background-color: #212D23;
}
</style>
border-color css
<style>
span { border-color: #212D23; }
span { border-color: rgb(33,45,35); }
td.TdClassName
{
border-color: #212D23;
}
.TagClassName
{
border-color: #212D23;
}
</style>