Shades of Black Bean #1E221E
Tints of Black Bean #1E221E
RGB
CMYK
RGB Variations
Color information
#1E221E (or 0x1E221E) is known color: Black Bean. HEX triplet: 1E, 22 and 1E. RGB value is (30,34,30). Sum of RGB (Red+Green+Blue) = 30+34+30=94 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.91% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 30 (12.11% from 255 or 31.91% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #1E221E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E221E is #E1DDE1. Grayscale: #202020. Windows color (decimal): -14802402 or 1974814. OLE color: 1974814.
HSL color Cylindrical-coordinate representation of color #1E221E: hue angle of 120º degrees, saturation: 0.06, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #1E221E is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.
Color convert
RGB | 30 | 34 | 30 | - |
CMYK | 0.12 | 0 | 0.12 | 0.87 |
HSL | 120º | 0.06% | 0.13% | - |
HSV(B) | 120º | 0.12% | 0.13% | - |
XYZ | 1.34 | 1.51 | 1.45 | - |
YUV | 32.35 | 126.67 | 126.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 34 | 30 | 0.12 | 0 | 0.12 | 0.87 | 120 | 0.06 | 0.13 |
Hex | 1E | 22 | 1E | C | 0 | C | 57 | 78 | 6 | D |
Octal | 36 | 42 | 36 | 14 | 0 | 14 | 127 | 170 | 6 | 15 |
Binary | 11110 | 100010 | 11110 | 1100 | 0 | 1100 | 1010111 | 1111000 | 110 | 1101 |
Color Harmonies of #1E221E
Complementary color
Monochromatic Colors of #1E221E
Black with #1E221E
Text Example
Text Example
White with #1E221E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E221E; }
p { color: rgb(30,34,30); }
H1.HeaderClassName
{
color: #1E221E;
}
.AnyTagClassName
{
color: #1E221E;
}
</style>
background-color css
<style>
a { background-color: #1E221E; }
a { background-color: rgb(30,34,30); }
div.DivClassName
{
background-color: #1E221E;
}
.BgClassName
{
background-color: #1E221E;
}
</style>
border-color css
<style>
span { border-color: #1E221E; }
span { border-color: rgb(30,34,30); }
td.TdClassName
{
border-color: #1E221E;
}
.TagClassName
{
border-color: #1E221E;
}
</style>