Shades of Black Bean #161C17
Tints of Black Bean #161C17
RGB
CMYK
RGB Variations
Color information
#161C17 (or 0x161C17) is known color: Black Bean. HEX triplet: 16, 1C and 17. RGB value is (22,28,23). Sum of RGB (Red+Green+Blue) = 22+28+23=73 (9% of max value = 765). Red value is 22 (8.98% from 255 or 30.14% from 73); Green value is 28 (11.33% from 255 or 38.36% from 73); Blue value is 23 (9.38% from 255 or 31.51% from 73); Max value from RGB is 28 - color contains mainly: green. Hex color #161C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161C17 is #E9E3E8. Grayscale: #191919. Windows color (decimal): -15328233 or 1514518. OLE color: 1514518.
HSL color Cylindrical-coordinate representation of color #161C17: hue angle of 130º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #161C17 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 22 | 28 | 23 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.89 |
| HSL | 130º | 0.12% | 0.1% | - |
| HSV(B) | 130º | 0.21% | 0.11% | - |
| XYZ | 0.9 | 1.06 | 0.97 | - |
| YUV | 25.64 | 126.51 | 125.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 28 | 23 | 0.21 | 0 | 0.18 | 0.89 | 130 | 0.12 | 0.1 |
| Hex | 16 | 1C | 17 | 15 | 0 | 12 | 59 | 82 | C | A |
| Octal | 26 | 34 | 27 | 25 | 0 | 22 | 131 | 202 | 14 | 12 |
| Binary | 10110 | 11100 | 10111 | 10101 | 0 | 10010 | 1011001 | 10000010 | 1100 | 1010 |
Color Harmonies of #161C17
Complementary color
Monochromatic Colors of #161C17
Black with #161C17
Text Example
Text Example
White with #161C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161C17; }
p { color: rgb(22,28,23); }
H1.HeaderClassName
{
color: #161C17;
}
.AnyTagClassName
{
color: #161C17;
}
</style>
background-color css
<style>
a { background-color: #161C17; }
a { background-color: rgb(22,28,23); }
div.DivClassName
{
background-color: #161C17;
}
.BgClassName
{
background-color: #161C17;
}
</style>
border-color css
<style>
span { border-color: #161C17; }
span { border-color: rgb(22,28,23); }
td.TdClassName
{
border-color: #161C17;
}
.TagClassName
{
border-color: #161C17;
}
</style>