Shades of Black Bean #162D18
Tints of Black Bean #162D18
RGB
CMYK
RGB Variations
Color information
#162D18 (or 0x162D18) is known color: Black Bean. HEX triplet: 16, 2D and 18. RGB value is (22,45,24). Sum of RGB (Red+Green+Blue) = 22+45+24=91 (12% of max value = 765). Red value is 22 (8.98% from 255 or 24.18% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 24 (9.77% from 255 or 26.37% from 91); Max value from RGB is 45 - color contains mainly: green. Hex color #162D18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162D18 is #E9D2E7. Grayscale: #232323. Windows color (decimal): -15323880 or 1584406. OLE color: 1584406.
HSL color Cylindrical-coordinate representation of color #162D18: hue angle of 125.22º degrees, saturation: 0.34, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #162D18 is Cyan = 0.51, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 45 | 24 | - |
| CMYK | 0.51 | 0 | 0.47 | 0.82 |
| HSL | 125.22º | 0.34% | 0.13% | - |
| HSV(B) | 125.22º | 0.51% | 0.18% | - |
| XYZ | 1.43 | 2.11 | 1.2 | - |
| YUV | 35.73 | 121.38 | 118.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 45 | 24 | 0.51 | 0 | 0.47 | 0.82 | 125.22 | 0.34 | 0.13 |
| Hex | 16 | 2D | 18 | 33 | 0 | 2F | 52 | 7D | 22 | D |
| Octal | 26 | 55 | 30 | 63 | 0 | 57 | 122 | 175 | 42 | 15 |
| Binary | 10110 | 101101 | 11000 | 110011 | 0 | 101111 | 1010010 | 1111101 | 100010 | 1101 |
Color Harmonies of #162D18
Complementary color
Monochromatic Colors of #162D18
Black with #162D18
Text Example
Text Example
White with #162D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162D18; }
p { color: rgb(22,45,24); }
H1.HeaderClassName
{
color: #162D18;
}
.AnyTagClassName
{
color: #162D18;
}
</style>
background-color css
<style>
a { background-color: #162D18; }
a { background-color: rgb(22,45,24); }
div.DivClassName
{
background-color: #162D18;
}
.BgClassName
{
background-color: #162D18;
}
</style>
border-color css
<style>
span { border-color: #162D18; }
span { border-color: rgb(22,45,24); }
td.TdClassName
{
border-color: #162D18;
}
.TagClassName
{
border-color: #162D18;
}
</style>