Shades of Black Bean #1F2820
Tints of Black Bean #1F2820
RGB
CMYK
RGB Variations
Color information
#1F2820 (or 0x1F2820) is known color: Black Bean. HEX triplet: 1F, 28 and 20. RGB value is (31,40,32). Sum of RGB (Red+Green+Blue) = 31+40+32=103 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.10% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 32 (12.89% from 255 or 31.07% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2820 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2820 is #E0D7DF. Grayscale: #242424. Windows color (decimal): -14735328 or 2107423. OLE color: 2107423.
HSL color Cylindrical-coordinate representation of color #1F2820: hue angle of 126.67º degrees, saturation: 0.13, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F2820 is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 32 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.84 |
| HSL | 126.67º | 0.13% | 0.14% | - |
| HSV(B) | 126.67º | 0.23% | 0.16% | - |
| XYZ | 1.58 | 1.91 | 1.65 | - |
| YUV | 36.4 | 125.52 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 32 | 0.22 | 0 | 0.20 | 0.84 | 126.67 | 0.13 | 0.14 |
| Hex | 1F | 28 | 20 | 16 | 0 | 14 | 54 | 7F | D | E |
| Octal | 37 | 50 | 40 | 26 | 0 | 24 | 124 | 177 | 15 | 16 |
| Binary | 11111 | 101000 | 100000 | 10110 | 0 | 10100 | 1010100 | 1111111 | 1101 | 1110 |
Color Harmonies of #1F2820
Complementary color
Monochromatic Colors of #1F2820
Black with #1F2820
Text Example
Text Example
White with #1F2820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2820; }
p { color: rgb(31,40,32); }
H1.HeaderClassName
{
color: #1F2820;
}
.AnyTagClassName
{
color: #1F2820;
}
</style>
background-color css
<style>
a { background-color: #1F2820; }
a { background-color: rgb(31,40,32); }
div.DivClassName
{
background-color: #1F2820;
}
.BgClassName
{
background-color: #1F2820;
}
</style>
border-color css
<style>
span { border-color: #1F2820; }
span { border-color: rgb(31,40,32); }
td.TdClassName
{
border-color: #1F2820;
}
.TagClassName
{
border-color: #1F2820;
}
</style>