Shades of Black Forest #1E3313
Tints of Black Forest #1E3313
RGB
CMYK
RGB Variations
Color information
#1E3313 (or 0x1E3313) is known color: Black Forest. HEX triplet: 1E, 33 and 13. RGB value is (30,51,19). Sum of RGB (Red+Green+Blue) = 30+51+19=100 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30% from 100); Green value is 51 (20.31% from 255 or 51% from 100); Blue value is 19 (7.81% from 255 or 19% from 100); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3313 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3313 is #E1CCEC. Grayscale: #292929. Windows color (decimal): -14798061 or 1258270. OLE color: 1258270.
HSL color Cylindrical-coordinate representation of color #1E3313: hue angle of 99.38º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E3313 is Cyan = 0.41, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 19 | - |
| CMYK | 0.41 | 0 | 0.63 | 0.8 |
| HSL | 99.38º | 0.46% | 0.14% | - |
| HSV(B) | 99.38º | 0.63% | 0.2% | - |
| XYZ | 1.84 | 2.69 | 1.04 | - |
| YUV | 41.07 | 115.54 | 120.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 19 | 0.41 | 0 | 0.63 | 0.8 | 99.38 | 0.46 | 0.14 |
| Hex | 1E | 33 | 13 | 29 | 0 | 3F | 50 | 63 | 2E | E |
| Octal | 36 | 63 | 23 | 51 | 0 | 77 | 120 | 143 | 56 | 16 |
| Binary | 11110 | 110011 | 10011 | 101001 | 0 | 111111 | 1010000 | 1100011 | 101110 | 1110 |
Color Harmonies of #1E3313
Complementary color
Monochromatic Colors of #1E3313
Black with #1E3313
Text Example
Text Example
White with #1E3313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3313; }
p { color: rgb(30,51,19); }
H1.HeaderClassName
{
color: #1E3313;
}
.AnyTagClassName
{
color: #1E3313;
}
</style>
background-color css
<style>
a { background-color: #1E3313; }
a { background-color: rgb(30,51,19); }
div.DivClassName
{
background-color: #1E3313;
}
.BgClassName
{
background-color: #1E3313;
}
</style>
border-color css
<style>
span { border-color: #1E3313; }
span { border-color: rgb(30,51,19); }
td.TdClassName
{
border-color: #1E3313;
}
.TagClassName
{
border-color: #1E3313;
}
</style>