Shades of Black Forest #1E3310
Tints of Black Forest #1E3310
RGB
CMYK
RGB Variations
Color information
#1E3310 (or 0x1E3310) is known color: Black Forest. HEX triplet: 1E, 33 and 10. RGB value is (30,51,16). Sum of RGB (Red+Green+Blue) = 30+51+16=97 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.93% from 97); Green value is 51 (20.31% from 255 or 52.58% from 97); Blue value is 16 (6.64% from 255 or 16.49% from 97); Max value from RGB is 51 - color contains mainly: green. Hex color #1E3310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3310 is #E1CCEF. Grayscale: #282828. Windows color (decimal): -14798064 or 1061662. OLE color: 1061662.
HSL color Cylindrical-coordinate representation of color #1E3310: hue angle of 96º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #1E3310 is Cyan = 0.41, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 30 | 51 | 16 | - |
| CMYK | 0.41 | 0 | 0.69 | 0.8 |
| HSL | 96º | 0.52% | 0.13% | - |
| HSV(B) | 96º | 0.69% | 0.2% | - |
| XYZ | 1.81 | 2.68 | 0.91 | - |
| YUV | 40.73 | 114.04 | 120.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 51 | 16 | 0.41 | 0 | 0.69 | 0.8 | 96 | 0.52 | 0.13 |
| Hex | 1E | 33 | 10 | 29 | 0 | 45 | 50 | 60 | 34 | D |
| Octal | 36 | 63 | 20 | 51 | 0 | 105 | 120 | 140 | 64 | 15 |
| Binary | 11110 | 110011 | 10000 | 101001 | 0 | 1000101 | 1010000 | 1100000 | 110100 | 1101 |
Color Harmonies of #1E3310
Complementary color
Monochromatic Colors of #1E3310
Black with #1E3310
Text Example
Text Example
White with #1E3310
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3310; }
p { color: rgb(30,51,16); }
H1.HeaderClassName
{
color: #1E3310;
}
.AnyTagClassName
{
color: #1E3310;
}
</style>
background-color css
<style>
a { background-color: #1E3310; }
a { background-color: rgb(30,51,16); }
div.DivClassName
{
background-color: #1E3310;
}
.BgClassName
{
background-color: #1E3310;
}
</style>
border-color css
<style>
span { border-color: #1E3310; }
span { border-color: rgb(30,51,16); }
td.TdClassName
{
border-color: #1E3310;
}
.TagClassName
{
border-color: #1E3310;
}
</style>