Shades of Black Bean #162317
Tints of Black Bean #162317
RGB
CMYK
RGB Variations
Color information
#162317 (or 0x162317) is known color: Black Bean. HEX triplet: 16, 23 and 17. RGB value is (22,35,23). Sum of RGB (Red+Green+Blue) = 22+35+23=80 (10% of max value = 765). Red value is 22 (8.98% from 255 or 27.5% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 23 (9.38% from 255 or 28.75% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #162317 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162317 is #E9DCE8. Grayscale: #1D1D1D. Windows color (decimal): -15326441 or 1516310. OLE color: 1516310.
HSL color Cylindrical-coordinate representation of color #162317: hue angle of 124.62º degrees, saturation: 0.23, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #162317 is Cyan = 0.37, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 22 | 35 | 23 | - |
| CMYK | 0.37 | 0 | 0.34 | 0.86 |
| HSL | 124.62º | 0.23% | 0.11% | - |
| HSV(B) | 124.62º | 0.37% | 0.14% | - |
| XYZ | 1.09 | 1.43 | 1.03 | - |
| YUV | 29.75 | 124.19 | 122.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 35 | 23 | 0.37 | 0 | 0.34 | 0.86 | 124.62 | 0.23 | 0.11 |
| Hex | 16 | 23 | 17 | 25 | 0 | 22 | 56 | 7D | 17 | B |
| Octal | 26 | 43 | 27 | 45 | 0 | 42 | 126 | 175 | 27 | 13 |
| Binary | 10110 | 100011 | 10111 | 100101 | 0 | 100010 | 1010110 | 1111101 | 10111 | 1011 |
Color Harmonies of #162317
Complementary color
Monochromatic Colors of #162317
Black with #162317
Text Example
Text Example
White with #162317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162317; }
p { color: rgb(22,35,23); }
H1.HeaderClassName
{
color: #162317;
}
.AnyTagClassName
{
color: #162317;
}
</style>
background-color css
<style>
a { background-color: #162317; }
a { background-color: rgb(22,35,23); }
div.DivClassName
{
background-color: #162317;
}
.BgClassName
{
background-color: #162317;
}
</style>
border-color css
<style>
span { border-color: #162317; }
span { border-color: rgb(22,35,23); }
td.TdClassName
{
border-color: #162317;
}
.TagClassName
{
border-color: #162317;
}
</style>