Shades of Black Bean #161E19
Tints of Black Bean #161E19
RGB
CMYK
RGB Variations
Color information
#161E19 (or 0x161E19) is known color: Black Bean. HEX triplet: 16, 1E and 19. RGB value is (22,30,25). Sum of RGB (Red+Green+Blue) = 22+30+25=77 (10% of max value = 765). Red value is 22 (8.98% from 255 or 28.57% from 77); Green value is 30 (12.11% from 255 or 38.96% from 77); Blue value is 25 (10.16% from 255 or 32.47% from 77); Max value from RGB is 30 - color contains mainly: green. Hex color #161E19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #161E19 is #E9E1E6. Grayscale: #1B1B1B. Windows color (decimal): -15327719 or 1646102. OLE color: 1646102.
HSL color Cylindrical-coordinate representation of color #161E19: hue angle of 142.5º degrees, saturation: 0.15, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #161E19 is Cyan = 0.27, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 22 | 30 | 25 | - |
| CMYK | 0.27 | 0 | 0.17 | 0.88 |
| HSL | 142.5º | 0.15% | 0.1% | - |
| HSV(B) | 142.5º | 0.27% | 0.12% | - |
| XYZ | 0.97 | 1.17 | 1.09 | - |
| YUV | 27.04 | 126.85 | 124.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 30 | 25 | 0.27 | 0 | 0.17 | 0.88 | 142.5 | 0.15 | 0.1 |
| Hex | 16 | 1E | 19 | 1B | 0 | 11 | 58 | 8E | F | A |
| Octal | 26 | 36 | 31 | 33 | 0 | 21 | 130 | 216 | 17 | 12 |
| Binary | 10110 | 11110 | 11001 | 11011 | 0 | 10001 | 1011000 | 10001110 | 1111 | 1010 |
Color Harmonies of #161E19
Complementary color
Monochromatic Colors of #161E19
Black with #161E19
Text Example
Text Example
White with #161E19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #161E19; }
p { color: rgb(22,30,25); }
H1.HeaderClassName
{
color: #161E19;
}
.AnyTagClassName
{
color: #161E19;
}
</style>
background-color css
<style>
a { background-color: #161E19; }
a { background-color: rgb(22,30,25); }
div.DivClassName
{
background-color: #161E19;
}
.BgClassName
{
background-color: #161E19;
}
</style>
border-color css
<style>
span { border-color: #161E19; }
span { border-color: rgb(22,30,25); }
td.TdClassName
{
border-color: #161E19;
}
.TagClassName
{
border-color: #161E19;
}
</style>