Shades of Midnight Moss #1F2F25
Tints of Midnight Moss #1F2F25
RGB
CMYK
RGB Variations
Color information
#1F2F25 (or 0x1F2F25) is known color: Midnight Moss. HEX triplet: 1F, 2F and 25. RGB value is (31,47,37). Sum of RGB (Red+Green+Blue) = 31+47+37=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 47 (18.75% from 255 or 40.87% from 115); Blue value is 37 (14.84% from 255 or 32.17% from 115); Max value from RGB is 47 - color contains mainly: green. Hex color #1F2F25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2F25 is #E0D0DA. Grayscale: #292929. Windows color (decimal): -14733531 or 2436895. OLE color: 2436895.
HSL color Cylindrical-coordinate representation of color #1F2F25: hue angle of 142.5º degrees, saturation: 0.21, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #1F2F25 is Cyan = 0.34, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 47 | 37 | - |
| CMYK | 0.34 | 0 | 0.21 | 0.82 |
| HSL | 142.5º | 0.21% | 0.15% | - |
| HSV(B) | 142.5º | 0.34% | 0.18% | - |
| XYZ | 1.92 | 2.46 | 2.12 | - |
| YUV | 41.08 | 125.7 | 120.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 47 | 37 | 0.34 | 0 | 0.21 | 0.82 | 142.5 | 0.21 | 0.15 |
| Hex | 1F | 2F | 25 | 22 | 0 | 15 | 52 | 8E | 15 | F |
| Octal | 37 | 57 | 45 | 42 | 0 | 25 | 122 | 216 | 25 | 17 |
| Binary | 11111 | 101111 | 100101 | 100010 | 0 | 10101 | 1010010 | 10001110 | 10101 | 1111 |
Color Harmonies of #1F2F25
Complementary color
Monochromatic Colors of #1F2F25
Black with #1F2F25
Text Example
Text Example
White with #1F2F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2F25; }
p { color: rgb(31,47,37); }
H1.HeaderClassName
{
color: #1F2F25;
}
.AnyTagClassName
{
color: #1F2F25;
}
</style>
background-color css
<style>
a { background-color: #1F2F25; }
a { background-color: rgb(31,47,37); }
div.DivClassName
{
background-color: #1F2F25;
}
.BgClassName
{
background-color: #1F2F25;
}
</style>
border-color css
<style>
span { border-color: #1F2F25; }
span { border-color: rgb(31,47,37); }
td.TdClassName
{
border-color: #1F2F25;
}
.TagClassName
{
border-color: #1F2F25;
}
</style>