Shades of Black Forest #1D221A
Tints of Black Forest #1D221A
RGB
CMYK
RGB Variations
Color information
#1D221A (or 0x1D221A) is known color: Black Forest. HEX triplet: 1D, 22 and 1A. RGB value is (29,34,26). Sum of RGB (Red+Green+Blue) = 29+34+26=89 (11% of max value = 765). Red value is 29 (11.72% from 255 or 32.58% from 89); Green value is 34 (13.67% from 255 or 38.20% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221A is #E2DDE5. Grayscale: #1F1F1F. Windows color (decimal): -14867942 or 1712669. OLE color: 1712669.
HSL color Cylindrical-coordinate representation of color #1D221A: hue angle of 97.5º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #1D221A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 34 | 26 | - |
| CMYK | 0.15 | 0 | 0.24 | 0.87 |
| HSL | 97.5º | 0.13% | 0.12% | - |
| HSV(B) | 97.5º | 0.24% | 0.13% | - |
| XYZ | 1.27 | 1.48 | 1.2 | - |
| YUV | 31.59 | 124.84 | 126.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 26 | 0.15 | 0 | 0.24 | 0.87 | 97.5 | 0.13 | 0.12 |
| Hex | 1D | 22 | 1A | F | 0 | 18 | 57 | 62 | D | C |
| Octal | 35 | 42 | 32 | 17 | 0 | 30 | 127 | 142 | 15 | 14 |
| Binary | 11101 | 100010 | 11010 | 1111 | 0 | 11000 | 1010111 | 1100010 | 1101 | 1100 |
Color Harmonies of #1D221A
Complementary color
Monochromatic Colors of #1D221A
Black with #1D221A
Text Example
Text Example
White with #1D221A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D221A; }
p { color: rgb(29,34,26); }
H1.HeaderClassName
{
color: #1D221A;
}
.AnyTagClassName
{
color: #1D221A;
}
</style>
background-color css
<style>
a { background-color: #1D221A; }
a { background-color: rgb(29,34,26); }
div.DivClassName
{
background-color: #1D221A;
}
.BgClassName
{
background-color: #1D221A;
}
</style>
border-color css
<style>
span { border-color: #1D221A; }
span { border-color: rgb(29,34,26); }
td.TdClassName
{
border-color: #1D221A;
}
.TagClassName
{
border-color: #1D221A;
}
</style>