Shades of Black Bean #1F2720
Tints of Black Bean #1F2720
RGB
CMYK
RGB Variations
Color information
#1F2720 (or 0x1F2720) is known color: Black Bean. HEX triplet: 1F, 27 and 20. RGB value is (31,39,32). Sum of RGB (Red+Green+Blue) = 31+39+32=102 (13% of max value = 765). Red value is 31 (12.5% from 255 or 30.39% from 102); Green value is 39 (15.62% from 255 or 38.24% from 102); Blue value is 32 (12.89% from 255 or 31.37% from 102); Max value from RGB is 39 - color contains mainly: green. Hex color #1F2720 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2720 is #E0D8DF. Grayscale: #232323. Windows color (decimal): -14735584 or 2107167. OLE color: 2107167.
HSL color Cylindrical-coordinate representation of color #1F2720: hue angle of 127.5º degrees, saturation: 0.11, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1F2720 is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 31 | 39 | 32 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.85 |
| HSL | 127.5º | 0.11% | 0.14% | - |
| HSV(B) | 127.5º | 0.21% | 0.15% | - |
| XYZ | 1.55 | 1.85 | 1.64 | - |
| YUV | 35.81 | 125.85 | 124.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 39 | 32 | 0.21 | 0 | 0.18 | 0.85 | 127.5 | 0.11 | 0.14 |
| Hex | 1F | 27 | 20 | 15 | 0 | 12 | 55 | 80 | B | E |
| Octal | 37 | 47 | 40 | 25 | 0 | 22 | 125 | 200 | 13 | 16 |
| Binary | 11111 | 100111 | 100000 | 10101 | 0 | 10010 | 1010101 | 10000000 | 1011 | 1110 |
Color Harmonies of #1F2720
Complementary color
Monochromatic Colors of #1F2720
Black with #1F2720
Text Example
Text Example
White with #1F2720
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2720; }
p { color: rgb(31,39,32); }
H1.HeaderClassName
{
color: #1F2720;
}
.AnyTagClassName
{
color: #1F2720;
}
</style>
background-color css
<style>
a { background-color: #1F2720; }
a { background-color: rgb(31,39,32); }
div.DivClassName
{
background-color: #1F2720;
}
.BgClassName
{
background-color: #1F2720;
}
</style>
border-color css
<style>
span { border-color: #1F2720; }
span { border-color: rgb(31,39,32); }
td.TdClassName
{
border-color: #1F2720;
}
.TagClassName
{
border-color: #1F2720;
}
</style>