Shades of Black Forest #1D3411
Tints of Black Forest #1D3411
RGB
CMYK
RGB Variations
Color information
#1D3411 (or 0x1D3411) is known color: Black Forest. HEX triplet: 1D, 34 and 11. RGB value is (29,52,17). Sum of RGB (Red+Green+Blue) = 29+52+17=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 52 (20.70% from 255 or 53.06% from 98); Blue value is 17 (7.03% from 255 or 17.35% from 98); Max value from RGB is 52 - color contains mainly: green. Hex color #1D3411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3411 is #E2CBEE. Grayscale: #292929. Windows color (decimal): -14863343 or 1127453. OLE color: 1127453.
HSL color Cylindrical-coordinate representation of color #1D3411: hue angle of 99.43º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #1D3411 is Cyan = 0.44, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 29 | 52 | 17 | - |
| CMYK | 0.44 | 0 | 0.67 | 0.80 |
| HSL | 99.43º | 0.51% | 0.14% | - |
| HSV(B) | 99.43º | 0.67% | 0.2% | - |
| XYZ | 1.84 | 2.76 | 0.97 | - |
| YUV | 41.13 | 114.38 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 52 | 17 | 0.44 | 0 | 0.67 | 0.80 | 99.43 | 0.51 | 0.14 |
| Hex | 1D | 34 | 11 | 2C | 0 | 43 | 50 | 63 | 33 | E |
| Octal | 35 | 64 | 21 | 54 | 0 | 103 | 120 | 143 | 63 | 16 |
| Binary | 11101 | 110100 | 10001 | 101100 | 0 | 1000011 | 1010000 | 1100011 | 110011 | 1110 |
Color Harmonies of #1D3411
Complementary color
Monochromatic Colors of #1D3411
Black with #1D3411
Text Example
Text Example
White with #1D3411
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3411; }
p { color: rgb(29,52,17); }
H1.HeaderClassName
{
color: #1D3411;
}
.AnyTagClassName
{
color: #1D3411;
}
</style>
background-color css
<style>
a { background-color: #1D3411; }
a { background-color: rgb(29,52,17); }
div.DivClassName
{
background-color: #1D3411;
}
.BgClassName
{
background-color: #1D3411;
}
</style>
border-color css
<style>
span { border-color: #1D3411; }
span { border-color: rgb(29,52,17); }
td.TdClassName
{
border-color: #1D3411;
}
.TagClassName
{
border-color: #1D3411;
}
</style>