Shades of Black Forest #1E3710
Tints of Black Forest #1E3710
RGB
CMYK
RGB Variations
Color information
#1E3710 (or 0x1E3710) is known color: Black Forest. HEX triplet: 1E, 37 and 10. RGB value is (30,55,16). Sum of RGB (Red+Green+Blue) = 30+55+16=101 (13% of max value = 765). Red value is 30 (12.11% from 255 or 29.70% from 101); Green value is 55 (21.88% from 255 or 54.46% from 101); Blue value is 16 (6.64% from 255 or 15.84% from 101); Max value from RGB is 55 - color contains mainly: green. Hex color #1E3710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3710 is #E1C8EF. Grayscale: #2B2B2B. Windows color (decimal): -14797040 or 1062686. OLE color: 1062686.
HSL color Cylindrical-coordinate representation of color #1E3710: hue angle of 98.46º degrees, saturation: 0.55, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1E3710 is Cyan = 0.45, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 16 | - |
| CMYK | 0.45 | 0 | 0.71 | 0.78 |
| HSL | 98.46º | 0.55% | 0.14% | - |
| HSV(B) | 98.46º | 0.71% | 0.22% | - |
| XYZ | 2 | 3.05 | 0.97 | - |
| YUV | 43.08 | 112.72 | 118.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 16 | 0.45 | 0 | 0.71 | 0.78 | 98.46 | 0.55 | 0.14 |
| Hex | 1E | 37 | 10 | 2D | 0 | 47 | 4E | 62 | 37 | E |
| Octal | 36 | 67 | 20 | 55 | 0 | 107 | 116 | 142 | 67 | 16 |
| Binary | 11110 | 110111 | 10000 | 101101 | 0 | 1000111 | 1001110 | 1100010 | 110111 | 1110 |
Color Harmonies of #1E3710
Complementary color
Monochromatic Colors of #1E3710
Black with #1E3710
Text Example
Text Example
White with #1E3710
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3710; }
p { color: rgb(30,55,16); }
H1.HeaderClassName
{
color: #1E3710;
}
.AnyTagClassName
{
color: #1E3710;
}
</style>
background-color css
<style>
a { background-color: #1E3710; }
a { background-color: rgb(30,55,16); }
div.DivClassName
{
background-color: #1E3710;
}
.BgClassName
{
background-color: #1E3710;
}
</style>
border-color css
<style>
span { border-color: #1E3710; }
span { border-color: rgb(30,55,16); }
td.TdClassName
{
border-color: #1E3710;
}
.TagClassName
{
border-color: #1E3710;
}
</style>