Shades of Black Forest #1D3113
Tints of Black Forest #1D3113
RGB
CMYK
RGB Variations
Color information
#1D3113 (or 0x1D3113) is known color: Black Forest. HEX triplet: 1D, 31 and 13. RGB value is (29,49,19). Sum of RGB (Red+Green+Blue) = 29+49+19=97 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.90% from 97); Green value is 49 (19.53% from 255 or 50.52% from 97); Blue value is 19 (7.81% from 255 or 19.59% from 97); Max value from RGB is 49 - color contains mainly: green. Hex color #1D3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3113 is #E2CEEC. Grayscale: #272727. Windows color (decimal): -14864109 or 1257757. OLE color: 1257757.
HSL color Cylindrical-coordinate representation of color #1D3113: hue angle of 100º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1D3113 is Cyan = 0.41, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 29 | 49 | 19 | - |
| CMYK | 0.41 | 0 | 0.61 | 0.81 |
| HSL | 100º | 0.44% | 0.13% | - |
| HSV(B) | 100º | 0.61% | 0.19% | - |
| XYZ | 1.72 | 2.5 | 1.01 | - |
| YUV | 39.6 | 116.37 | 120.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 49 | 19 | 0.41 | 0 | 0.61 | 0.81 | 100 | 0.44 | 0.13 |
| Hex | 1D | 31 | 13 | 29 | 0 | 3D | 51 | 64 | 2C | D |
| Octal | 35 | 61 | 23 | 51 | 0 | 75 | 121 | 144 | 54 | 15 |
| Binary | 11101 | 110001 | 10011 | 101001 | 0 | 111101 | 1010001 | 1100100 | 101100 | 1101 |
Color Harmonies of #1D3113
Complementary color
Monochromatic Colors of #1D3113
Black with #1D3113
Text Example
Text Example
White with #1D3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3113; }
p { color: rgb(29,49,19); }
H1.HeaderClassName
{
color: #1D3113;
}
.AnyTagClassName
{
color: #1D3113;
}
</style>
background-color css
<style>
a { background-color: #1D3113; }
a { background-color: rgb(29,49,19); }
div.DivClassName
{
background-color: #1D3113;
}
.BgClassName
{
background-color: #1D3113;
}
</style>
border-color css
<style>
span { border-color: #1D3113; }
span { border-color: rgb(29,49,19); }
td.TdClassName
{
border-color: #1D3113;
}
.TagClassName
{
border-color: #1D3113;
}
</style>