Shades of Midnight Moss #19261E
Tints of Midnight Moss #19261E
RGB
CMYK
RGB Variations
Color information
#19261E (or 0x19261E) is known color: Midnight Moss. HEX triplet: 19, 26 and 1E. RGB value is (25,38,30). Sum of RGB (Red+Green+Blue) = 25+38+30=93 (12% of max value = 765). Red value is 25 (10.16% from 255 or 26.88% from 93); Green value is 38 (15.23% from 255 or 40.86% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 38 - color contains mainly: green. Hex color #19261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19261E is #E6D9E1. Grayscale: #212121. Windows color (decimal): -15129058 or 1975833. OLE color: 1975833.
HSL color Cylindrical-coordinate representation of color #19261E: hue angle of 143.08º degrees, saturation: 0.21, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #19261E is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 25 | 38 | 30 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.85 |
| HSL | 143.08º | 0.21% | 0.12% | - |
| HSV(B) | 143.08º | 0.34% | 0.15% | - |
| XYZ | 1.33 | 1.69 | 1.48 | - |
| YUV | 33.2 | 126.19 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 38 | 30 | 0.34 | 0 | 0.21 | 0.85 | 143.08 | 0.21 | 0.12 |
| Hex | 19 | 26 | 1E | 22 | 0 | 15 | 55 | 8F | 15 | C |
| Octal | 31 | 46 | 36 | 42 | 0 | 25 | 125 | 217 | 25 | 14 |
| Binary | 11001 | 100110 | 11110 | 100010 | 0 | 10101 | 1010101 | 10001111 | 10101 | 1100 |
Color Harmonies of #19261E
Complementary color
Monochromatic Colors of #19261E
Black with #19261E
Text Example
Text Example
White with #19261E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19261E; }
p { color: rgb(25,38,30); }
H1.HeaderClassName
{
color: #19261E;
}
.AnyTagClassName
{
color: #19261E;
}
</style>
background-color css
<style>
a { background-color: #19261E; }
a { background-color: rgb(25,38,30); }
div.DivClassName
{
background-color: #19261E;
}
.BgClassName
{
background-color: #19261E;
}
</style>
border-color css
<style>
span { border-color: #19261E; }
span { border-color: rgb(25,38,30); }
td.TdClassName
{
border-color: #19261E;
}
.TagClassName
{
border-color: #19261E;
}
</style>