Shades of Black Forest #1D2518
Tints of Black Forest #1D2518
RGB
CMYK
RGB Variations
Color information
#1D2518 (or 0x1D2518) is known color: Black Forest. HEX triplet: 1D, 25 and 18. RGB value is (29,37,24). Sum of RGB (Red+Green+Blue) = 29+37+24=90 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.22% from 90); Green value is 37 (14.84% from 255 or 41.11% from 90); Blue value is 24 (9.77% from 255 or 26.67% from 90); Max value from RGB is 37 - color contains mainly: green. Hex color #1D2518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1D2518 is #E2DAE7. Grayscale: #212121. Windows color (decimal): -14867176 or 1582365. OLE color: 1582365.
HSL color Cylindrical-coordinate representation of color #1D2518: hue angle of 96.92º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1D2518 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 37 | 24 | - |
| CMYK | 0.22 | 0 | 0.35 | 0.85 |
| HSL | 96.92º | 0.21% | 0.12% | - |
| HSV(B) | 96.92º | 0.35% | 0.15% | - |
| XYZ | 1.33 | 1.65 | 1.11 | - |
| YUV | 33.13 | 122.85 | 125.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 37 | 24 | 0.22 | 0 | 0.35 | 0.85 | 96.92 | 0.21 | 0.12 |
| Hex | 1D | 25 | 18 | 16 | 0 | 23 | 55 | 61 | 15 | C |
| Octal | 35 | 45 | 30 | 26 | 0 | 43 | 125 | 141 | 25 | 14 |
| Binary | 11101 | 100101 | 11000 | 10110 | 0 | 100011 | 1010101 | 1100001 | 10101 | 1100 |
Color Harmonies of #1D2518
Complementary color
Monochromatic Colors of #1D2518
Black with #1D2518
Text Example
Text Example
White with #1D2518
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2518; }
p { color: rgb(29,37,24); }
H1.HeaderClassName
{
color: #1D2518;
}
.AnyTagClassName
{
color: #1D2518;
}
</style>
background-color css
<style>
a { background-color: #1D2518; }
a { background-color: rgb(29,37,24); }
div.DivClassName
{
background-color: #1D2518;
}
.BgClassName
{
background-color: #1D2518;
}
</style>
border-color css
<style>
span { border-color: #1D2518; }
span { border-color: rgb(29,37,24); }
td.TdClassName
{
border-color: #1D2518;
}
.TagClassName
{
border-color: #1D2518;
}
</style>