Shades of Black Bean #213023
Tints of Black Bean #213023
RGB
CMYK
RGB Variations
Color information
#213023 (or 0x213023) is known color: Black Bean. HEX triplet: 21, 30 and 23. RGB value is (33,48,35). Sum of RGB (Red+Green+Blue) = 33+48+35=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 35 (14.06% from 255 or 30.17% from 116); Max value from RGB is 48 - color contains mainly: green. Hex color #213023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213023 is #DECFDC. Grayscale: #2A2A2A. Windows color (decimal): -14602205 or 2306081. OLE color: 2306081.
HSL color Cylindrical-coordinate representation of color #213023: hue angle of 128º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #213023 is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 35 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.81 |
| HSL | 128º | 0.19% | 0.16% | - |
| HSV(B) | 128º | 0.31% | 0.19% | - |
| XYZ | 1.99 | 2.56 | 1.98 | - |
| YUV | 42.03 | 124.03 | 121.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 35 | 0.31 | 0 | 0.27 | 0.81 | 128 | 0.19 | 0.16 |
| Hex | 21 | 30 | 23 | 1F | 0 | 1B | 51 | 80 | 13 | 10 |
| Octal | 41 | 60 | 43 | 37 | 0 | 33 | 121 | 200 | 23 | 20 |
| Binary | 100001 | 110000 | 100011 | 11111 | 0 | 11011 | 1010001 | 10000000 | 10011 | 10000 |
Color Harmonies of #213023
Complementary color
Monochromatic Colors of #213023
Black with #213023
Text Example
Text Example
White with #213023
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213023; }
p { color: rgb(33,48,35); }
H1.HeaderClassName
{
color: #213023;
}
.AnyTagClassName
{
color: #213023;
}
</style>
background-color css
<style>
a { background-color: #213023; }
a { background-color: rgb(33,48,35); }
div.DivClassName
{
background-color: #213023;
}
.BgClassName
{
background-color: #213023;
}
</style>
border-color css
<style>
span { border-color: #213023; }
span { border-color: rgb(33,48,35); }
td.TdClassName
{
border-color: #213023;
}
.TagClassName
{
border-color: #213023;
}
</style>