Shades of Black Forest #1E2E17
Tints of Black Forest #1E2E17
RGB
CMYK
RGB Variations
Color information
#1E2E17 (or 0x1E2E17) is known color: Black Forest. HEX triplet: 1E, 2E and 17. RGB value is (30,46,23). Sum of RGB (Red+Green+Blue) = 30+46+23=99 (13% of max value = 765). Red value is 30 (12.11% from 255 or 30.30% from 99); Green value is 46 (18.36% from 255 or 46.46% from 99); Blue value is 23 (9.38% from 255 or 23.23% from 99); Max value from RGB is 46 - color contains mainly: green. Hex color #1E2E17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E2E17 is #E1D1E8. Grayscale: #262626. Windows color (decimal): -14799337 or 1519134. OLE color: 1519134.
HSL color Cylindrical-coordinate representation of color #1E2E17: hue angle of 101.74º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #1E2E17 is Cyan = 0.35, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.82.
Color convert
RGB | 30 | 46 | 23 | - |
CMYK | 0.35 | 0 | 0.50 | 0.82 |
HSL | 101.74º | 0.33% | 0.14% | - |
HSV(B) | 101.74º | 0.5% | 0.18% | - |
XYZ | 1.67 | 2.29 | 1.17 | - |
YUV | 38.59 | 119.2 | 121.87 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 46 | 23 | 0.35 | 0 | 0.50 | 0.82 | 101.74 | 0.33 | 0.14 |
Hex | 1E | 2E | 17 | 23 | 0 | 32 | 52 | 66 | 21 | E |
Octal | 36 | 56 | 27 | 43 | 0 | 62 | 122 | 146 | 41 | 16 |
Binary | 11110 | 101110 | 10111 | 100011 | 0 | 110010 | 1010010 | 1100110 | 100001 | 1110 |
Color Harmonies of #1E2E17
Complementary color
Monochromatic Colors of #1E2E17
Black with #1E2E17
Text Example
Text Example
White with #1E2E17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2E17; }
p { color: rgb(30,46,23); }
H1.HeaderClassName
{
color: #1E2E17;
}
.AnyTagClassName
{
color: #1E2E17;
}
</style>
background-color css
<style>
a { background-color: #1E2E17; }
a { background-color: rgb(30,46,23); }
div.DivClassName
{
background-color: #1E2E17;
}
.BgClassName
{
background-color: #1E2E17;
}
</style>
border-color css
<style>
span { border-color: #1E2E17; }
span { border-color: rgb(30,46,23); }
td.TdClassName
{
border-color: #1E2E17;
}
.TagClassName
{
border-color: #1E2E17;
}
</style>