Shades of Black Forest #1E390C
Tints of Black Forest #1E390C
RGB
CMYK
RGB Variations
Color information
#1E390C (or 0x1E390C) is known color: Black Forest. HEX triplet: 1E, 39 and 0C. RGB value is (30,57,12). Sum of RGB (Red+Green+Blue) = 30+57+12=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 57 (22.66% from 255 or 57.58% from 99); Blue value is 12 (5.08% from 255 or 12.12% from 99); Max value from RGB is 57 - color contains mainly: green. Hex color #1E390C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E390C is #E1C6F3. Grayscale: #2B2B2B. Windows color (decimal): -14796532 or 801054. OLE color: 801054.
HSL color Cylindrical-coordinate representation of color #1E390C: hue angle of 96º degrees, saturation: 0.65, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1E390C is Cyan = 0.47, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 30 | 57 | 12 | - |
| CMYK | 0.47 | 0 | 0.79 | 0.78 |
| HSL | 96º | 0.65% | 0.14% | - |
| HSV(B) | 96º | 0.79% | 0.22% | - |
| XYZ | 2.06 | 3.23 | 0.86 | - |
| YUV | 43.8 | 110.05 | 118.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 57 | 12 | 0.47 | 0 | 0.79 | 0.78 | 96 | 0.65 | 0.14 |
| Hex | 1E | 39 | C | 2F | 0 | 4F | 4E | 60 | 41 | E |
| Octal | 36 | 71 | 14 | 57 | 0 | 117 | 116 | 140 | 101 | 16 |
| Binary | 11110 | 111001 | 1100 | 101111 | 0 | 1001111 | 1001110 | 1100000 | 1000001 | 1110 |
Color Harmonies of #1E390C
Complementary color
Monochromatic Colors of #1E390C
Black with #1E390C
Text Example
Text Example
White with #1E390C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E390C; }
p { color: rgb(30,57,12); }
H1.HeaderClassName
{
color: #1E390C;
}
.AnyTagClassName
{
color: #1E390C;
}
</style>
background-color css
<style>
a { background-color: #1E390C; }
a { background-color: rgb(30,57,12); }
div.DivClassName
{
background-color: #1E390C;
}
.BgClassName
{
background-color: #1E390C;
}
</style>
border-color css
<style>
span { border-color: #1E390C; }
span { border-color: rgb(30,57,12); }
td.TdClassName
{
border-color: #1E390C;
}
.TagClassName
{
border-color: #1E390C;
}
</style>