Shades of Midnight Moss #1F2D25
Tints of Midnight Moss #1F2D25
RGB
CMYK
RGB Variations
Color information
#1F2D25 (or 0x1F2D25) is known color: Midnight Moss. HEX triplet: 1F, 2D and 25. RGB value is (31,45,37). Sum of RGB (Red+Green+Blue) = 31+45+37=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 45 (17.97% from 255 or 39.82% from 113); Blue value is 37 (14.84% from 255 or 32.74% from 113); Max value from RGB is 45 - color contains mainly: green. Hex color #1F2D25 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2D25 is #E0D2DA. Grayscale: #272727. Windows color (decimal): -14734043 or 2436383. OLE color: 2436383.
HSL color Cylindrical-coordinate representation of color #1F2D25: hue angle of 145.71º degrees, saturation: 0.18, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #1F2D25 is Cyan = 0.31, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 31 | 45 | 37 | - |
| CMYK | 0.31 | 0 | 0.18 | 0.82 |
| HSL | 145.71º | 0.18% | 0.15% | - |
| HSV(B) | 145.71º | 0.31% | 0.18% | - |
| XYZ | 1.84 | 2.3 | 2.1 | - |
| YUV | 39.9 | 126.36 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 45 | 37 | 0.31 | 0 | 0.18 | 0.82 | 145.71 | 0.18 | 0.15 |
| Hex | 1F | 2D | 25 | 1F | 0 | 12 | 52 | 92 | 12 | F |
| Octal | 37 | 55 | 45 | 37 | 0 | 22 | 122 | 222 | 22 | 17 |
| Binary | 11111 | 101101 | 100101 | 11111 | 0 | 10010 | 1010010 | 10010010 | 10010 | 1111 |
Color Harmonies of #1F2D25
Complementary color
Monochromatic Colors of #1F2D25
Black with #1F2D25
Text Example
Text Example
White with #1F2D25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2D25; }
p { color: rgb(31,45,37); }
H1.HeaderClassName
{
color: #1F2D25;
}
.AnyTagClassName
{
color: #1F2D25;
}
</style>
background-color css
<style>
a { background-color: #1F2D25; }
a { background-color: rgb(31,45,37); }
div.DivClassName
{
background-color: #1F2D25;
}
.BgClassName
{
background-color: #1F2D25;
}
</style>
border-color css
<style>
span { border-color: #1F2D25; }
span { border-color: rgb(31,45,37); }
td.TdClassName
{
border-color: #1F2D25;
}
.TagClassName
{
border-color: #1F2D25;
}
</style>