Shades of Black Bean #1E2620
Tints of Black Bean #1E2620
RGB
CMYK
RGB Variations
Color information
#1E2620 (or 0x1E2620) is known color: Black Bean. HEX triplet: 1E, 26 and 20. RGB value is (30,38,32). Sum of RGB (Red+Green+Blue) = 30+38+32=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 38 (15.23% from 255 or 38% from 100); Blue value is 32 (12.89% from 255 or 32% from 100); Max value from RGB is 38 - color contains mainly: green. Hex color #1E2620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2620 is #E1D9DF. Grayscale: #222222. Windows color (decimal): -14801376 or 2106910. OLE color: 2106910.
HSL color Cylindrical-coordinate representation of color #1E2620: hue angle of 135º degrees, saturation: 0.12, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1E2620 is Cyan = 0.21, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 30 | 38 | 32 | - |
| CMYK | 0.21 | 0 | 0.16 | 0.85 |
| HSL | 135º | 0.12% | 0.13% | - |
| HSV(B) | 135º | 0.21% | 0.15% | - |
| XYZ | 1.49 | 1.77 | 1.63 | - |
| YUV | 34.92 | 126.35 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 38 | 32 | 0.21 | 0 | 0.16 | 0.85 | 135 | 0.12 | 0.13 |
| Hex | 1E | 26 | 20 | 15 | 0 | 10 | 55 | 87 | C | D |
| Octal | 36 | 46 | 40 | 25 | 0 | 20 | 125 | 207 | 14 | 15 |
| Binary | 11110 | 100110 | 100000 | 10101 | 0 | 10000 | 1010101 | 10000111 | 1100 | 1101 |
Color Harmonies of #1E2620
Complementary color
Monochromatic Colors of #1E2620
Black with #1E2620
Text Example
Text Example
White with #1E2620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2620; }
p { color: rgb(30,38,32); }
H1.HeaderClassName
{
color: #1E2620;
}
.AnyTagClassName
{
color: #1E2620;
}
</style>
background-color css
<style>
a { background-color: #1E2620; }
a { background-color: rgb(30,38,32); }
div.DivClassName
{
background-color: #1E2620;
}
.BgClassName
{
background-color: #1E2620;
}
</style>
border-color css
<style>
span { border-color: #1E2620; }
span { border-color: rgb(30,38,32); }
td.TdClassName
{
border-color: #1E2620;
}
.TagClassName
{
border-color: #1E2620;
}
</style>