Shades of Black Bean #1E2F22
Tints of Black Bean #1E2F22
RGB
CMYK
RGB Variations
Color information
#1E2F22 (or 0x1E2F22) is known color: Black Bean. HEX triplet: 1E, 2F and 22. RGB value is (30,47,34). Sum of RGB (Red+Green+Blue) = 30+47+34=111 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.03% from 111); Green value is 47 (18.75% from 255 or 42.34% from 111); Blue value is 34 (13.67% from 255 or 30.63% from 111); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F22 is #E1D0DD. Grayscale: #282828. Windows color (decimal): -14799070 or 2240286. OLE color: 2240286.
HSL color Cylindrical-coordinate representation of color #1E2F22: hue angle of 134.12º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1E2F22 is Cyan = 0.36, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 47 | 34 | - |
| CMYK | 0.36 | 0 | 0.28 | 0.82 |
| HSL | 134.12º | 0.22% | 0.15% | - |
| HSV(B) | 134.12º | 0.36% | 0.18% | - |
| XYZ | 1.84 | 2.42 | 1.88 | - |
| YUV | 40.44 | 124.37 | 120.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 34 | 0.36 | 0 | 0.28 | 0.82 | 134.12 | 0.22 | 0.15 |
| Hex | 1E | 2F | 22 | 24 | 0 | 1C | 52 | 86 | 16 | F |
| Octal | 36 | 57 | 42 | 44 | 0 | 34 | 122 | 206 | 26 | 17 |
| Binary | 11110 | 101111 | 100010 | 100100 | 0 | 11100 | 1010010 | 10000110 | 10110 | 1111 |
Color Harmonies of #1E2F22
Complementary color
Monochromatic Colors of #1E2F22
Black with #1E2F22
Text Example
Text Example
White with #1E2F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F22; }
p { color: rgb(30,47,34); }
H1.HeaderClassName
{
color: #1E2F22;
}
.AnyTagClassName
{
color: #1E2F22;
}
</style>
background-color css
<style>
a { background-color: #1E2F22; }
a { background-color: rgb(30,47,34); }
div.DivClassName
{
background-color: #1E2F22;
}
.BgClassName
{
background-color: #1E2F22;
}
</style>
border-color css
<style>
span { border-color: #1E2F22; }
span { border-color: rgb(30,47,34); }
td.TdClassName
{
border-color: #1E2F22;
}
.TagClassName
{
border-color: #1E2F22;
}
</style>