Shades of Black Bean #162F18
Tints of Black Bean #162F18
RGB
CMYK
RGB Variations
Color information
#162F18 (or 0x162F18) is known color: Black Bean. HEX triplet: 16, 2F and 18. RGB value is (22,47,24). Sum of RGB (Red+Green+Blue) = 22+47+24=93 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.66% from 93); Green value is 47 (18.75% from 255 or 50.54% from 93); Blue value is 24 (9.77% from 255 or 25.81% from 93); Max value from RGB is 47 - color contains mainly: green. Hex color #162F18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #162F18 is #E9D0E7. Grayscale: #242424. Windows color (decimal): -15323368 or 1584918. OLE color: 1584918.
HSL color Cylindrical-coordinate representation of color #162F18: hue angle of 124.8º degrees, saturation: 0.36, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #162F18 is Cyan = 0.53, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 47 | 24 | - |
| CMYK | 0.53 | 0 | 0.49 | 0.82 |
| HSL | 124.8º | 0.36% | 0.14% | - |
| HSV(B) | 124.8º | 0.53% | 0.18% | - |
| XYZ | 1.51 | 2.27 | 1.22 | - |
| YUV | 36.9 | 120.72 | 117.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 24 | 0.53 | 0 | 0.49 | 0.82 | 124.8 | 0.36 | 0.14 |
| Hex | 16 | 2F | 18 | 35 | 0 | 31 | 52 | 7D | 24 | E |
| Octal | 26 | 57 | 30 | 65 | 0 | 61 | 122 | 175 | 44 | 16 |
| Binary | 10110 | 101111 | 11000 | 110101 | 0 | 110001 | 1010010 | 1111101 | 100100 | 1110 |
Color Harmonies of #162F18
Complementary color
Monochromatic Colors of #162F18
Black with #162F18
Text Example
Text Example
White with #162F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F18; }
p { color: rgb(22,47,24); }
H1.HeaderClassName
{
color: #162F18;
}
.AnyTagClassName
{
color: #162F18;
}
</style>
background-color css
<style>
a { background-color: #162F18; }
a { background-color: rgb(22,47,24); }
div.DivClassName
{
background-color: #162F18;
}
.BgClassName
{
background-color: #162F18;
}
</style>
border-color css
<style>
span { border-color: #162F18; }
span { border-color: rgb(22,47,24); }
td.TdClassName
{
border-color: #162F18;
}
.TagClassName
{
border-color: #162F18;
}
</style>