Shades of Black Forest #1D2619
Tints of Black Forest #1D2619
RGB
CMYK
RGB Variations
Color information
#1D2619 (or 0x1D2619) is known color: Black Forest. HEX triplet: 1D, 26 and 19. RGB value is (29,38,25). Sum of RGB (Red+Green+Blue) = 29+38+25=92 (12% of max value = 765). Red value is 29 (11.72% from 255 or 31.52% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 25 (10.16% from 255 or 27.17% from 92); Max value from RGB is 38 - color contains mainly: green. Hex color #1D2619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2619 is #E2D9E6. Grayscale: #212121. Windows color (decimal): -14866919 or 1648157. OLE color: 1648157.
HSL color Cylindrical-coordinate representation of color #1D2619: hue angle of 101.54º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1D2619 is Cyan = 0.24, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 38 | 25 | - |
| CMYK | 0.24 | 0 | 0.34 | 0.85 |
| HSL | 101.54º | 0.21% | 0.12% | - |
| HSV(B) | 101.54º | 0.34% | 0.15% | - |
| XYZ | 1.38 | 1.72 | 1.18 | - |
| YUV | 33.83 | 123.02 | 124.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 38 | 25 | 0.24 | 0 | 0.34 | 0.85 | 101.54 | 0.21 | 0.12 |
| Hex | 1D | 26 | 19 | 18 | 0 | 22 | 55 | 66 | 15 | C |
| Octal | 35 | 46 | 31 | 30 | 0 | 42 | 125 | 146 | 25 | 14 |
| Binary | 11101 | 100110 | 11001 | 11000 | 0 | 100010 | 1010101 | 1100110 | 10101 | 1100 |
Color Harmonies of #1D2619
Complementary color
Monochromatic Colors of #1D2619
Black with #1D2619
Text Example
Text Example
White with #1D2619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2619; }
p { color: rgb(29,38,25); }
H1.HeaderClassName
{
color: #1D2619;
}
.AnyTagClassName
{
color: #1D2619;
}
</style>
background-color css
<style>
a { background-color: #1D2619; }
a { background-color: rgb(29,38,25); }
div.DivClassName
{
background-color: #1D2619;
}
.BgClassName
{
background-color: #1D2619;
}
</style>
border-color css
<style>
span { border-color: #1D2619; }
span { border-color: rgb(29,38,25); }
td.TdClassName
{
border-color: #1D2619;
}
.TagClassName
{
border-color: #1D2619;
}
</style>