Shades of Black Bean #1F2F21
Tints of Black Bean #1F2F21
RGB
CMYK
RGB Variations
Color information
#1F2F21 (or 0x1F2F21) is known color: Black Bean. HEX triplet: 1F, 2F and 21. RGB value is (31,47,33). Sum of RGB (Red+Green+Blue) = 31+47+33=111 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.93% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 33 (13.28% from 255 or 29.73% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F21 is #E0D0DE. Grayscale: #282828. Windows color (decimal): -14733535 or 2174751. OLE color: 2174751.
HSL color Cylindrical-coordinate representation of color #1F2F21: hue angle of 127.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F2F21 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 33 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.82 |
| HSL | 127.5º | 0.21% | 0.15% | - |
| HSV(B) | 127.5º | 0.34% | 0.18% | - |
| XYZ | 1.86 | 2.43 | 1.81 | - |
| YUV | 40.62 | 123.7 | 121.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 33 | 0.34 | 0 | 0.30 | 0.82 | 127.5 | 0.21 | 0.15 |
| Hex | 1F | 2F | 21 | 22 | 0 | 1E | 52 | 80 | 15 | F |
| Octal | 37 | 57 | 41 | 42 | 0 | 36 | 122 | 200 | 25 | 17 |
| Binary | 11111 | 101111 | 100001 | 100010 | 0 | 11110 | 1010010 | 10000000 | 10101 | 1111 |
Color Harmonies of #1F2F21
Complementary color
Monochromatic Colors of #1F2F21
Black with #1F2F21
Text Example
Text Example
White with #1F2F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F21; }
p { color: rgb(31,47,33); }
H1.HeaderClassName
{
color: #1F2F21;
}
.AnyTagClassName
{
color: #1F2F21;
}
</style>
background-color css
<style>
a { background-color: #1F2F21; }
a { background-color: rgb(31,47,33); }
div.DivClassName
{
background-color: #1F2F21;
}
.BgClassName
{
background-color: #1F2F21;
}
</style>
border-color css
<style>
span { border-color: #1F2F21; }
span { border-color: rgb(31,47,33); }
td.TdClassName
{
border-color: #1F2F21;
}
.TagClassName
{
border-color: #1F2F21;
}
</style>