Shades of Black Bean #1E2821
Tints of Black Bean #1E2821
RGB
CMYK
RGB Variations
Color information
#1E2821 (or 0x1E2821) is known color: Black Bean. HEX triplet: 1E, 28 and 21. RGB value is (30,40,33). Sum of RGB (Red+Green+Blue) = 30+40+33=103 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.13% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 33 (13.28% from 255 or 32.04% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #1E2821 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2821 is #E1D7DE. Grayscale: #242424. Windows color (decimal): -14800863 or 2172958. OLE color: 2172958.
HSL color Cylindrical-coordinate representation of color #1E2821: hue angle of 138º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1E2821 is Cyan = 0.25, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 33 | - |
| CMYK | 0.25 | 0 | 0.17 | 0.84 |
| HSL | 138º | 0.14% | 0.14% | - |
| HSV(B) | 138º | 0.25% | 0.16% | - |
| XYZ | 1.57 | 1.9 | 1.72 | - |
| YUV | 36.21 | 126.19 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 33 | 0.25 | 0 | 0.17 | 0.84 | 138 | 0.14 | 0.14 |
| Hex | 1E | 28 | 21 | 19 | 0 | 11 | 54 | 8A | E | E |
| Octal | 36 | 50 | 41 | 31 | 0 | 21 | 124 | 212 | 16 | 16 |
| Binary | 11110 | 101000 | 100001 | 11001 | 0 | 10001 | 1010100 | 10001010 | 1110 | 1110 |
Color Harmonies of #1E2821
Complementary color
Monochromatic Colors of #1E2821
Black with #1E2821
Text Example
Text Example
White with #1E2821
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2821; }
p { color: rgb(30,40,33); }
H1.HeaderClassName
{
color: #1E2821;
}
.AnyTagClassName
{
color: #1E2821;
}
</style>
background-color css
<style>
a { background-color: #1E2821; }
a { background-color: rgb(30,40,33); }
div.DivClassName
{
background-color: #1E2821;
}
.BgClassName
{
background-color: #1E2821;
}
</style>
border-color css
<style>
span { border-color: #1E2821; }
span { border-color: rgb(30,40,33); }
td.TdClassName
{
border-color: #1E2821;
}
.TagClassName
{
border-color: #1E2821;
}
</style>