Shades of Black Forest #1D3111
Tints of Black Forest #1D3111
RGB
CMYK
RGB Variations
Color information
#1D3111 (or 0x1D3111) is known color: Black Forest. HEX triplet: 1D, 31 and 11. RGB value is (29,49,17). Sum of RGB (Red+Green+Blue) = 29+49+17=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 49 (19.53% from 255 or 51.58% from 95); Blue value is 17 (7.03% from 255 or 17.89% from 95); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3111 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3111 is #E2CEEE. Grayscale: #272727. Windows color (decimal): -14864111 or 1126685. OLE color: 1126685.
HSL color Cylindrical-coordinate representation of color #1D3111: hue angle of 97.5º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3111 is Cyan = 0.41, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 17 | - |
| CMYK | 0.41 | 0 | 0.65 | 0.81 |
| HSL | 97.5º | 0.48% | 0.13% | - |
| HSV(B) | 97.5º | 0.65% | 0.19% | - |
| XYZ | 1.71 | 2.5 | 0.92 | - |
| YUV | 39.37 | 115.37 | 120.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 17 | 0.41 | 0 | 0.65 | 0.81 | 97.5 | 0.48 | 0.13 |
| Hex | 1D | 31 | 11 | 29 | 0 | 41 | 51 | 62 | 30 | D |
| Octal | 35 | 61 | 21 | 51 | 0 | 101 | 121 | 142 | 60 | 15 |
| Binary | 11101 | 110001 | 10001 | 101001 | 0 | 1000001 | 1010001 | 1100010 | 110000 | 1101 |
Color Harmonies of #1D3111
Complementary color
Monochromatic Colors of #1D3111
Black with #1D3111
Text Example
Text Example
White with #1D3111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3111; }
p { color: rgb(29,49,17); }
H1.HeaderClassName
{
color: #1D3111;
}
.AnyTagClassName
{
color: #1D3111;
}
</style>
background-color css
<style>
a { background-color: #1D3111; }
a { background-color: rgb(29,49,17); }
div.DivClassName
{
background-color: #1D3111;
}
.BgClassName
{
background-color: #1D3111;
}
</style>
border-color css
<style>
span { border-color: #1D3111; }
span { border-color: rgb(29,49,17); }
td.TdClassName
{
border-color: #1D3111;
}
.TagClassName
{
border-color: #1D3111;
}
</style>