Shades of Black Bean #1F2922
Tints of Black Bean #1F2922
RGB
CMYK
RGB Variations
Color information
#1F2922 (or 0x1F2922) is known color: Black Bean. HEX triplet: 1F, 29 and 22. RGB value is (31,41,34). Sum of RGB (Red+Green+Blue) = 31+41+34=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 41 (16.41% from 255 or 38.68% from 106); Blue value is 34 (13.67% from 255 or 32.08% from 106); Max value from RGB is 41 - color contains mainly: green. Hex color #1F2922 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2922 is #E0D6DD. Grayscale: #252525. Windows color (decimal): -14735070 or 2238751. OLE color: 2238751.
HSL color Cylindrical-coordinate representation of color #1F2922: hue angle of 138º 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 #1F2922 is Cyan = 0.24, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 41 | 34 | - |
| CMYK | 0.24 | 0 | 0.17 | 0.84 |
| HSL | 138º | 0.14% | 0.14% | - |
| HSV(B) | 138º | 0.24% | 0.16% | - |
| XYZ | 1.65 | 1.99 | 1.81 | - |
| YUV | 37.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 41 | 34 | 0.24 | 0 | 0.17 | 0.84 | 138 | 0.14 | 0.14 |
| Hex | 1F | 29 | 22 | 18 | 0 | 11 | 54 | 8A | E | E |
| Octal | 37 | 51 | 42 | 30 | 0 | 21 | 124 | 212 | 16 | 16 |
| Binary | 11111 | 101001 | 100010 | 11000 | 0 | 10001 | 1010100 | 10001010 | 1110 | 1110 |
Color Harmonies of #1F2922
Complementary color
Monochromatic Colors of #1F2922
Black with #1F2922
Text Example
Text Example
White with #1F2922
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2922; }
p { color: rgb(31,41,34); }
H1.HeaderClassName
{
color: #1F2922;
}
.AnyTagClassName
{
color: #1F2922;
}
</style>
background-color css
<style>
a { background-color: #1F2922; }
a { background-color: rgb(31,41,34); }
div.DivClassName
{
background-color: #1F2922;
}
.BgClassName
{
background-color: #1F2922;
}
</style>
border-color css
<style>
span { border-color: #1F2922; }
span { border-color: rgb(31,41,34); }
td.TdClassName
{
border-color: #1F2922;
}
.TagClassName
{
border-color: #1F2922;
}
</style>