Shades of Black Forest #1E350F
Tints of Black Forest #1E350F
RGB
CMYK
RGB Variations
Color information
#1E350F (or 0x1E350F) is known color: Black Forest. HEX triplet: 1E, 35 and 0F. RGB value is (30,53,15). Sum of RGB (Red+Green+Blue) = 30+53+15=98 (12% of max value = 765). Red value is 30 (12.11% from 255 or 30.61% from 98); Green value is 53 (21.09% from 255 or 54.08% from 98); Blue value is 15 (6.25% from 255 or 15.31% from 98); Max value from RGB is 53 - color contains mainly: green. Hex color #1E350F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1E350F is #E1CAF0. Grayscale: #292929. Windows color (decimal): -14797553 or 996638. OLE color: 996638.
HSL color Cylindrical-coordinate representation of color #1E350F: hue angle of 96.32º degrees, saturation: 0.56, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1E350F is Cyan = 0.43, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 30 | 53 | 15 | - |
| CMYK | 0.43 | 0 | 0.72 | 0.79 |
| HSL | 96.32º | 0.56% | 0.13% | - |
| HSV(B) | 96.32º | 0.72% | 0.21% | - |
| XYZ | 1.89 | 2.86 | 0.9 | - |
| YUV | 41.79 | 112.88 | 119.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 30 | 53 | 15 | 0.43 | 0 | 0.72 | 0.79 | 96.32 | 0.56 | 0.13 |
| Hex | 1E | 35 | F | 2B | 0 | 48 | 4F | 60 | 38 | D |
| Octal | 36 | 65 | 17 | 53 | 0 | 110 | 117 | 140 | 70 | 15 |
| Binary | 11110 | 110101 | 1111 | 101011 | 0 | 1001000 | 1001111 | 1100000 | 111000 | 1101 |
Color Harmonies of #1E350F
Complementary color
Monochromatic Colors of #1E350F
Black with #1E350F
Text Example
Text Example
White with #1E350F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E350F; }
p { color: rgb(30,53,15); }
H1.HeaderClassName
{
color: #1E350F;
}
.AnyTagClassName
{
color: #1E350F;
}
</style>
background-color css
<style>
a { background-color: #1E350F; }
a { background-color: rgb(30,53,15); }
div.DivClassName
{
background-color: #1E350F;
}
.BgClassName
{
background-color: #1E350F;
}
</style>
border-color css
<style>
span { border-color: #1E350F; }
span { border-color: rgb(30,53,15); }
td.TdClassName
{
border-color: #1E350F;
}
.TagClassName
{
border-color: #1E350F;
}
</style>