Shades of Black Bean #1E2921
Tints of Black Bean #1E2921
RGB
CMYK
RGB Variations
Color information
#1E2921 (or 0x1E2921) is known color: Black Bean. HEX triplet: 1E, 29 and 21. RGB value is (30,41,33). Sum of RGB (Red+Green+Blue) = 30+41+33=104 (13% of max value = 765). Red value is 30 (12.11% from 255 or 28.85% from 104); Green value is 41 (16.41% from 255 or 39.42% from 104); Blue value is 33 (13.28% from 255 or 31.73% from 104); Max value from RGB is 41 - color contains mainly: green. Hex color #1E2921 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2921 is #E1D6DE. Grayscale: #242424. Windows color (decimal): -14800607 or 2173214. OLE color: 2173214.
HSL color Cylindrical-coordinate representation of color #1E2921: hue angle of 136.36º degrees, saturation: 0.15, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #1E2921 is Cyan = 0.27, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 41 | 33 | - |
| CMYK | 0.27 | 0 | 0.20 | 0.84 |
| HSL | 136.36º | 0.15% | 0.14% | - |
| HSV(B) | 136.36º | 0.27% | 0.16% | - |
| XYZ | 1.6 | 1.97 | 1.73 | - |
| YUV | 36.8 | 125.86 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 41 | 33 | 0.27 | 0 | 0.20 | 0.84 | 136.36 | 0.15 | 0.14 |
| Hex | 1E | 29 | 21 | 1B | 0 | 14 | 54 | 88 | F | E |
| Octal | 36 | 51 | 41 | 33 | 0 | 24 | 124 | 210 | 17 | 16 |
| Binary | 11110 | 101001 | 100001 | 11011 | 0 | 10100 | 1010100 | 10001000 | 1111 | 1110 |
Color Harmonies of #1E2921
Complementary color
Monochromatic Colors of #1E2921
Black with #1E2921
Text Example
Text Example
White with #1E2921
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2921; }
p { color: rgb(30,41,33); }
H1.HeaderClassName
{
color: #1E2921;
}
.AnyTagClassName
{
color: #1E2921;
}
</style>
background-color css
<style>
a { background-color: #1E2921; }
a { background-color: rgb(30,41,33); }
div.DivClassName
{
background-color: #1E2921;
}
.BgClassName
{
background-color: #1E2921;
}
</style>
border-color css
<style>
span { border-color: #1E2921; }
span { border-color: rgb(30,41,33); }
td.TdClassName
{
border-color: #1E2921;
}
.TagClassName
{
border-color: #1E2921;
}
</style>