Shades of Black Bean #162416
Tints of Black Bean #162416
RGB
CMYK
RGB Variations
Color information
#162416 (or 0x162416) is known color: Black Bean. HEX triplet: 16, 24 and 16. RGB value is (22,36,22). Sum of RGB (Red+Green+Blue) = 22+36+22=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 36 (14.45% from 255 or 45% from 80); Blue value is 22 (8.98% from 255 or 27.5% from 80); Max value from RGB is 36 - color contains mainly: green. Hex color #162416 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162416 is #E9DBE9. Grayscale: #1E1E1E. Windows color (decimal): -15326186 or 1451030. OLE color: 1451030.
HSL color Cylindrical-coordinate representation of color #162416: hue angle of 120º degrees, saturation: 0.24, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #162416 is Cyan = 0.39, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 36 | 22 | - |
| CMYK | 0.39 | 0 | 0.39 | 0.86 |
| HSL | 120º | 0.24% | 0.11% | - |
| HSV(B) | 120º | 0.39% | 0.14% | - |
| XYZ | 1.11 | 1.49 | 0.99 | - |
| YUV | 30.22 | 123.36 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 36 | 22 | 0.39 | 0 | 0.39 | 0.86 | 120 | 0.24 | 0.11 |
| Hex | 16 | 24 | 16 | 27 | 0 | 27 | 56 | 78 | 18 | B |
| Octal | 26 | 44 | 26 | 47 | 0 | 47 | 126 | 170 | 30 | 13 |
| Binary | 10110 | 100100 | 10110 | 100111 | 0 | 100111 | 1010110 | 1111000 | 11000 | 1011 |
Color Harmonies of #162416
Complementary color
Monochromatic Colors of #162416
Black with #162416
Text Example
Text Example
White with #162416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162416; }
p { color: rgb(22,36,22); }
H1.HeaderClassName
{
color: #162416;
}
.AnyTagClassName
{
color: #162416;
}
</style>
background-color css
<style>
a { background-color: #162416; }
a { background-color: rgb(22,36,22); }
div.DivClassName
{
background-color: #162416;
}
.BgClassName
{
background-color: #162416;
}
</style>
border-color css
<style>
span { border-color: #162416; }
span { border-color: rgb(22,36,22); }
td.TdClassName
{
border-color: #162416;
}
.TagClassName
{
border-color: #162416;
}
</style>