Shades of Black Bean #161F16
Tints of Black Bean #161F16
RGB
CMYK
RGB Variations
Color information
#161F16 (or 0x161F16) is known color: Black Bean. HEX triplet: 16, 1F and 16. RGB value is (22,31,22). Sum of RGB (Red+Green+Blue) = 22+31+22=75 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.33% from 75); Green value is 31 (12.5% from 255 or 41.33% from 75); Blue value is 22 (8.98% from 255 or 29.33% from 75); Max value from RGB is 31 - color contains mainly: green. Hex color #161F16 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161F16 is #E9E0E9. Grayscale: #1B1B1B. Windows color (decimal): -15327466 or 1449750. OLE color: 1449750.
HSL color Cylindrical-coordinate representation of color #161F16: hue angle of 120º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #161F16 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 31 | 22 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.88 |
| HSL | 120º | 0.17% | 0.1% | - |
| HSV(B) | 120º | 0.29% | 0.12% | - |
| XYZ | 0.97 | 1.21 | 0.94 | - |
| YUV | 27.28 | 125.02 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 31 | 22 | 0.29 | 0 | 0.29 | 0.88 | 120 | 0.17 | 0.1 |
| Hex | 16 | 1F | 16 | 1D | 0 | 1D | 58 | 78 | 11 | A |
| Octal | 26 | 37 | 26 | 35 | 0 | 35 | 130 | 170 | 21 | 12 |
| Binary | 10110 | 11111 | 10110 | 11101 | 0 | 11101 | 1011000 | 1111000 | 10001 | 1010 |
Color Harmonies of #161F16
Complementary color
Monochromatic Colors of #161F16
Black with #161F16
Text Example
Text Example
White with #161F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161F16; }
p { color: rgb(22,31,22); }
H1.HeaderClassName
{
color: #161F16;
}
.AnyTagClassName
{
color: #161F16;
}
</style>
background-color css
<style>
a { background-color: #161F16; }
a { background-color: rgb(22,31,22); }
div.DivClassName
{
background-color: #161F16;
}
.BgClassName
{
background-color: #161F16;
}
</style>
border-color css
<style>
span { border-color: #161F16; }
span { border-color: rgb(22,31,22); }
td.TdClassName
{
border-color: #161F16;
}
.TagClassName
{
border-color: #161F16;
}
</style>