Shades of Black Bean #1F2821
Tints of Black Bean #1F2821
RGB
CMYK
RGB Variations
Color information
#1F2821 (or 0x1F2821) is known color: Black Bean. HEX triplet: 1F, 28 and 21. RGB value is (31,40,33). Sum of RGB (Red+Green+Blue) = 31+40+33=104 (13% of max value = 765). Red value is 31 (12.5% from 255 or 29.81% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 40 - color contains mainly: green. Hex color #1F2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2821 is #E0D7DE. Grayscale: #242424. Windows color (decimal): -14735327 or 2172959. OLE color: 2172959.
HSL color Cylindrical-coordinate representation of color #1F2821: hue angle of 133.33º 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 #1F2821 is Cyan = 0.22, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 31 | 40 | 33 | - |
| CMYK | 0.22 | 0 | 0.17 | 0.84 |
| HSL | 133.33º | 0.13% | 0.14% | - |
| HSV(B) | 133.33º | 0.23% | 0.16% | - |
| XYZ | 1.6 | 1.92 | 1.72 | - |
| YUV | 36.51 | 126.02 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 40 | 33 | 0.22 | 0 | 0.17 | 0.84 | 133.33 | 0.13 | 0.14 |
| Hex | 1F | 28 | 21 | 16 | 0 | 11 | 54 | 85 | D | E |
| Octal | 37 | 50 | 41 | 26 | 0 | 21 | 124 | 205 | 15 | 16 |
| Binary | 11111 | 101000 | 100001 | 10110 | 0 | 10001 | 1010100 | 10000101 | 1101 | 1110 |
Color Harmonies of #1F2821
Complementary color
Monochromatic Colors of #1F2821
Black with #1F2821
Text Example
Text Example
White with #1F2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2821; }
p { color: rgb(31,40,33); }
H1.HeaderClassName
{
color: #1F2821;
}
.AnyTagClassName
{
color: #1F2821;
}
</style>
background-color css
<style>
a { background-color: #1F2821; }
a { background-color: rgb(31,40,33); }
div.DivClassName
{
background-color: #1F2821;
}
.BgClassName
{
background-color: #1F2821;
}
</style>
border-color css
<style>
span { border-color: #1F2821; }
span { border-color: rgb(31,40,33); }
td.TdClassName
{
border-color: #1F2821;
}
.TagClassName
{
border-color: #1F2821;
}
</style>