Shades of Black Bean #162116
Tints of Black Bean #162116
RGB
CMYK
RGB Variations
Color information
#162116 (or 0x162116) is known color: Black Bean. HEX triplet: 16, 21 and 16. RGB value is (22,33,22). Sum of RGB (Red+Green+Blue) = 22+33+22=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 22 (8.98% from 255 or 28.57% from 77); Max value from RGB is 33 - color contains mainly: green. Hex color #162116 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162116 is #E9DEE9. Grayscale: #1C1C1C. Windows color (decimal): -15326954 or 1450262. OLE color: 1450262.
HSL color Cylindrical-coordinate representation of color #162116: hue angle of 120º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #162116 is Cyan = 0.33, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 33 | 22 | - |
| CMYK | 0.33 | 0 | 0.33 | 0.87 |
| HSL | 120º | 0.2% | 0.11% | - |
| HSV(B) | 120º | 0.33% | 0.13% | - |
| XYZ | 1.02 | 1.32 | 0.96 | - |
| YUV | 28.46 | 124.36 | 123.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 22 | 0.33 | 0 | 0.33 | 0.87 | 120 | 0.2 | 0.11 |
| Hex | 16 | 21 | 16 | 21 | 0 | 21 | 57 | 78 | 14 | B |
| Octal | 26 | 41 | 26 | 41 | 0 | 41 | 127 | 170 | 24 | 13 |
| Binary | 10110 | 100001 | 10110 | 100001 | 0 | 100001 | 1010111 | 1111000 | 10100 | 1011 |
Color Harmonies of #162116
Complementary color
Monochromatic Colors of #162116
Black with #162116
Text Example
Text Example
White with #162116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162116; }
p { color: rgb(22,33,22); }
H1.HeaderClassName
{
color: #162116;
}
.AnyTagClassName
{
color: #162116;
}
</style>
background-color css
<style>
a { background-color: #162116; }
a { background-color: rgb(22,33,22); }
div.DivClassName
{
background-color: #162116;
}
.BgClassName
{
background-color: #162116;
}
</style>
border-color css
<style>
span { border-color: #162116; }
span { border-color: rgb(22,33,22); }
td.TdClassName
{
border-color: #162116;
}
.TagClassName
{
border-color: #162116;
}
</style>