Shades of Black Bean #162817
Tints of Black Bean #162817
RGB
CMYK
RGB Variations
Color information
#162817 (or 0x162817) is known color: Black Bean. HEX triplet: 16, 28 and 17. RGB value is (22,40,23). Sum of RGB (Red+Green+Blue) = 22+40+23=85 (11% of max value = 765). Red value is 22 (8.98% from 255 or 25.88% from 85); Green value is 40 (16.02% from 255 or 47.06% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 40 - color contains mainly: green. Hex color #162817 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162817 is #E9D7E8. Grayscale: #202020. Windows color (decimal): -15325161 or 1517590. OLE color: 1517590.
HSL color Cylindrical-coordinate representation of color #162817: hue angle of 123.33º degrees, saturation: 0.29, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #162817 is Cyan = 0.45, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 22 | 40 | 23 | - |
| CMYK | 0.45 | 0 | 0.43 | 0.84 |
| HSL | 123.33º | 0.29% | 0.12% | - |
| HSV(B) | 123.33º | 0.45% | 0.16% | - |
| XYZ | 1.24 | 1.75 | 1.08 | - |
| YUV | 32.68 | 122.54 | 120.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 40 | 23 | 0.45 | 0 | 0.43 | 0.84 | 123.33 | 0.29 | 0.12 |
| Hex | 16 | 28 | 17 | 2D | 0 | 2B | 54 | 7B | 1D | C |
| Octal | 26 | 50 | 27 | 55 | 0 | 53 | 124 | 173 | 35 | 14 |
| Binary | 10110 | 101000 | 10111 | 101101 | 0 | 101011 | 1010100 | 1111011 | 11101 | 1100 |
Color Harmonies of #162817
Complementary color
Monochromatic Colors of #162817
Black with #162817
Text Example
Text Example
White with #162817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162817; }
p { color: rgb(22,40,23); }
H1.HeaderClassName
{
color: #162817;
}
.AnyTagClassName
{
color: #162817;
}
</style>
background-color css
<style>
a { background-color: #162817; }
a { background-color: rgb(22,40,23); }
div.DivClassName
{
background-color: #162817;
}
.BgClassName
{
background-color: #162817;
}
</style>
border-color css
<style>
span { border-color: #162817; }
span { border-color: rgb(22,40,23); }
td.TdClassName
{
border-color: #162817;
}
.TagClassName
{
border-color: #162817;
}
</style>