Shades of Black Bean #1F2C21
Tints of Black Bean #1F2C21
RGB
CMYK
RGB Variations
Color information
#1F2C21 (or 0x1F2C21) is known color: Black Bean. HEX triplet: 1F, 2C and 21. RGB value is (31,44,33). Sum of RGB (Red+Green+Blue) = 31+44+33=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 44 (17.58% from 255 or 40.74% from 108); Blue value is 33 (13.28% from 255 or 30.56% from 108); Max value from RGB is 44 - color contains mainly: green. Hex color #1F2C21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2C21 is #E0D3DE. Grayscale: #262626. Windows color (decimal): -14734303 or 2173983. OLE color: 2173983.
HSL color Cylindrical-coordinate representation of color #1F2C21: hue angle of 129.23º degrees, saturation: 0.17, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1F2C21 is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 44 | 33 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.83 |
| HSL | 129.23º | 0.17% | 0.15% | - |
| HSV(B) | 129.23º | 0.3% | 0.17% | - |
| XYZ | 1.74 | 2.2 | 1.77 | - |
| YUV | 38.86 | 124.69 | 122.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 44 | 33 | 0.30 | 0 | 0.25 | 0.83 | 129.23 | 0.17 | 0.15 |
| Hex | 1F | 2C | 21 | 1E | 0 | 19 | 53 | 81 | 11 | F |
| Octal | 37 | 54 | 41 | 36 | 0 | 31 | 123 | 201 | 21 | 17 |
| Binary | 11111 | 101100 | 100001 | 11110 | 0 | 11001 | 1010011 | 10000001 | 10001 | 1111 |
Color Harmonies of #1F2C21
Complementary color
Monochromatic Colors of #1F2C21
Black with #1F2C21
Text Example
Text Example
White with #1F2C21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2C21; }
p { color: rgb(31,44,33); }
H1.HeaderClassName
{
color: #1F2C21;
}
.AnyTagClassName
{
color: #1F2C21;
}
</style>
background-color css
<style>
a { background-color: #1F2C21; }
a { background-color: rgb(31,44,33); }
div.DivClassName
{
background-color: #1F2C21;
}
.BgClassName
{
background-color: #1F2C21;
}
</style>
border-color css
<style>
span { border-color: #1F2C21; }
span { border-color: rgb(31,44,33); }
td.TdClassName
{
border-color: #1F2C21;
}
.TagClassName
{
border-color: #1F2C21;
}
</style>