Shades of Black Forest #1E370D
Tints of Black Forest #1E370D
RGB
CMYK
RGB Variations
Color information
#1E370D (or 0x1E370D) is known color: Black Forest. HEX triplet: 1E, 37 and 0D. RGB value is (30,55,13). Sum of RGB (Red+Green+Blue) = 30+55+13=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 55 (21.88% from 255 or 56.12% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 55 - color contains mainly: green. Hex color #1E370D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E370D is #E1C8F2. Grayscale: #2A2A2A. Windows color (decimal): -14797043 or 866078. OLE color: 866078.
HSL color Cylindrical-coordinate representation of color #1E370D: hue angle of 95.71º degrees, saturation: 0.62, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1E370D is Cyan = 0.45, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 55 | 13 | - |
| CMYK | 0.45 | 0 | 0.76 | 0.78 |
| HSL | 95.71º | 0.62% | 0.13% | - |
| HSV(B) | 95.71º | 0.76% | 0.22% | - |
| XYZ | 1.97 | 3.04 | 0.86 | - |
| YUV | 42.74 | 111.22 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 55 | 13 | 0.45 | 0 | 0.76 | 0.78 | 95.71 | 0.62 | 0.13 |
| Hex | 1E | 37 | D | 2D | 0 | 4C | 4E | 60 | 3E | D |
| Octal | 36 | 67 | 15 | 55 | 0 | 114 | 116 | 140 | 76 | 15 |
| Binary | 11110 | 110111 | 1101 | 101101 | 0 | 1001100 | 1001110 | 1100000 | 111110 | 1101 |
Color Harmonies of #1E370D
Complementary color
Monochromatic Colors of #1E370D
Black with #1E370D
Text Example
Text Example
White with #1E370D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E370D; }
p { color: rgb(30,55,13); }
H1.HeaderClassName
{
color: #1E370D;
}
.AnyTagClassName
{
color: #1E370D;
}
</style>
background-color css
<style>
a { background-color: #1E370D; }
a { background-color: rgb(30,55,13); }
div.DivClassName
{
background-color: #1E370D;
}
.BgClassName
{
background-color: #1E370D;
}
</style>
border-color css
<style>
span { border-color: #1E370D; }
span { border-color: rgb(30,55,13); }
td.TdClassName
{
border-color: #1E370D;
}
.TagClassName
{
border-color: #1E370D;
}
</style>