Shades of Black Forest #1E2D14
Tints of Black Forest #1E2D14
RGB
CMYK
RGB Variations
Color information
#1E2D14 (or 0x1E2D14) is known color: Black Forest. HEX triplet: 1E, 2D and 14. RGB value is (30,45,20). Sum of RGB (Red+Green+Blue) = 30+45+20=95 (12% of max value = 765). Red value is 30 (12.11% from 255 or 31.58% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 20 (8.20% from 255 or 21.05% from 95); Max value from RGB is 45 - color contains mainly: green. Hex color #1E2D14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2D14 is #E1D2EB. Grayscale: #252525. Windows color (decimal): -14799596 or 1322270. OLE color: 1322270.
HSL color Cylindrical-coordinate representation of color #1E2D14: hue angle of 96º degrees, saturation: 0.38, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #1E2D14 is Cyan = 0.33, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.82.
Color convert
RGB | 30 | 45 | 20 | - |
CMYK | 0.33 | 0 | 0.56 | 0.82 |
HSL | 96º | 0.38% | 0.13% | - |
HSV(B) | 96º | 0.56% | 0.18% | - |
XYZ | 1.6 | 2.2 | 1 | - |
YUV | 37.67 | 118.03 | 122.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 45 | 20 | 0.33 | 0 | 0.56 | 0.82 | 96 | 0.38 | 0.13 |
Hex | 1E | 2D | 14 | 21 | 0 | 38 | 52 | 60 | 26 | D |
Octal | 36 | 55 | 24 | 41 | 0 | 70 | 122 | 140 | 46 | 15 |
Binary | 11110 | 101101 | 10100 | 100001 | 0 | 111000 | 1010010 | 1100000 | 100110 | 1101 |
Color Harmonies of #1E2D14
Complementary color
Monochromatic Colors of #1E2D14
Black with #1E2D14
Text Example
Text Example
White with #1E2D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2D14; }
p { color: rgb(30,45,20); }
H1.HeaderClassName
{
color: #1E2D14;
}
.AnyTagClassName
{
color: #1E2D14;
}
</style>
background-color css
<style>
a { background-color: #1E2D14; }
a { background-color: rgb(30,45,20); }
div.DivClassName
{
background-color: #1E2D14;
}
.BgClassName
{
background-color: #1E2D14;
}
</style>
border-color css
<style>
span { border-color: #1E2D14; }
span { border-color: rgb(30,45,20); }
td.TdClassName
{
border-color: #1E2D14;
}
.TagClassName
{
border-color: #1E2D14;
}
</style>