Shades of Black Forest #1E3212
Tints of Black Forest #1E3212
RGB
CMYK
RGB Variations
Color information
#1E3212 (or 0x1E3212) is known color: Black Forest. HEX triplet: 1E, 32 and 12. RGB value is (30,50,18). Sum of RGB (Red+Green+Blue) = 30+50+18=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 50 (19.92% from 255 or 51.02% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 50 - color contains mainly: green. Hex color #1E3212 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E3212 is #E1CDED. Grayscale: #282828. Windows color (decimal): -14798318 or 1192478. OLE color: 1192478.
HSL color Cylindrical-coordinate representation of color #1E3212: hue angle of 97.5º degrees, saturation: 0.47, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1E3212 is Cyan = 0.40, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 30 | 50 | 18 | - |
| CMYK | 0.40 | 0 | 0.64 | 0.80 |
| HSL | 97.5º | 0.47% | 0.13% | - |
| HSV(B) | 97.5º | 0.64% | 0.2% | - |
| XYZ | 1.79 | 2.6 | 0.98 | - |
| YUV | 40.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 50 | 18 | 0.40 | 0 | 0.64 | 0.80 | 97.5 | 0.47 | 0.13 |
| Hex | 1E | 32 | 12 | 28 | 0 | 40 | 50 | 62 | 2F | D |
| Octal | 36 | 62 | 22 | 50 | 0 | 100 | 120 | 142 | 57 | 15 |
| Binary | 11110 | 110010 | 10010 | 101000 | 0 | 1000000 | 1010000 | 1100010 | 101111 | 1101 |
Color Harmonies of #1E3212
Complementary color
Monochromatic Colors of #1E3212
Black with #1E3212
Text Example
Text Example
White with #1E3212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E3212; }
p { color: rgb(30,50,18); }
H1.HeaderClassName
{
color: #1E3212;
}
.AnyTagClassName
{
color: #1E3212;
}
</style>
background-color css
<style>
a { background-color: #1E3212; }
a { background-color: rgb(30,50,18); }
div.DivClassName
{
background-color: #1E3212;
}
.BgClassName
{
background-color: #1E3212;
}
</style>
border-color css
<style>
span { border-color: #1E3212; }
span { border-color: rgb(30,50,18); }
td.TdClassName
{
border-color: #1E3212;
}
.TagClassName
{
border-color: #1E3212;
}
</style>