Shades of Black Forest #1D2919
Tints of Black Forest #1D2919
RGB
CMYK
RGB Variations
Color information
#1D2919 (or 0x1D2919) is known color: Black Forest. HEX triplet: 1D, 29 and 19. RGB value is (29,41,25). Sum of RGB (Red+Green+Blue) = 29+41+25=95 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.53% from 95); Green value is 41 (16.41% from 255 or 43.16% from 95); Blue value is 25 (10.16% from 255 or 26.32% from 95); Max value from RGB is 41 - color contains mainly: green. Hex color #1D2919 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2919 is #E2D6E6. Grayscale: #232323. Windows color (decimal): -14866151 or 1648925. OLE color: 1648925.
HSL color Cylindrical-coordinate representation of color #1D2919: hue angle of 105º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1D2919 is Cyan = 0.29, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 29 | 41 | 25 | - |
| CMYK | 0.29 | 0 | 0.39 | 0.84 |
| HSL | 105º | 0.24% | 0.13% | - |
| HSV(B) | 105º | 0.39% | 0.16% | - |
| XYZ | 1.48 | 1.92 | 1.21 | - |
| YUV | 35.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 41 | 25 | 0.29 | 0 | 0.39 | 0.84 | 105 | 0.24 | 0.13 |
| Hex | 1D | 29 | 19 | 1D | 0 | 27 | 54 | 69 | 18 | D |
| Octal | 35 | 51 | 31 | 35 | 0 | 47 | 124 | 151 | 30 | 15 |
| Binary | 11101 | 101001 | 11001 | 11101 | 0 | 100111 | 1010100 | 1101001 | 11000 | 1101 |
Color Harmonies of #1D2919
Complementary color
Monochromatic Colors of #1D2919
Black with #1D2919
Text Example
Text Example
White with #1D2919
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2919; }
p { color: rgb(29,41,25); }
H1.HeaderClassName
{
color: #1D2919;
}
.AnyTagClassName
{
color: #1D2919;
}
</style>
background-color css
<style>
a { background-color: #1D2919; }
a { background-color: rgb(29,41,25); }
div.DivClassName
{
background-color: #1D2919;
}
.BgClassName
{
background-color: #1D2919;
}
</style>
border-color css
<style>
span { border-color: #1D2919; }
span { border-color: rgb(29,41,25); }
td.TdClassName
{
border-color: #1D2919;
}
.TagClassName
{
border-color: #1D2919;
}
</style>