Shades of Black Bean #1F3124
Tints of Black Bean #1F3124
RGB
CMYK
RGB Variations
Color information
#1F3124 (or 0x1F3124) is known color: Black Bean. HEX triplet: 1F, 31 and 24. RGB value is (31,49,36). Sum of RGB (Red+Green+Blue) = 31+49+36=116 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.72% from 116); Green value is 49 (19.53% from 255 or 42.24% from 116); Blue value is 36 (14.45% from 255 or 31.03% from 116); Max value from RGB is 49 - color contains mainly: green. Hex color #1F3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3124 is #E0CEDB. Grayscale: #2A2A2A. Windows color (decimal): -14733020 or 2371871. OLE color: 2371871.
HSL color Cylindrical-coordinate representation of color #1F3124: hue angle of 136.67º degrees, saturation: 0.22, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1F3124 is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 36 | - |
| CMYK | 0.37 | 0 | 0.27 | 0.81 |
| HSL | 136.67º | 0.23% | 0.16% | - |
| HSV(B) | 136.67º | 0.37% | 0.19% | - |
| XYZ | 1.98 | 2.62 | 2.07 | - |
| YUV | 42.14 | 124.54 | 120.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 36 | 0.37 | 0 | 0.27 | 0.81 | 136.67 | 0.23 | 0.16 |
| Hex | 1F | 31 | 24 | 25 | 0 | 1B | 51 | 89 | 16 | 10 |
| Octal | 37 | 61 | 44 | 45 | 0 | 33 | 121 | 211 | 26 | 20 |
| Binary | 11111 | 110001 | 100100 | 100101 | 0 | 11011 | 1010001 | 10001001 | 10110 | 10000 |
Color Harmonies of #1F3124
Complementary color
Monochromatic Colors of #1F3124
Black with #1F3124
Text Example
Text Example
White with #1F3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3124; }
p { color: rgb(31,49,36); }
H1.HeaderClassName
{
color: #1F3124;
}
.AnyTagClassName
{
color: #1F3124;
}
</style>
background-color css
<style>
a { background-color: #1F3124; }
a { background-color: rgb(31,49,36); }
div.DivClassName
{
background-color: #1F3124;
}
.BgClassName
{
background-color: #1F3124;
}
</style>
border-color css
<style>
span { border-color: #1F3124; }
span { border-color: rgb(31,49,36); }
td.TdClassName
{
border-color: #1F3124;
}
.TagClassName
{
border-color: #1F3124;
}
</style>