Shades of Midnight Moss #1D221F
Tints of Midnight Moss #1D221F
RGB
CMYK
RGB Variations
Color information
#1D221F (or 0x1D221F) is known color: Midnight Moss. HEX triplet: 1D, 22 and 1F. RGB value is (29,34,31). Sum of RGB (Red+Green+Blue) = 29+34+31=94 (12% of max value = 765). Red value is 29 (11.72% from 255 or 30.85% from 94); Green value is 34 (13.67% from 255 or 36.17% from 94); Blue value is 31 (12.5% from 255 or 32.98% from 94); Max value from RGB is 34 - color contains mainly: green. Hex color #1D221F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D221F is #E2DDE0. Grayscale: #202020. Windows color (decimal): -14867937 or 2040349. OLE color: 2040349.
HSL color Cylindrical-coordinate representation of color #1D221F: hue angle of 144º degrees, saturation: 0.08, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #1D221F is Cyan = 0.15, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 29 | 34 | 31 | - |
| CMYK | 0.15 | 0 | 0.09 | 0.87 |
| HSL | 144º | 0.08% | 0.12% | - |
| HSV(B) | 144º | 0.15% | 0.13% | - |
| XYZ | 1.33 | 1.5 | 1.52 | - |
| YUV | 32.16 | 127.34 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 34 | 31 | 0.15 | 0 | 0.09 | 0.87 | 144 | 0.08 | 0.12 |
| Hex | 1D | 22 | 1F | F | 0 | 9 | 57 | 90 | 8 | C |
| Octal | 35 | 42 | 37 | 17 | 0 | 11 | 127 | 220 | 10 | 14 |
| Binary | 11101 | 100010 | 11111 | 1111 | 0 | 1001 | 1010111 | 10010000 | 1000 | 1100 |
Color Harmonies of #1D221F
Complementary color
Monochromatic Colors of #1D221F
Black with #1D221F
Text Example
Text Example
White with #1D221F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D221F; }
p { color: rgb(29,34,31); }
H1.HeaderClassName
{
color: #1D221F;
}
.AnyTagClassName
{
color: #1D221F;
}
</style>
background-color css
<style>
a { background-color: #1D221F; }
a { background-color: rgb(29,34,31); }
div.DivClassName
{
background-color: #1D221F;
}
.BgClassName
{
background-color: #1D221F;
}
</style>
border-color css
<style>
span { border-color: #1D221F; }
span { border-color: rgb(29,34,31); }
td.TdClassName
{
border-color: #1D221F;
}
.TagClassName
{
border-color: #1D221F;
}
</style>