Shades of Black Forest #1E3013
Tints of Black Forest #1E3013
RGB
CMYK
RGB Variations
Color information
#1E3013 (or 0x1E3013) is known color: Black Forest. HEX triplet: 1E, 30 and 13. RGB value is (30,48,19). Sum of RGB (Red+Green+Blue) = 30+48+19=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 48 (19.14% from 255 or 49.48% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 48 - color contains mainly: green. Hex color #1E3013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3013 is #E1CFEC. Grayscale: #272727. Windows color (decimal): -14798829 or 1257502. OLE color: 1257502.
HSL color Cylindrical-coordinate representation of color #1E3013: hue angle of 97.24º degrees, saturation: 0.43, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E3013 is Cyan = 0.37, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 30 | 48 | 19 | - |
| CMYK | 0.37 | 0 | 0.60 | 0.81 |
| HSL | 97.24º | 0.43% | 0.13% | - |
| HSV(B) | 97.24º | 0.6% | 0.19% | - |
| XYZ | 1.71 | 2.44 | 1 | - |
| YUV | 39.31 | 116.54 | 121.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 48 | 19 | 0.37 | 0 | 0.60 | 0.81 | 97.24 | 0.43 | 0.13 |
| Hex | 1E | 30 | 13 | 25 | 0 | 3C | 51 | 61 | 2B | D |
| Octal | 36 | 60 | 23 | 45 | 0 | 74 | 121 | 141 | 53 | 15 |
| Binary | 11110 | 110000 | 10011 | 100101 | 0 | 111100 | 1010001 | 1100001 | 101011 | 1101 |
Color Harmonies of #1E3013
Complementary color
Monochromatic Colors of #1E3013
Black with #1E3013
Text Example
Text Example
White with #1E3013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3013; }
p { color: rgb(30,48,19); }
H1.HeaderClassName
{
color: #1E3013;
}
.AnyTagClassName
{
color: #1E3013;
}
</style>
background-color css
<style>
a { background-color: #1E3013; }
a { background-color: rgb(30,48,19); }
div.DivClassName
{
background-color: #1E3013;
}
.BgClassName
{
background-color: #1E3013;
}
</style>
border-color css
<style>
span { border-color: #1E3013; }
span { border-color: rgb(30,48,19); }
td.TdClassName
{
border-color: #1E3013;
}
.TagClassName
{
border-color: #1E3013;
}
</style>