Shades of Black Bean #162F1B
Tints of Black Bean #162F1B
RGB
CMYK
RGB Variations
Color information
#162F1B (or 0x162F1B) is known color: Black Bean. HEX triplet: 16, 2F and 1B. RGB value is (22,47,27). Sum of RGB (Red+Green+Blue) = 22+47+27=96 (12% of max value = 765). Red value is 22 (8.98% from 255 or 22.92% from 96); Green value is 47 (18.75% from 255 or 48.96% from 96); Blue value is 27 (10.94% from 255 or 28.12% from 96); Max value from RGB is 47 - color contains mainly: green. Hex color #162F1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #162F1B is #E9D0E4. Grayscale: #252525. Windows color (decimal): -15323365 or 1781526. OLE color: 1781526.
HSL color Cylindrical-coordinate representation of color #162F1B: hue angle of 132º 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 #162F1B is Cyan = 0.53, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 22 | 47 | 27 | - |
| CMYK | 0.53 | 0 | 0.43 | 0.82 |
| HSL | 132º | 0.36% | 0.14% | - |
| HSV(B) | 132º | 0.53% | 0.18% | - |
| XYZ | 1.55 | 2.28 | 1.4 | - |
| YUV | 37.25 | 122.22 | 117.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 47 | 27 | 0.53 | 0 | 0.43 | 0.82 | 132 | 0.36 | 0.14 |
| Hex | 16 | 2F | 1B | 35 | 0 | 2B | 52 | 84 | 24 | E |
| Octal | 26 | 57 | 33 | 65 | 0 | 53 | 122 | 204 | 44 | 16 |
| Binary | 10110 | 101111 | 11011 | 110101 | 0 | 101011 | 1010010 | 10000100 | 100100 | 1110 |
Color Harmonies of #162F1B
Complementary color
Monochromatic Colors of #162F1B
Black with #162F1B
Text Example
Text Example
White with #162F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #162F1B; }
p { color: rgb(22,47,27); }
H1.HeaderClassName
{
color: #162F1B;
}
.AnyTagClassName
{
color: #162F1B;
}
</style>
background-color css
<style>
a { background-color: #162F1B; }
a { background-color: rgb(22,47,27); }
div.DivClassName
{
background-color: #162F1B;
}
.BgClassName
{
background-color: #162F1B;
}
</style>
border-color css
<style>
span { border-color: #162F1B; }
span { border-color: rgb(22,47,27); }
td.TdClassName
{
border-color: #162F1B;
}
.TagClassName
{
border-color: #162F1B;
}
</style>