Shades of Black Bean #1E281F
Tints of Black Bean #1E281F
RGB
CMYK
RGB Variations
Color information
#1E281F (or 0x1E281F) is known color: Black Bean. HEX triplet: 1E, 28 and 1F. RGB value is (30,40,31). Sum of RGB (Red+Green+Blue) = 30+40+31=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 31 (12.5% from 255 or 30.69% from 101); Max value from RGB is 40 - color contains mainly: green. Hex color #1E281F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E281F is #E1D7E0. Grayscale: #242424. Windows color (decimal): -14800865 or 2041886. OLE color: 2041886.
HSL color Cylindrical-coordinate representation of color #1E281F: hue angle of 126º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1E281F is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 30 | 40 | 31 | - |
| CMYK | 0.25 | 0 | 0.22 | 0.84 |
| HSL | 126º | 0.14% | 0.14% | - |
| HSV(B) | 126º | 0.25% | 0.16% | - |
| XYZ | 1.54 | 1.89 | 1.58 | - |
| YUV | 35.98 | 125.19 | 123.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 40 | 31 | 0.25 | 0 | 0.22 | 0.84 | 126 | 0.14 | 0.14 |
| Hex | 1E | 28 | 1F | 19 | 0 | 16 | 54 | 7E | E | E |
| Octal | 36 | 50 | 37 | 31 | 0 | 26 | 124 | 176 | 16 | 16 |
| Binary | 11110 | 101000 | 11111 | 11001 | 0 | 10110 | 1010100 | 1111110 | 1110 | 1110 |
Color Harmonies of #1E281F
Complementary color
Monochromatic Colors of #1E281F
Black with #1E281F
Text Example
Text Example
White with #1E281F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E281F; }
p { color: rgb(30,40,31); }
H1.HeaderClassName
{
color: #1E281F;
}
.AnyTagClassName
{
color: #1E281F;
}
</style>
background-color css
<style>
a { background-color: #1E281F; }
a { background-color: rgb(30,40,31); }
div.DivClassName
{
background-color: #1E281F;
}
.BgClassName
{
background-color: #1E281F;
}
</style>
border-color css
<style>
span { border-color: #1E281F; }
span { border-color: rgb(30,40,31); }
td.TdClassName
{
border-color: #1E281F;
}
.TagClassName
{
border-color: #1E281F;
}
</style>