Shades of Black Bean #1E3124
Tints of Black Bean #1E3124
RGB
CMYK
RGB Variations
Color information
#1E3124 (or 0x1E3124) is known color: Black Bean. HEX triplet: 1E, 31 and 24. RGB value is (30,49,36). Sum of RGB (Red+Green+Blue) = 30+49+36=115 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.09% from 115); Green value is 49 (19.53% from 255 or 42.61% from 115); Blue value is 36 (14.45% from 255 or 31.30% from 115); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3124 is #E1CEDB. Grayscale: #292929. Windows color (decimal): -14798556 or 2371870. OLE color: 2371870.
HSL color Cylindrical-coordinate representation of color #1E3124: hue angle of 138.95º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1E3124 is Cyan = 0.39, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 36 | - |
| CMYK | 0.39 | 0 | 0.27 | 0.81 |
| HSL | 138.95º | 0.24% | 0.15% | - |
| HSV(B) | 138.95º | 0.39% | 0.19% | - |
| XYZ | 1.95 | 2.6 | 2.07 | - |
| YUV | 41.84 | 124.71 | 119.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 36 | 0.39 | 0 | 0.27 | 0.81 | 138.95 | 0.24 | 0.15 |
| Hex | 1E | 31 | 24 | 27 | 0 | 1B | 51 | 8B | 18 | F |
| Octal | 36 | 61 | 44 | 47 | 0 | 33 | 121 | 213 | 30 | 17 |
| Binary | 11110 | 110001 | 100100 | 100111 | 0 | 11011 | 1010001 | 10001011 | 11000 | 1111 |
Color Harmonies of #1E3124
Complementary color
Monochromatic Colors of #1E3124
Black with #1E3124
Text Example
Text Example
White with #1E3124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3124; }
p { color: rgb(30,49,36); }
H1.HeaderClassName
{
color: #1E3124;
}
.AnyTagClassName
{
color: #1E3124;
}
</style>
background-color css
<style>
a { background-color: #1E3124; }
a { background-color: rgb(30,49,36); }
div.DivClassName
{
background-color: #1E3124;
}
.BgClassName
{
background-color: #1E3124;
}
</style>
border-color css
<style>
span { border-color: #1E3124; }
span { border-color: rgb(30,49,36); }
td.TdClassName
{
border-color: #1E3124;
}
.TagClassName
{
border-color: #1E3124;
}
</style>