Shades of Black Bean #1F3221
Tints of Black Bean #1F3221
RGB
CMYK
RGB Variations
Color information
#1F3221 (or 0x1F3221) is known color: Black Bean. HEX triplet: 1F, 32 and 21. RGB value is (31,50,33). Sum of RGB (Red+Green+Blue) = 31+50+33=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 33 (13.28% from 255 or 28.95% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #1F3221 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F3221 is #E0CDDE. Grayscale: #2A2A2A. Windows color (decimal): -14732767 or 2175519. OLE color: 2175519.
HSL color Cylindrical-coordinate representation of color #1F3221: hue angle of 126.32º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #1F3221 is Cyan = 0.38, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 50 | 33 | - |
| CMYK | 0.38 | 0 | 0.34 | 0.80 |
| HSL | 126.32º | 0.23% | 0.16% | - |
| HSV(B) | 126.32º | 0.38% | 0.2% | - |
| XYZ | 1.98 | 2.68 | 1.85 | - |
| YUV | 42.38 | 122.71 | 119.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 50 | 33 | 0.38 | 0 | 0.34 | 0.80 | 126.32 | 0.23 | 0.16 |
| Hex | 1F | 32 | 21 | 26 | 0 | 22 | 50 | 7E | 17 | 10 |
| Octal | 37 | 62 | 41 | 46 | 0 | 42 | 120 | 176 | 27 | 20 |
| Binary | 11111 | 110010 | 100001 | 100110 | 0 | 100010 | 1010000 | 1111110 | 10111 | 10000 |
Color Harmonies of #1F3221
Complementary color
Monochromatic Colors of #1F3221
Black with #1F3221
Text Example
Text Example
White with #1F3221
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3221; }
p { color: rgb(31,50,33); }
H1.HeaderClassName
{
color: #1F3221;
}
.AnyTagClassName
{
color: #1F3221;
}
</style>
background-color css
<style>
a { background-color: #1F3221; }
a { background-color: rgb(31,50,33); }
div.DivClassName
{
background-color: #1F3221;
}
.BgClassName
{
background-color: #1F3221;
}
</style>
border-color css
<style>
span { border-color: #1F3221; }
span { border-color: rgb(31,50,33); }
td.TdClassName
{
border-color: #1F3221;
}
.TagClassName
{
border-color: #1F3221;
}
</style>