Shades of Midnight Moss #1F2B24
Tints of Midnight Moss #1F2B24
RGB
CMYK
RGB Variations
Color information
#1F2B24 (or 0x1F2B24) is known color: Midnight Moss. HEX triplet: 1F, 2B and 24. RGB value is (31,43,36). Sum of RGB (Red+Green+Blue) = 31+43+36=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 43 (17.19% from 255 or 39.09% from 110); Blue value is 36 (14.45% from 255 or 32.73% from 110); Max value from RGB is 43 - color contains mainly: green. Hex color #1F2B24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2B24 is #E0D4DB. Grayscale: #262626. Windows color (decimal): -14734556 or 2370335. OLE color: 2370335.
HSL color Cylindrical-coordinate representation of color #1F2B24: hue angle of 145º degrees, saturation: 0.16, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #1F2B24 is Cyan = 0.28, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 31 | 43 | 36 | - |
| CMYK | 0.28 | 0 | 0.16 | 0.83 |
| HSL | 145º | 0.16% | 0.15% | - |
| HSV(B) | 145º | 0.28% | 0.17% | - |
| XYZ | 1.75 | 2.15 | 1.99 | - |
| YUV | 38.61 | 126.52 | 122.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 43 | 36 | 0.28 | 0 | 0.16 | 0.83 | 145 | 0.16 | 0.15 |
| Hex | 1F | 2B | 24 | 1C | 0 | 10 | 53 | 91 | 10 | F |
| Octal | 37 | 53 | 44 | 34 | 0 | 20 | 123 | 221 | 20 | 17 |
| Binary | 11111 | 101011 | 100100 | 11100 | 0 | 10000 | 1010011 | 10010001 | 10000 | 1111 |
Color Harmonies of #1F2B24
Complementary color
Monochromatic Colors of #1F2B24
Black with #1F2B24
Text Example
Text Example
White with #1F2B24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F2B24; }
p { color: rgb(31,43,36); }
H1.HeaderClassName
{
color: #1F2B24;
}
.AnyTagClassName
{
color: #1F2B24;
}
</style>
background-color css
<style>
a { background-color: #1F2B24; }
a { background-color: rgb(31,43,36); }
div.DivClassName
{
background-color: #1F2B24;
}
.BgClassName
{
background-color: #1F2B24;
}
</style>
border-color css
<style>
span { border-color: #1F2B24; }
span { border-color: rgb(31,43,36); }
td.TdClassName
{
border-color: #1F2B24;
}
.TagClassName
{
border-color: #1F2B24;
}
</style>