Shades of Midnight Moss #191F1C
Tints of Midnight Moss #191F1C
RGB
CMYK
RGB Variations
Color information
#191F1C (or 0x191F1C) is known color: Midnight Moss. HEX triplet: 19, 1F and 1C. RGB value is (25,31,28). Sum of RGB (Red+Green+Blue) = 25+31+28=84 (11% of max value = 765). Red value is 25 (10.16% from 255 or 29.76% from 84); Green value is 31 (12.5% from 255 or 36.90% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 31 - color contains mainly: green. Hex color #191F1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F1C is #E6E0E3. Grayscale: #1C1C1C. Windows color (decimal): -15130852 or 1842969. OLE color: 1842969.
HSL color Cylindrical-coordinate representation of color #191F1C: hue angle of 150º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #191F1C is Cyan = 0.19, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 25 | 31 | 28 | - |
| CMYK | 0.19 | 0 | 0.10 | 0.88 |
| HSL | 150º | 0.11% | 0.11% | - |
| HSV(B) | 150º | 0.19% | 0.12% | - |
| XYZ | 1.1 | 1.27 | 1.29 | - |
| YUV | 28.86 | 127.51 | 125.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 31 | 28 | 0.19 | 0 | 0.10 | 0.88 | 150 | 0.11 | 0.11 |
| Hex | 19 | 1F | 1C | 13 | 0 | A | 58 | 96 | B | B |
| Octal | 31 | 37 | 34 | 23 | 0 | 12 | 130 | 226 | 13 | 13 |
| Binary | 11001 | 11111 | 11100 | 10011 | 0 | 1010 | 1011000 | 10010110 | 1011 | 1011 |
Color Harmonies of #191F1C
Complementary color
Monochromatic Colors of #191F1C
Black with #191F1C
Text Example
Text Example
White with #191F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #191F1C; }
p { color: rgb(25,31,28); }
H1.HeaderClassName
{
color: #191F1C;
}
.AnyTagClassName
{
color: #191F1C;
}
</style>
background-color css
<style>
a { background-color: #191F1C; }
a { background-color: rgb(25,31,28); }
div.DivClassName
{
background-color: #191F1C;
}
.BgClassName
{
background-color: #191F1C;
}
</style>
border-color css
<style>
span { border-color: #191F1C; }
span { border-color: rgb(25,31,28); }
td.TdClassName
{
border-color: #191F1C;
}
.TagClassName
{
border-color: #191F1C;
}
</style>