Shades of Black Forest #1E3214
Tints of Black Forest #1E3214
RGB
CMYK
RGB Variations
Color information
#1E3214 (or 0x1E3214) is known color: Black Forest. HEX triplet: 1E, 32 and 14. RGB value is (30,50,20). Sum of RGB (Red+Green+Blue) = 30+50+20=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 50 (19.92% from 255 or 50% from 100); Blue value is 20 (8.20% from 255 or 20% from 100); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3214 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3214 is #E1CDEB. Grayscale: #282828. Windows color (decimal): -14798316 or 1323550. OLE color: 1323550.
HSL color Cylindrical-coordinate representation of color #1E3214: hue angle of 100º degrees, saturation: 0.43, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E3214 is Cyan = 0.40, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 20 | - |
| CMYK | 0.40 | 0 | 0.60 | 0.80 |
| HSL | 100º | 0.43% | 0.14% | - |
| HSV(B) | 100º | 0.6% | 0.2% | - |
| XYZ | 1.8 | 2.61 | 1.07 | - |
| YUV | 40.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 20 | 0.40 | 0 | 0.60 | 0.80 | 100 | 0.43 | 0.14 |
| Hex | 1E | 32 | 14 | 28 | 0 | 3C | 50 | 64 | 2B | E |
| Octal | 36 | 62 | 24 | 50 | 0 | 74 | 120 | 144 | 53 | 16 |
| Binary | 11110 | 110010 | 10100 | 101000 | 0 | 111100 | 1010000 | 1100100 | 101011 | 1110 |
Color Harmonies of #1E3214
Complementary color
Monochromatic Colors of #1E3214
Black with #1E3214
Text Example
Text Example
White with #1E3214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3214; }
p { color: rgb(30,50,20); }
H1.HeaderClassName
{
color: #1E3214;
}
.AnyTagClassName
{
color: #1E3214;
}
</style>
background-color css
<style>
a { background-color: #1E3214; }
a { background-color: rgb(30,50,20); }
div.DivClassName
{
background-color: #1E3214;
}
.BgClassName
{
background-color: #1E3214;
}
</style>
border-color css
<style>
span { border-color: #1E3214; }
span { border-color: rgb(30,50,20); }
td.TdClassName
{
border-color: #1E3214;
}
.TagClassName
{
border-color: #1E3214;
}
</style>