Shades of Black Bean #162217
Tints of Black Bean #162217
RGB
CMYK
RGB Variations
Color information
#162217 (or 0x162217) is known color: Black Bean. HEX triplet: 16, 22 and 17. RGB value is (22,34,23). Sum of RGB (Red+Green+Blue) = 22+34+23=79 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.85% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 23 (9.38% from 255 or 29.11% from 79); Max value from RGB is 34 - color contains mainly: green. Hex color #162217 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162217 is #E9DDE8. Grayscale: #1D1D1D. Windows color (decimal): -15326697 or 1516054. OLE color: 1516054.
HSL color Cylindrical-coordinate representation of color #162217: hue angle of 125º degrees, saturation: 0.21, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #162217 is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 34 | 23 | - |
| CMYK | 0.35 | 0 | 0.32 | 0.87 |
| HSL | 125º | 0.21% | 0.11% | - |
| HSV(B) | 125º | 0.35% | 0.13% | - |
| XYZ | 1.06 | 1.38 | 1.02 | - |
| YUV | 29.16 | 124.52 | 122.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 34 | 23 | 0.35 | 0 | 0.32 | 0.87 | 125 | 0.21 | 0.11 |
| Hex | 16 | 22 | 17 | 23 | 0 | 20 | 57 | 7D | 15 | B |
| Octal | 26 | 42 | 27 | 43 | 0 | 40 | 127 | 175 | 25 | 13 |
| Binary | 10110 | 100010 | 10111 | 100011 | 0 | 100000 | 1010111 | 1111101 | 10101 | 1011 |
Color Harmonies of #162217
Complementary color
Monochromatic Colors of #162217
Black with #162217
Text Example
Text Example
White with #162217
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162217; }
p { color: rgb(22,34,23); }
H1.HeaderClassName
{
color: #162217;
}
.AnyTagClassName
{
color: #162217;
}
</style>
background-color css
<style>
a { background-color: #162217; }
a { background-color: rgb(22,34,23); }
div.DivClassName
{
background-color: #162217;
}
.BgClassName
{
background-color: #162217;
}
</style>
border-color css
<style>
span { border-color: #162217; }
span { border-color: rgb(22,34,23); }
td.TdClassName
{
border-color: #162217;
}
.TagClassName
{
border-color: #162217;
}
</style>