Shades of Black Bean #1E3924
Tints of Black Bean #1E3924
RGB
CMYK
RGB Variations
Color information
#1E3924 (or 0x1E3924) is known color: Black Bean. HEX triplet: 1E, 39 and 24. RGB value is (30,57,36). Sum of RGB (Red+Green+Blue) = 30+57+36=123 (16% of max value = 765). Red value is 30 (12.11% from 255 or 24.39% from 123); Green value is 57 (22.66% from 255 or 46.34% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 57 - color contains mainly: green. Hex color #1E3924 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3924 is #E1C6DB. Grayscale: #2E2E2E. Windows color (decimal): -14796508 or 2373918. OLE color: 2373918.
HSL color Cylindrical-coordinate representation of color #1E3924: hue angle of 133.33º degrees, saturation: 0.31, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1E3924 is Cyan = 0.47, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 36 | - |
| CMYK | 0.47 | 0 | 0.37 | 0.78 |
| HSL | 133.33º | 0.31% | 0.17% | - |
| HSV(B) | 133.33º | 0.47% | 0.22% | - |
| XYZ | 2.32 | 3.33 | 2.19 | - |
| YUV | 46.53 | 122.05 | 116.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 36 | 0.47 | 0 | 0.37 | 0.78 | 133.33 | 0.31 | 0.17 |
| Hex | 1E | 39 | 24 | 2F | 0 | 25 | 4E | 85 | 1F | 11 |
| Octal | 36 | 71 | 44 | 57 | 0 | 45 | 116 | 205 | 37 | 21 |
| Binary | 11110 | 111001 | 100100 | 101111 | 0 | 100101 | 1001110 | 10000101 | 11111 | 10001 |
Color Harmonies of #1E3924
Complementary color
Monochromatic Colors of #1E3924
Black with #1E3924
Text Example
Text Example
White with #1E3924
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3924; }
p { color: rgb(30,57,36); }
H1.HeaderClassName
{
color: #1E3924;
}
.AnyTagClassName
{
color: #1E3924;
}
</style>
background-color css
<style>
a { background-color: #1E3924; }
a { background-color: rgb(30,57,36); }
div.DivClassName
{
background-color: #1E3924;
}
.BgClassName
{
background-color: #1E3924;
}
</style>
border-color css
<style>
span { border-color: #1E3924; }
span { border-color: rgb(30,57,36); }
td.TdClassName
{
border-color: #1E3924;
}
.TagClassName
{
border-color: #1E3924;
}
</style>