Shades of Myrtle #1F311E
Tints of Myrtle #1F311E
RGB
CMYK
RGB Variations
Color information
#1F311E (or 0x1F311E) is known color: Myrtle. HEX triplet: 1F, 31 and 1E. RGB value is (31,49,30). Sum of RGB (Red+Green+Blue) = 31+49+30=110 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.18% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 30 (12.11% from 255 or 27.27% from 110); Max value from RGB is 49 - color contains mainly: green. Hex color #1F311E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F311E is #E0CEE1. Grayscale: #292929. Windows color (decimal): -14733026 or 1978655. OLE color: 1978655.
HSL color Cylindrical-coordinate representation of color #1F311E: hue angle of 116.84º degrees, saturation: 0.24, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F311E is Cyan = 0.37, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 31 | 49 | 30 | - |
| CMYK | 0.37 | 0 | 0.39 | 0.81 |
| HSL | 116.84º | 0.24% | 0.15% | - |
| HSV(B) | 116.84º | 0.39% | 0.19% | - |
| XYZ | 1.9 | 2.58 | 1.63 | - |
| YUV | 41.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 49 | 30 | 0.37 | 0 | 0.39 | 0.81 | 116.84 | 0.24 | 0.15 |
| Hex | 1F | 31 | 1E | 25 | 0 | 27 | 51 | 75 | 18 | F |
| Octal | 37 | 61 | 36 | 45 | 0 | 47 | 121 | 165 | 30 | 17 |
| Binary | 11111 | 110001 | 11110 | 100101 | 0 | 100111 | 1010001 | 1110101 | 11000 | 1111 |
Color Harmonies of #1F311E
Complementary color
Monochromatic Colors of #1F311E
Black with #1F311E
Text Example
Text Example
White with #1F311E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F311E; }
p { color: rgb(31,49,30); }
H1.HeaderClassName
{
color: #1F311E;
}
.AnyTagClassName
{
color: #1F311E;
}
</style>
background-color css
<style>
a { background-color: #1F311E; }
a { background-color: rgb(31,49,30); }
div.DivClassName
{
background-color: #1F311E;
}
.BgClassName
{
background-color: #1F311E;
}
</style>
border-color css
<style>
span { border-color: #1F311E; }
span { border-color: rgb(31,49,30); }
td.TdClassName
{
border-color: #1F311E;
}
.TagClassName
{
border-color: #1F311E;
}
</style>