Shades of Black Bean #162E1B
Tints of Black Bean #162E1B
RGB
CMYK
RGB Variations
Color information
#162E1B (or 0x162E1B) is known color: Black Bean. HEX triplet: 16, 2E and 1B. RGB value is (22,46,27). Sum of RGB (Red+Green+Blue) = 22+46+27=95 (12% of max value = 765). Red value is 22 (8.98% from 255 or 23.16% from 95); Green value is 46 (18.36% from 255 or 48.42% from 95); Blue value is 27 (10.94% from 255 or 28.42% from 95); Max value from RGB is 46 - color contains mainly: green. Hex color #162E1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162E1B is #E9D1E4. Grayscale: #242424. Windows color (decimal): -15323621 or 1781270. OLE color: 1781270.
HSL color Cylindrical-coordinate representation of color #162E1B: hue angle of 132.5º degrees, saturation: 0.35, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #162E1B is Cyan = 0.52, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 46 | 27 | - |
| CMYK | 0.52 | 0 | 0.41 | 0.82 |
| HSL | 132.5º | 0.35% | 0.13% | - |
| HSV(B) | 132.5º | 0.52% | 0.18% | - |
| XYZ | 1.51 | 2.2 | 1.38 | - |
| YUV | 36.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 46 | 27 | 0.52 | 0 | 0.41 | 0.82 | 132.5 | 0.35 | 0.13 |
| Hex | 16 | 2E | 1B | 34 | 0 | 29 | 52 | 84 | 23 | D |
| Octal | 26 | 56 | 33 | 64 | 0 | 51 | 122 | 204 | 43 | 15 |
| Binary | 10110 | 101110 | 11011 | 110100 | 0 | 101001 | 1010010 | 10000100 | 100011 | 1101 |
Color Harmonies of #162E1B
Complementary color
Monochromatic Colors of #162E1B
Black with #162E1B
Text Example
Text Example
White with #162E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162E1B; }
p { color: rgb(22,46,27); }
H1.HeaderClassName
{
color: #162E1B;
}
.AnyTagClassName
{
color: #162E1B;
}
</style>
background-color css
<style>
a { background-color: #162E1B; }
a { background-color: rgb(22,46,27); }
div.DivClassName
{
background-color: #162E1B;
}
.BgClassName
{
background-color: #162E1B;
}
</style>
border-color css
<style>
span { border-color: #162E1B; }
span { border-color: rgb(22,46,27); }
td.TdClassName
{
border-color: #162E1B;
}
.TagClassName
{
border-color: #162E1B;
}
</style>