Shades of Black Bean #161E16
Tints of Black Bean #161E16
RGB
CMYK
RGB Variations
Color information
#161E16 (or 0x161E16) is known color: Black Bean. HEX triplet: 16, 1E and 16. RGB value is (22,30,22). Sum of RGB (Red+Green+Blue) = 22+30+22=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 30 (12.11% from 255 or 40.54% from 74); Blue value is 22 (8.98% from 255 or 29.73% from 74); Max value from RGB is 30 - color contains mainly: green. Hex color #161E16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E16 is #E9E1E9. Grayscale: #1A1A1A. Windows color (decimal): -15327722 or 1449494. OLE color: 1449494.
HSL color Cylindrical-coordinate representation of color #161E16: hue angle of 120º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #161E16 is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 22 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.88 |
| HSL | 120º | 0.15% | 0.1% | - |
| HSV(B) | 120º | 0.27% | 0.12% | - |
| XYZ | 0.94 | 1.16 | 0.93 | - |
| YUV | 26.7 | 125.35 | 124.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 22 | 0.27 | 0 | 0.27 | 0.88 | 120 | 0.15 | 0.1 |
| Hex | 16 | 1E | 16 | 1B | 0 | 1B | 58 | 78 | F | A |
| Octal | 26 | 36 | 26 | 33 | 0 | 33 | 130 | 170 | 17 | 12 |
| Binary | 10110 | 11110 | 10110 | 11011 | 0 | 11011 | 1011000 | 1111000 | 1111 | 1010 |
Color Harmonies of #161E16
Complementary color
Monochromatic Colors of #161E16
Black with #161E16
Text Example
Text Example
White with #161E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E16; }
p { color: rgb(22,30,22); }
H1.HeaderClassName
{
color: #161E16;
}
.AnyTagClassName
{
color: #161E16;
}
</style>
background-color css
<style>
a { background-color: #161E16; }
a { background-color: rgb(22,30,22); }
div.DivClassName
{
background-color: #161E16;
}
.BgClassName
{
background-color: #161E16;
}
</style>
border-color css
<style>
span { border-color: #161E16; }
span { border-color: rgb(22,30,22); }
td.TdClassName
{
border-color: #161E16;
}
.TagClassName
{
border-color: #161E16;
}
</style>