Shades of Black Forest #1E3113
Tints of Black Forest #1E3113
RGB
CMYK
RGB Variations
Color information
#1E3113 (or 0x1E3113) is known color: Black Forest. HEX triplet: 1E, 31 and 13. RGB value is (30,49,19). Sum of RGB (Red+Green+Blue) = 30+49+19=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 49 (19.53% from 255 or 50% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 49 - color contains mainly: green. Hex color #1E3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3113 is #E1CEEC. Grayscale: #282828. Windows color (decimal): -14798573 or 1257758. OLE color: 1257758.
HSL color Cylindrical-coordinate representation of color #1E3113: hue angle of 98º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E3113 is Cyan = 0.39, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 49 | 19 | - |
| CMYK | 0.39 | 0 | 0.61 | 0.81 |
| HSL | 98º | 0.44% | 0.13% | - |
| HSV(B) | 98º | 0.61% | 0.19% | - |
| XYZ | 1.75 | 2.52 | 1.01 | - |
| YUV | 39.9 | 116.21 | 120.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 49 | 19 | 0.39 | 0 | 0.61 | 0.81 | 98 | 0.44 | 0.13 |
| Hex | 1E | 31 | 13 | 27 | 0 | 3D | 51 | 62 | 2C | D |
| Octal | 36 | 61 | 23 | 47 | 0 | 75 | 121 | 142 | 54 | 15 |
| Binary | 11110 | 110001 | 10011 | 100111 | 0 | 111101 | 1010001 | 1100010 | 101100 | 1101 |
Color Harmonies of #1E3113
Complementary color
Monochromatic Colors of #1E3113
Black with #1E3113
Text Example
Text Example
White with #1E3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3113; }
p { color: rgb(30,49,19); }
H1.HeaderClassName
{
color: #1E3113;
}
.AnyTagClassName
{
color: #1E3113;
}
</style>
background-color css
<style>
a { background-color: #1E3113; }
a { background-color: rgb(30,49,19); }
div.DivClassName
{
background-color: #1E3113;
}
.BgClassName
{
background-color: #1E3113;
}
</style>
border-color css
<style>
span { border-color: #1E3113; }
span { border-color: rgb(30,49,19); }
td.TdClassName
{
border-color: #1E3113;
}
.TagClassName
{
border-color: #1E3113;
}
</style>