Shades of Midnight Moss #131D17
Tints of Midnight Moss #131D17
RGB
CMYK
RGB Variations
Color information
#131D17 (or 0x131D17) is known color: Midnight Moss. HEX triplet: 13, 1D and 17. RGB value is (19,29,23). Sum of RGB (Red+Green+Blue) = 19+29+23=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 29 (11.72% from 255 or 40.85% from 71); Blue value is 23 (9.38% from 255 or 32.39% from 71); Max value from RGB is 29 - color contains mainly: green. Hex color #131D17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #131D17 is #ECE2E8. Grayscale: #191919. Windows color (decimal): -15524585 or 1514771. OLE color: 1514771.
HSL color Cylindrical-coordinate representation of color #131D17: hue angle of 144º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #131D17 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 19 | 29 | 23 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.89 |
| HSL | 144º | 0.21% | 0.09% | - |
| HSV(B) | 144º | 0.34% | 0.11% | - |
| XYZ | 0.86 | 1.08 | 0.97 | - |
| YUV | 25.33 | 126.69 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 29 | 23 | 0.34 | 0 | 0.21 | 0.89 | 144 | 0.21 | 0.09 |
| Hex | 13 | 1D | 17 | 22 | 0 | 15 | 59 | 90 | 15 | 9 |
| Octal | 23 | 35 | 27 | 42 | 0 | 25 | 131 | 220 | 25 | 11 |
| Binary | 10011 | 11101 | 10111 | 100010 | 0 | 10101 | 1011001 | 10010000 | 10101 | 1001 |
Color Harmonies of #131D17
Complementary color
Monochromatic Colors of #131D17
Black with #131D17
Text Example
Text Example
White with #131D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #131D17; }
p { color: rgb(19,29,23); }
H1.HeaderClassName
{
color: #131D17;
}
.AnyTagClassName
{
color: #131D17;
}
</style>
background-color css
<style>
a { background-color: #131D17; }
a { background-color: rgb(19,29,23); }
div.DivClassName
{
background-color: #131D17;
}
.BgClassName
{
background-color: #131D17;
}
</style>
border-color css
<style>
span { border-color: #131D17; }
span { border-color: rgb(19,29,23); }
td.TdClassName
{
border-color: #131D17;
}
.TagClassName
{
border-color: #131D17;
}
</style>