Shades of Black Bean #161716
Tints of Black Bean #161716
RGB
CMYK
RGB Variations
Color information
#161716 (or 0x161716) is known color: Black Bean. HEX triplet: 16, 17 and 16. RGB value is (22,23,22). Sum of RGB (Red+Green+Blue) = 22+23+22=67 (8% of max value = 765). Red value is 22 (8.98% from 255 or 32.84% from 67); Green value is 23 (9.38% from 255 or 34.33% from 67); Blue value is 22 (8.98% from 255 or 32.84% from 67); Max value from RGB is 23 - color contains mainly: green. Hex color #161716 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #161716 is #E9E8E9. Grayscale: #161616. Windows color (decimal): -15329514 or 1447702. OLE color: 1447702.
HSL color Cylindrical-coordinate representation of color #161716: hue angle of 120º degrees, saturation: 0.02, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #161716 is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 22 | 23 | 22 | - |
| CMYK | 0.04 | 0 | 0.04 | 0.91 |
| HSL | 120º | 0.02% | 0.09% | - |
| HSV(B) | 120º | 0.04% | 0.09% | - |
| XYZ | 0.78 | 0.84 | 0.88 | - |
| YUV | 22.59 | 127.67 | 127.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 23 | 22 | 0.04 | 0 | 0.04 | 0.91 | 120 | 0.02 | 0.09 |
| Hex | 16 | 17 | 16 | 4 | 0 | 4 | 5B | 78 | 2 | 9 |
| Octal | 26 | 27 | 26 | 4 | 0 | 4 | 133 | 170 | 2 | 11 |
| Binary | 10110 | 10111 | 10110 | 100 | 0 | 100 | 1011011 | 1111000 | 10 | 1001 |
Color Harmonies of #161716
Complementary color
Monochromatic Colors of #161716
Black with #161716
Text Example
Text Example
White with #161716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161716; }
p { color: rgb(22,23,22); }
H1.HeaderClassName
{
color: #161716;
}
.AnyTagClassName
{
color: #161716;
}
</style>
background-color css
<style>
a { background-color: #161716; }
a { background-color: rgb(22,23,22); }
div.DivClassName
{
background-color: #161716;
}
.BgClassName
{
background-color: #161716;
}
</style>
border-color css
<style>
span { border-color: #161716; }
span { border-color: rgb(22,23,22); }
td.TdClassName
{
border-color: #161716;
}
.TagClassName
{
border-color: #161716;
}
</style>