Shades of Black Forest #1D2918
Tints of Black Forest #1D2918
RGB
CMYK
RGB Variations
Color information
#1D2918 (or 0x1D2918) is known color: Black Forest. HEX triplet: 1D, 29 and 18. RGB value is (29,41,24). Sum of RGB (Red+Green+Blue) = 29+41+24=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 41 (16.41% from 255 or 43.62% from 94); Blue value is 24 (9.77% from 255 or 25.53% from 94); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2918 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2918 is #E2D6E7. Grayscale: #232323. Windows color (decimal): -14866152 or 1583389. OLE color: 1583389.
HSL color Cylindrical-coordinate representation of color #1D2918: hue angle of 102.35º degrees, saturation: 0.26, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2918 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 24 | - |
| CMYK | 0.29 | 0 | 0.41 | 0.84 |
| HSL | 102.35º | 0.26% | 0.13% | - |
| HSV(B) | 102.35º | 0.41% | 0.16% | - |
| XYZ | 1.46 | 1.91 | 1.16 | - |
| YUV | 35.47 | 121.52 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 24 | 0.29 | 0 | 0.41 | 0.84 | 102.35 | 0.26 | 0.13 |
| Hex | 1D | 29 | 18 | 1D | 0 | 29 | 54 | 66 | 1A | D |
| Octal | 35 | 51 | 30 | 35 | 0 | 51 | 124 | 146 | 32 | 15 |
| Binary | 11101 | 101001 | 11000 | 11101 | 0 | 101001 | 1010100 | 1100110 | 11010 | 1101 |
Color Harmonies of #1D2918
Complementary color
Monochromatic Colors of #1D2918
Black with #1D2918
Text Example
Text Example
White with #1D2918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2918; }
p { color: rgb(29,41,24); }
H1.HeaderClassName
{
color: #1D2918;
}
.AnyTagClassName
{
color: #1D2918;
}
</style>
background-color css
<style>
a { background-color: #1D2918; }
a { background-color: rgb(29,41,24); }
div.DivClassName
{
background-color: #1D2918;
}
.BgClassName
{
background-color: #1D2918;
}
</style>
border-color css
<style>
span { border-color: #1D2918; }
span { border-color: rgb(29,41,24); }
td.TdClassName
{
border-color: #1D2918;
}
.TagClassName
{
border-color: #1D2918;
}
</style>