Shades of Black Bean #1E221F
Tints of Black Bean #1E221F
RGB
CMYK
RGB Variations
Color information
#1E221F (or 0x1E221F) is known color: Black Bean. HEX triplet: 1E, 22 and 1F. RGB value is (30,34,31). Sum of RGB (Red+Green+Blue) = 30+34+31=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 34 (13.67% from 255 or 35.79% from 95); Blue value is 31 (12.5% from 255 or 32.63% from 95); Max value from RGB is 34 - color contains mainly: green. Hex color #1E221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E221F is #E1DDE0. Grayscale: #202020. Windows color (decimal): -14802401 or 2040350. OLE color: 2040350.
HSL color Cylindrical-coordinate representation of color #1E221F: hue angle of 135º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E221F is Cyan = 0.12, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 34 | 31 | - |
| CMYK | 0.12 | 0 | 0.09 | 0.87 |
| HSL | 135º | 0.06% | 0.13% | - |
| HSV(B) | 135º | 0.12% | 0.13% | - |
| XYZ | 1.35 | 1.52 | 1.52 | - |
| YUV | 32.46 | 127.17 | 126.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 34 | 31 | 0.12 | 0 | 0.09 | 0.87 | 135 | 0.06 | 0.13 |
| Hex | 1E | 22 | 1F | C | 0 | 9 | 57 | 87 | 6 | D |
| Octal | 36 | 42 | 37 | 14 | 0 | 11 | 127 | 207 | 6 | 15 |
| Binary | 11110 | 100010 | 11111 | 1100 | 0 | 1001 | 1010111 | 10000111 | 110 | 1101 |
Color Harmonies of #1E221F
Complementary color
Monochromatic Colors of #1E221F
Black with #1E221F
Text Example
Text Example
White with #1E221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E221F; }
p { color: rgb(30,34,31); }
H1.HeaderClassName
{
color: #1E221F;
}
.AnyTagClassName
{
color: #1E221F;
}
</style>
background-color css
<style>
a { background-color: #1E221F; }
a { background-color: rgb(30,34,31); }
div.DivClassName
{
background-color: #1E221F;
}
.BgClassName
{
background-color: #1E221F;
}
</style>
border-color css
<style>
span { border-color: #1E221F; }
span { border-color: rgb(30,34,31); }
td.TdClassName
{
border-color: #1E221F;
}
.TagClassName
{
border-color: #1E221F;
}
</style>