Shades of Midnight Moss #19291F
Tints of Midnight Moss #19291F
RGB
CMYK
RGB Variations
Color information
#19291F (or 0x19291F) is known color: Midnight Moss. HEX triplet: 19, 29 and 1F. RGB value is (25,41,31). Sum of RGB (Red+Green+Blue) = 25+41+31=97 (12% of max value = 765). Red value is 25 (10.16% from 255 or 25.77% from 97); Green value is 41 (16.41% from 255 or 42.27% from 97); Blue value is 31 (12.5% from 255 or 31.96% from 97); Max value from RGB is 41 - color contains mainly: green. Hex color #19291F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19291F is #E6D6E0. Grayscale: #232323. Windows color (decimal): -15128289 or 2042137. OLE color: 2042137.
HSL color Cylindrical-coordinate representation of color #19291F: hue angle of 142.5º degrees, saturation: 0.24, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #19291F is Cyan = 0.39, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 25 | 41 | 31 | - |
| CMYK | 0.39 | 0 | 0.24 | 0.84 |
| HSL | 142.5º | 0.24% | 0.13% | - |
| HSV(B) | 142.5º | 0.39% | 0.16% | - |
| XYZ | 1.44 | 1.89 | 1.59 | - |
| YUV | 35.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 41 | 31 | 0.39 | 0 | 0.24 | 0.84 | 142.5 | 0.24 | 0.13 |
| Hex | 19 | 29 | 1F | 27 | 0 | 18 | 54 | 8E | 18 | D |
| Octal | 31 | 51 | 37 | 47 | 0 | 30 | 124 | 216 | 30 | 15 |
| Binary | 11001 | 101001 | 11111 | 100111 | 0 | 11000 | 1010100 | 10001110 | 11000 | 1101 |
Color Harmonies of #19291F
Complementary color
Monochromatic Colors of #19291F
Black with #19291F
Text Example
Text Example
White with #19291F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19291F; }
p { color: rgb(25,41,31); }
H1.HeaderClassName
{
color: #19291F;
}
.AnyTagClassName
{
color: #19291F;
}
</style>
background-color css
<style>
a { background-color: #19291F; }
a { background-color: rgb(25,41,31); }
div.DivClassName
{
background-color: #19291F;
}
.BgClassName
{
background-color: #19291F;
}
</style>
border-color css
<style>
span { border-color: #19291F; }
span { border-color: rgb(25,41,31); }
td.TdClassName
{
border-color: #19291F;
}
.TagClassName
{
border-color: #19291F;
}
</style>