Shades of Black Forest #1D350E
Tints of Black Forest #1D350E
RGB
CMYK
RGB Variations
Color information
#1D350E (or 0x1D350E) is known color: Black Forest. HEX triplet: 1D, 35 and 0E. RGB value is (29,53,14). Sum of RGB (Red+Green+Blue) = 29+53+14=96 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.21% from 96); Green value is 53 (21.09% from 255 or 55.21% from 96); Blue value is 14 (5.86% from 255 or 14.58% from 96); Max value from RGB is 53 - color contains mainly: green. Hex color #1D350E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D350E is #E2CAF1. Grayscale: #292929. Windows color (decimal): -14863090 or 931101. OLE color: 931101.
HSL color Cylindrical-coordinate representation of color #1D350E: hue angle of 96.92º degrees, saturation: 0.58, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D350E is Cyan = 0.45, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 29 | 53 | 14 | - |
| CMYK | 0.45 | 0 | 0.74 | 0.79 |
| HSL | 96.92º | 0.58% | 0.13% | - |
| HSV(B) | 96.92º | 0.74% | 0.21% | - |
| XYZ | 1.86 | 2.84 | 0.87 | - |
| YUV | 41.38 | 112.55 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 53 | 14 | 0.45 | 0 | 0.74 | 0.79 | 96.92 | 0.58 | 0.13 |
| Hex | 1D | 35 | E | 2D | 0 | 4A | 4F | 61 | 3A | D |
| Octal | 35 | 65 | 16 | 55 | 0 | 112 | 117 | 141 | 72 | 15 |
| Binary | 11101 | 110101 | 1110 | 101101 | 0 | 1001010 | 1001111 | 1100001 | 111010 | 1101 |
Color Harmonies of #1D350E
Complementary color
Monochromatic Colors of #1D350E
Black with #1D350E
Text Example
Text Example
White with #1D350E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D350E; }
p { color: rgb(29,53,14); }
H1.HeaderClassName
{
color: #1D350E;
}
.AnyTagClassName
{
color: #1D350E;
}
</style>
background-color css
<style>
a { background-color: #1D350E; }
a { background-color: rgb(29,53,14); }
div.DivClassName
{
background-color: #1D350E;
}
.BgClassName
{
background-color: #1D350E;
}
</style>
border-color css
<style>
span { border-color: #1D350E; }
span { border-color: rgb(29,53,14); }
td.TdClassName
{
border-color: #1D350E;
}
.TagClassName
{
border-color: #1D350E;
}
</style>