Shades of Black Bean #1E2F1F
Tints of Black Bean #1E2F1F
RGB
CMYK
RGB Variations
Color information
#1E2F1F (or 0x1E2F1F) is known color: Black Bean. HEX triplet: 1E, 2F and 1F. RGB value is (30,47,31). Sum of RGB (Red+Green+Blue) = 30+47+31=108 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.78% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 31 (12.5% from 255 or 28.70% from 108); Max value from RGB is 47 - color contains mainly: green. Hex color #1E2F1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F1F is #E1D0E0. Grayscale: #282828. Windows color (decimal): -14799073 or 2043678. OLE color: 2043678.
HSL color Cylindrical-coordinate representation of color #1E2F1F: hue angle of 123.53º 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 #1E2F1F is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 30 | 47 | 31 | - |
| CMYK | 0.36 | 0 | 0.34 | 0.82 |
| HSL | 123.53º | 0.22% | 0.15% | - |
| HSV(B) | 123.53º | 0.36% | 0.18% | - |
| XYZ | 1.8 | 2.41 | 1.67 | - |
| YUV | 40.09 | 122.87 | 120.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 47 | 31 | 0.36 | 0 | 0.34 | 0.82 | 123.53 | 0.22 | 0.15 |
| Hex | 1E | 2F | 1F | 24 | 0 | 22 | 52 | 7C | 16 | F |
| Octal | 36 | 57 | 37 | 44 | 0 | 42 | 122 | 174 | 26 | 17 |
| Binary | 11110 | 101111 | 11111 | 100100 | 0 | 100010 | 1010010 | 1111100 | 10110 | 1111 |
Color Harmonies of #1E2F1F
Complementary color
Monochromatic Colors of #1E2F1F
Black with #1E2F1F
Text Example
Text Example
White with #1E2F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2F1F; }
p { color: rgb(30,47,31); }
H1.HeaderClassName
{
color: #1E2F1F;
}
.AnyTagClassName
{
color: #1E2F1F;
}
</style>
background-color css
<style>
a { background-color: #1E2F1F; }
a { background-color: rgb(30,47,31); }
div.DivClassName
{
background-color: #1E2F1F;
}
.BgClassName
{
background-color: #1E2F1F;
}
</style>
border-color css
<style>
span { border-color: #1E2F1F; }
span { border-color: rgb(30,47,31); }
td.TdClassName
{
border-color: #1E2F1F;
}
.TagClassName
{
border-color: #1E2F1F;
}
</style>