Shades of Black Bean #1E211F
Tints of Black Bean #1E211F
RGB
CMYK
RGB Variations
Color information
#1E211F (or 0x1E211F) is known color: Black Bean. HEX triplet: 1E, 21 and 1F. RGB value is (30,33,31). Sum of RGB (Red+Green+Blue) = 30+33+31=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 33 (13.28% from 255 or 35.11% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 33 - color contains mainly: green. Hex color #1E211F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E211F is #E1DEE0. Grayscale: #1F1F1F. Windows color (decimal): -14802657 or 2040094. OLE color: 2040094.
HSL color Cylindrical-coordinate representation of color #1E211F: hue angle of 140º degrees, saturation: 0.05, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #1E211F is Cyan = 0.09, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 30 | 33 | 31 | - |
| CMYK | 0.09 | 0 | 0.06 | 0.87 |
| HSL | 140º | 0.05% | 0.12% | - |
| HSV(B) | 140º | 0.09% | 0.13% | - |
| XYZ | 1.33 | 1.46 | 1.51 | - |
| YUV | 31.88 | 127.51 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 33 | 31 | 0.09 | 0 | 0.06 | 0.87 | 140 | 0.05 | 0.12 |
| Hex | 1E | 21 | 1F | 9 | 0 | 6 | 57 | 8C | 5 | C |
| Octal | 36 | 41 | 37 | 11 | 0 | 6 | 127 | 214 | 5 | 14 |
| Binary | 11110 | 100001 | 11111 | 1001 | 0 | 110 | 1010111 | 10001100 | 101 | 1100 |
Color Harmonies of #1E211F
Complementary color
Monochromatic Colors of #1E211F
Black with #1E211F
Text Example
Text Example
White with #1E211F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E211F; }
p { color: rgb(30,33,31); }
H1.HeaderClassName
{
color: #1E211F;
}
.AnyTagClassName
{
color: #1E211F;
}
</style>
background-color css
<style>
a { background-color: #1E211F; }
a { background-color: rgb(30,33,31); }
div.DivClassName
{
background-color: #1E211F;
}
.BgClassName
{
background-color: #1E211F;
}
</style>
border-color css
<style>
span { border-color: #1E211F; }
span { border-color: rgb(30,33,31); }
td.TdClassName
{
border-color: #1E211F;
}
.TagClassName
{
border-color: #1E211F;
}
</style>