Shades of Black Bean #1E231E
Tints of Black Bean #1E231E
RGB
CMYK
RGB Variations
Color information
#1E231E (or 0x1E231E) is known color: Black Bean. HEX triplet: 1E, 23 and 1E. RGB value is (30,35,30). Sum of RGB (Red+Green+Blue) = 30+35+30=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 30 (12.11% from 255 or 31.58% from 95); Max value from RGB is 35 - color contains mainly: green. Hex color #1E231E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E231E is #E1DCE1. Grayscale: #202020. Windows color (decimal): -14802146 or 1975070. OLE color: 1975070.
HSL color Cylindrical-coordinate representation of color #1E231E: hue angle of 120º degrees, saturation: 0.08, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #1E231E is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 30 | 35 | 30 | - |
| CMYK | 0.14 | 0 | 0.14 | 0.86 |
| HSL | 120º | 0.08% | 0.13% | - |
| HSV(B) | 120º | 0.14% | 0.14% | - |
| XYZ | 1.37 | 1.57 | 1.46 | - |
| YUV | 32.94 | 126.34 | 125.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 35 | 30 | 0.14 | 0 | 0.14 | 0.86 | 120 | 0.08 | 0.13 |
| Hex | 1E | 23 | 1E | E | 0 | E | 56 | 78 | 8 | D |
| Octal | 36 | 43 | 36 | 16 | 0 | 16 | 126 | 170 | 10 | 15 |
| Binary | 11110 | 100011 | 11110 | 1110 | 0 | 1110 | 1010110 | 1111000 | 1000 | 1101 |
Color Harmonies of #1E231E
Complementary color
Monochromatic Colors of #1E231E
Black with #1E231E
Text Example
Text Example
White with #1E231E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E231E; }
p { color: rgb(30,35,30); }
H1.HeaderClassName
{
color: #1E231E;
}
.AnyTagClassName
{
color: #1E231E;
}
</style>
background-color css
<style>
a { background-color: #1E231E; }
a { background-color: rgb(30,35,30); }
div.DivClassName
{
background-color: #1E231E;
}
.BgClassName
{
background-color: #1E231E;
}
</style>
border-color css
<style>
span { border-color: #1E231E; }
span { border-color: rgb(30,35,30); }
td.TdClassName
{
border-color: #1E231E;
}
.TagClassName
{
border-color: #1E231E;
}
</style>