Shades of Black Bean #1F221F
Tints of Black Bean #1F221F
RGB
CMYK
RGB Variations
Color information
#1F221F (or 0x1F221F) is known color: Black Bean. HEX triplet: 1F, 22 and 1F. RGB value is (31,34,31). Sum of RGB (Red+Green+Blue) = 31+34+31=96 (12% of max value = 765). Red value is 31 (12.5% from 255 or 32.29% from 96); Green value is 34 (13.67% from 255 or 35.42% from 96); Blue value is 31 (12.5% from 255 or 32.29% from 96); Max value from RGB is 34 - color contains mainly: green. Hex color #1F221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F221F is #E0DDE0. Grayscale: #202020. Windows color (decimal): -14736865 or 2040351. OLE color: 2040351.
HSL color Cylindrical-coordinate representation of color #1F221F: hue angle of 120º degrees, saturation: 0.05, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1F221F is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 31 | 34 | 31 | - |
| CMYK | 0.09 | 0 | 0.09 | 0.87 |
| HSL | 120º | 0.05% | 0.13% | - |
| HSV(B) | 120º | 0.09% | 0.13% | - |
| XYZ | 1.38 | 1.53 | 1.52 | - |
| YUV | 32.76 | 127.01 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 34 | 31 | 0.09 | 0 | 0.09 | 0.87 | 120 | 0.05 | 0.13 |
| Hex | 1F | 22 | 1F | 9 | 0 | 9 | 57 | 78 | 5 | D |
| Octal | 37 | 42 | 37 | 11 | 0 | 11 | 127 | 170 | 5 | 15 |
| Binary | 11111 | 100010 | 11111 | 1001 | 0 | 1001 | 1010111 | 1111000 | 101 | 1101 |
Color Harmonies of #1F221F
Complementary color
Monochromatic Colors of #1F221F
Black with #1F221F
Text Example
Text Example
White with #1F221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F221F; }
p { color: rgb(31,34,31); }
H1.HeaderClassName
{
color: #1F221F;
}
.AnyTagClassName
{
color: #1F221F;
}
</style>
background-color css
<style>
a { background-color: #1F221F; }
a { background-color: rgb(31,34,31); }
div.DivClassName
{
background-color: #1F221F;
}
.BgClassName
{
background-color: #1F221F;
}
</style>
border-color css
<style>
span { border-color: #1F221F; }
span { border-color: rgb(31,34,31); }
td.TdClassName
{
border-color: #1F221F;
}
.TagClassName
{
border-color: #1F221F;
}
</style>