Shades of Black Bean #1F3724
Tints of Black Bean #1F3724
RGB
CMYK
RGB Variations
Color information
#1F3724 (or 0x1F3724) is known color: Black Bean. HEX triplet: 1F, 37 and 24. RGB value is (31,55,36). Sum of RGB (Red+Green+Blue) = 31+55+36=122 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25.41% from 122); Green value is 55 (21.88% from 255 or 45.08% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 55 - color contains mainly: green. Hex color #1F3724 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3724 is #E0C8DB. Grayscale: #2D2D2D. Windows color (decimal): -14731484 or 2373407. OLE color: 2373407.
HSL color Cylindrical-coordinate representation of color #1F3724: hue angle of 132.5º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F3724 is Cyan = 0.44, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 36 | - |
| CMYK | 0.44 | 0 | 0.35 | 0.78 |
| HSL | 132.5º | 0.28% | 0.17% | - |
| HSV(B) | 132.5º | 0.44% | 0.22% | - |
| XYZ | 2.25 | 3.15 | 2.16 | - |
| YUV | 45.66 | 122.55 | 117.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 36 | 0.44 | 0 | 0.35 | 0.78 | 132.5 | 0.28 | 0.17 |
| Hex | 1F | 37 | 24 | 2C | 0 | 23 | 4E | 84 | 1C | 11 |
| Octal | 37 | 67 | 44 | 54 | 0 | 43 | 116 | 204 | 34 | 21 |
| Binary | 11111 | 110111 | 100100 | 101100 | 0 | 100011 | 1001110 | 10000100 | 11100 | 10001 |
Color Harmonies of #1F3724
Complementary color
Monochromatic Colors of #1F3724
Black with #1F3724
Text Example
Text Example
White with #1F3724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3724; }
p { color: rgb(31,55,36); }
H1.HeaderClassName
{
color: #1F3724;
}
.AnyTagClassName
{
color: #1F3724;
}
</style>
background-color css
<style>
a { background-color: #1F3724; }
a { background-color: rgb(31,55,36); }
div.DivClassName
{
background-color: #1F3724;
}
.BgClassName
{
background-color: #1F3724;
}
</style>
border-color css
<style>
span { border-color: #1F3724; }
span { border-color: rgb(31,55,36); }
td.TdClassName
{
border-color: #1F3724;
}
.TagClassName
{
border-color: #1F3724;
}
</style>