Shades of Black Bean #1F2920
Tints of Black Bean #1F2920
RGB
CMYK
RGB Variations
Color information
#1F2920 (or 0x1F2920) is known color: Black Bean. HEX triplet: 1F, 29 and 20. RGB value is (31,41,32). Sum of RGB (Red+Green+Blue) = 31+41+32=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 32 (12.89% from 255 or 30.77% from 104); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2920 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2920 is #E0D6DF. Grayscale: #252525. Windows color (decimal): -14735072 or 2107679. OLE color: 2107679.
HSL color Cylindrical-coordinate representation of color #1F2920: hue angle of 126º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1F2920 is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 32 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.84 |
| HSL | 126º | 0.14% | 0.14% | - |
| HSV(B) | 126º | 0.24% | 0.16% | - |
| XYZ | 1.62 | 1.98 | 1.66 | - |
| YUV | 36.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 32 | 0.24 | 0 | 0.22 | 0.84 | 126 | 0.14 | 0.14 |
| Hex | 1F | 29 | 20 | 18 | 0 | 16 | 54 | 7E | E | E |
| Octal | 37 | 51 | 40 | 30 | 0 | 26 | 124 | 176 | 16 | 16 |
| Binary | 11111 | 101001 | 100000 | 11000 | 0 | 10110 | 1010100 | 1111110 | 1110 | 1110 |
Color Harmonies of #1F2920
Complementary color
Monochromatic Colors of #1F2920
Black with #1F2920
Text Example
Text Example
White with #1F2920
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2920; }
p { color: rgb(31,41,32); }
H1.HeaderClassName
{
color: #1F2920;
}
.AnyTagClassName
{
color: #1F2920;
}
</style>
background-color css
<style>
a { background-color: #1F2920; }
a { background-color: rgb(31,41,32); }
div.DivClassName
{
background-color: #1F2920;
}
.BgClassName
{
background-color: #1F2920;
}
</style>
border-color css
<style>
span { border-color: #1F2920; }
span { border-color: rgb(31,41,32); }
td.TdClassName
{
border-color: #1F2920;
}
.TagClassName
{
border-color: #1F2920;
}
</style>