Shades of Black Bean #162117
Tints of Black Bean #162117
RGB
CMYK
RGB Variations
Color information
#162117 (or 0x162117) is known color: Black Bean. HEX triplet: 16, 21 and 17. RGB value is (22,33,23). Sum of RGB (Red+Green+Blue) = 22+33+23=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 23 (9.38% from 255 or 29.49% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #162117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162117 is #E9DEE8. Grayscale: #1C1C1C. Windows color (decimal): -15326953 or 1515798. OLE color: 1515798.
HSL color Cylindrical-coordinate representation of color #162117: hue angle of 125.45º degrees, saturation: 0.2, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #162117 is Cyan = 0.33, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 33 | 23 | - |
| CMYK | 0.33 | 0 | 0.30 | 0.87 |
| HSL | 125.45º | 0.2% | 0.11% | - |
| HSV(B) | 125.45º | 0.33% | 0.13% | - |
| XYZ | 1.03 | 1.32 | 1.01 | - |
| YUV | 28.57 | 124.86 | 123.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 33 | 23 | 0.33 | 0 | 0.30 | 0.87 | 125.45 | 0.2 | 0.11 |
| Hex | 16 | 21 | 17 | 21 | 0 | 1E | 57 | 7D | 14 | B |
| Octal | 26 | 41 | 27 | 41 | 0 | 36 | 127 | 175 | 24 | 13 |
| Binary | 10110 | 100001 | 10111 | 100001 | 0 | 11110 | 1010111 | 1111101 | 10100 | 1011 |
Color Harmonies of #162117
Complementary color
Monochromatic Colors of #162117
Black with #162117
Text Example
Text Example
White with #162117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162117; }
p { color: rgb(22,33,23); }
H1.HeaderClassName
{
color: #162117;
}
.AnyTagClassName
{
color: #162117;
}
</style>
background-color css
<style>
a { background-color: #162117; }
a { background-color: rgb(22,33,23); }
div.DivClassName
{
background-color: #162117;
}
.BgClassName
{
background-color: #162117;
}
</style>
border-color css
<style>
span { border-color: #162117; }
span { border-color: rgb(22,33,23); }
td.TdClassName
{
border-color: #162117;
}
.TagClassName
{
border-color: #162117;
}
</style>