Shades of Black Forest #1D2719
Tints of Black Forest #1D2719
RGB
CMYK
RGB Variations
Color information
#1D2719 (or 0x1D2719) is known color: Black Forest. HEX triplet: 1D, 27 and 19. RGB value is (29,39,25). Sum of RGB (Red+Green+Blue) = 29+39+25=93 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.18% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 25 (10.16% from 255 or 26.88% from 93); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2719 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2719 is #E2D8E6. Grayscale: #222222. Windows color (decimal): -14866663 or 1648413. OLE color: 1648413.
HSL color Cylindrical-coordinate representation of color #1D2719: hue angle of 102.86º degrees, saturation: 0.22, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1D2719 is Cyan = 0.26, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 25 | - |
| CMYK | 0.26 | 0 | 0.36 | 0.85 |
| HSL | 102.86º | 0.22% | 0.13% | - |
| HSV(B) | 102.86º | 0.36% | 0.15% | - |
| XYZ | 1.41 | 1.78 | 1.19 | - |
| YUV | 34.41 | 122.69 | 124.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 25 | 0.26 | 0 | 0.36 | 0.85 | 102.86 | 0.22 | 0.13 |
| Hex | 1D | 27 | 19 | 1A | 0 | 24 | 55 | 67 | 16 | D |
| Octal | 35 | 47 | 31 | 32 | 0 | 44 | 125 | 147 | 26 | 15 |
| Binary | 11101 | 100111 | 11001 | 11010 | 0 | 100100 | 1010101 | 1100111 | 10110 | 1101 |
Color Harmonies of #1D2719
Complementary color
Monochromatic Colors of #1D2719
Black with #1D2719
Text Example
Text Example
White with #1D2719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2719; }
p { color: rgb(29,39,25); }
H1.HeaderClassName
{
color: #1D2719;
}
.AnyTagClassName
{
color: #1D2719;
}
</style>
background-color css
<style>
a { background-color: #1D2719; }
a { background-color: rgb(29,39,25); }
div.DivClassName
{
background-color: #1D2719;
}
.BgClassName
{
background-color: #1D2719;
}
</style>
border-color css
<style>
span { border-color: #1D2719; }
span { border-color: rgb(29,39,25); }
td.TdClassName
{
border-color: #1D2719;
}
.TagClassName
{
border-color: #1D2719;
}
</style>