Shades of Black Bean #1E3123
Tints of Black Bean #1E3123
RGB
CMYK
RGB Variations
Color information
#1E3123 (or 0x1E3123) is known color: Black Bean. HEX triplet: 1E, 31 and 23. RGB value is (30,49,35). Sum of RGB (Red+Green+Blue) = 30+49+35=114 (15% of max value = 765). Red value is 30 (12.11% from 255 or 26.32% from 114); Green value is 49 (19.53% from 255 or 42.98% from 114); Blue value is 35 (14.06% from 255 or 30.70% from 114); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E3123 is #E1CEDC. Grayscale: #292929. Windows color (decimal): -14798557 or 2306334. OLE color: 2306334.
HSL color Cylindrical-coordinate representation of color #1E3123: hue angle of 135.79º 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 #1E3123 is Cyan = 0.39, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 35 | - |
| CMYK | 0.39 | 0 | 0.29 | 0.81 |
| HSL | 135.79º | 0.24% | 0.15% | - |
| HSV(B) | 135.79º | 0.39% | 0.19% | - |
| XYZ | 1.94 | 2.59 | 1.99 | - |
| YUV | 41.72 | 124.21 | 119.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 35 | 0.39 | 0 | 0.29 | 0.81 | 135.79 | 0.24 | 0.15 |
| Hex | 1E | 31 | 23 | 27 | 0 | 1D | 51 | 88 | 18 | F |
| Octal | 36 | 61 | 43 | 47 | 0 | 35 | 121 | 210 | 30 | 17 |
| Binary | 11110 | 110001 | 100011 | 100111 | 0 | 11101 | 1010001 | 10001000 | 11000 | 1111 |
Color Harmonies of #1E3123
Complementary color
Monochromatic Colors of #1E3123
Black with #1E3123
Text Example
Text Example
White with #1E3123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3123; }
p { color: rgb(30,49,35); }
H1.HeaderClassName
{
color: #1E3123;
}
.AnyTagClassName
{
color: #1E3123;
}
</style>
background-color css
<style>
a { background-color: #1E3123; }
a { background-color: rgb(30,49,35); }
div.DivClassName
{
background-color: #1E3123;
}
.BgClassName
{
background-color: #1E3123;
}
</style>
border-color css
<style>
span { border-color: #1E3123; }
span { border-color: rgb(30,49,35); }
td.TdClassName
{
border-color: #1E3123;
}
.TagClassName
{
border-color: #1E3123;
}
</style>