Shades of Black Forest #1D3312
Tints of Black Forest #1D3312
RGB
CMYK
RGB Variations
Color information
#1D3312 (or 0x1D3312) is known color: Black Forest. HEX triplet: 1D, 33 and 12. RGB value is (29,51,18). Sum of RGB (Red+Green+Blue) = 29+51+18=98 (12% of max value = 765). Red value is 29 (11.72% from 255 or 29.59% from 98); Green value is 51 (20.31% from 255 or 52.04% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 51 - color contains mainly: green. Hex color #1D3312 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D3312 is #E2CCED. Grayscale: #282828. Windows color (decimal): -14863598 or 1192733. OLE color: 1192733.
HSL color Cylindrical-coordinate representation of color #1D3312: hue angle of 100º degrees, saturation: 0.48, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1D3312 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 29 | 51 | 18 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.8 |
| HSL | 100º | 0.48% | 0.14% | - |
| HSV(B) | 100º | 0.65% | 0.2% | - |
| XYZ | 1.8 | 2.67 | 0.99 | - |
| YUV | 40.66 | 115.21 | 119.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 18 | 0.43 | 0 | 0.65 | 0.8 | 100 | 0.48 | 0.14 |
| Hex | 1D | 33 | 12 | 2B | 0 | 41 | 50 | 64 | 30 | E |
| Octal | 35 | 63 | 22 | 53 | 0 | 101 | 120 | 144 | 60 | 16 |
| Binary | 11101 | 110011 | 10010 | 101011 | 0 | 1000001 | 1010000 | 1100100 | 110000 | 1110 |
Color Harmonies of #1D3312
Complementary color
Monochromatic Colors of #1D3312
Black with #1D3312
Text Example
Text Example
White with #1D3312
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D3312; }
p { color: rgb(29,51,18); }
H1.HeaderClassName
{
color: #1D3312;
}
.AnyTagClassName
{
color: #1D3312;
}
</style>
background-color css
<style>
a { background-color: #1D3312; }
a { background-color: rgb(29,51,18); }
div.DivClassName
{
background-color: #1D3312;
}
.BgClassName
{
background-color: #1D3312;
}
</style>
border-color css
<style>
span { border-color: #1D3312; }
span { border-color: rgb(29,51,18); }
td.TdClassName
{
border-color: #1D3312;
}
.TagClassName
{
border-color: #1D3312;
}
</style>