Shades of Black Bean #162018
Tints of Black Bean #162018
RGB
CMYK
RGB Variations
Color information
#162018 (or 0x162018) is known color: Black Bean. HEX triplet: 16, 20 and 18. RGB value is (22,32,24). Sum of RGB (Red+Green+Blue) = 22+32+24=78 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.21% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 24 (9.77% from 255 or 30.77% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #162018 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162018 is #E9DFE7. Grayscale: #1C1C1C. Windows color (decimal): -15327208 or 1581078. OLE color: 1581078.
HSL color Cylindrical-coordinate representation of color #162018: hue angle of 132º degrees, saturation: 0.19, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #162018 is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 22 | 32 | 24 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.87 |
| HSL | 132º | 0.19% | 0.11% | - |
| HSV(B) | 132º | 0.31% | 0.13% | - |
| XYZ | 1.01 | 1.27 | 1.06 | - |
| YUV | 28.1 | 125.69 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 32 | 24 | 0.31 | 0 | 0.25 | 0.87 | 132 | 0.19 | 0.11 |
| Hex | 16 | 20 | 18 | 1F | 0 | 19 | 57 | 84 | 13 | B |
| Octal | 26 | 40 | 30 | 37 | 0 | 31 | 127 | 204 | 23 | 13 |
| Binary | 10110 | 100000 | 11000 | 11111 | 0 | 11001 | 1010111 | 10000100 | 10011 | 1011 |
Color Harmonies of #162018
Complementary color
Monochromatic Colors of #162018
Black with #162018
Text Example
Text Example
White with #162018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162018; }
p { color: rgb(22,32,24); }
H1.HeaderClassName
{
color: #162018;
}
.AnyTagClassName
{
color: #162018;
}
</style>
background-color css
<style>
a { background-color: #162018; }
a { background-color: rgb(22,32,24); }
div.DivClassName
{
background-color: #162018;
}
.BgClassName
{
background-color: #162018;
}
</style>
border-color css
<style>
span { border-color: #162018; }
span { border-color: rgb(22,32,24); }
td.TdClassName
{
border-color: #162018;
}
.TagClassName
{
border-color: #162018;
}
</style>