Shades of Midnight Moss #1D2721
Tints of Midnight Moss #1D2721
RGB
CMYK
RGB Variations
Color information
#1D2721 (or 0x1D2721) is known color: Midnight Moss. HEX triplet: 1D, 27 and 21. RGB value is (29,39,33). Sum of RGB (Red+Green+Blue) = 29+39+33=101 (13% of max value = 765). Red value is 29 (11.72% from 255 or 28.71% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 33 (13.28% from 255 or 32.67% from 101); Max value from RGB is 39 - color contains mainly: green. Hex color #1D2721 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2721 is #E2D8DE. Grayscale: #232323. Windows color (decimal): -14866655 or 2172701. OLE color: 2172701.
HSL color Cylindrical-coordinate representation of color #1D2721: hue angle of 144º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1D2721 is Cyan = 0.26, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 29 | 39 | 33 | - |
| CMYK | 0.26 | 0 | 0.15 | 0.85 |
| HSL | 144º | 0.15% | 0.13% | - |
| HSV(B) | 144º | 0.26% | 0.15% | - |
| XYZ | 1.51 | 1.82 | 1.71 | - |
| YUV | 35.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 39 | 33 | 0.26 | 0 | 0.15 | 0.85 | 144 | 0.15 | 0.13 |
| Hex | 1D | 27 | 21 | 1A | 0 | F | 55 | 90 | F | D |
| Octal | 35 | 47 | 41 | 32 | 0 | 17 | 125 | 220 | 17 | 15 |
| Binary | 11101 | 100111 | 100001 | 11010 | 0 | 1111 | 1010101 | 10010000 | 1111 | 1101 |
Color Harmonies of #1D2721
Complementary color
Monochromatic Colors of #1D2721
Black with #1D2721
Text Example
Text Example
White with #1D2721
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D2721; }
p { color: rgb(29,39,33); }
H1.HeaderClassName
{
color: #1D2721;
}
.AnyTagClassName
{
color: #1D2721;
}
</style>
background-color css
<style>
a { background-color: #1D2721; }
a { background-color: rgb(29,39,33); }
div.DivClassName
{
background-color: #1D2721;
}
.BgClassName
{
background-color: #1D2721;
}
</style>
border-color css
<style>
span { border-color: #1D2721; }
span { border-color: rgb(29,39,33); }
td.TdClassName
{
border-color: #1D2721;
}
.TagClassName
{
border-color: #1D2721;
}
</style>