Shades of Black Bean #161D17
Tints of Black Bean #161D17
RGB
CMYK
RGB Variations
Color information
#161D17 (or 0x161D17) is known color: Black Bean. HEX triplet: 16, 1D and 17. RGB value is (22,29,23). Sum of RGB (Red+Green+Blue) = 22+29+23=74 (9% of max value = 765). Red value is 22 (8.98% from 255 or 29.73% from 74); Green value is 29 (11.72% from 255 or 39.19% from 74); Blue value is 23 (9.38% from 255 or 31.08% from 74); Max value from RGB is 29 - color contains mainly: green. Hex color #161D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161D17 is #E9E2E8. Grayscale: #1A1A1A. Windows color (decimal): -15327977 or 1514774. OLE color: 1514774.
HSL color Cylindrical-coordinate representation of color #161D17: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #161D17 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 29 | 23 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.89 |
| HSL | 128.57º | 0.14% | 0.1% | - |
| HSV(B) | 128.57º | 0.24% | 0.11% | - |
| XYZ | 0.92 | 1.11 | 0.98 | - |
| YUV | 26.22 | 126.18 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 29 | 23 | 0.24 | 0 | 0.21 | 0.89 | 128.57 | 0.14 | 0.1 |
| Hex | 16 | 1D | 17 | 18 | 0 | 15 | 59 | 81 | E | A |
| Octal | 26 | 35 | 27 | 30 | 0 | 25 | 131 | 201 | 16 | 12 |
| Binary | 10110 | 11101 | 10111 | 11000 | 0 | 10101 | 1011001 | 10000001 | 1110 | 1010 |
Color Harmonies of #161D17
Complementary color
Monochromatic Colors of #161D17
Black with #161D17
Text Example
Text Example
White with #161D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161D17; }
p { color: rgb(22,29,23); }
H1.HeaderClassName
{
color: #161D17;
}
.AnyTagClassName
{
color: #161D17;
}
</style>
background-color css
<style>
a { background-color: #161D17; }
a { background-color: rgb(22,29,23); }
div.DivClassName
{
background-color: #161D17;
}
.BgClassName
{
background-color: #161D17;
}
</style>
border-color css
<style>
span { border-color: #161D17; }
span { border-color: rgb(22,29,23); }
td.TdClassName
{
border-color: #161D17;
}
.TagClassName
{
border-color: #161D17;
}
</style>