Shades of Myrtle #1F371F
Tints of Myrtle #1F371F
RGB
CMYK
RGB Variations
Color information
#1F371F (or 0x1F371F) is known color: Myrtle. HEX triplet: 1F, 37 and 1F. RGB value is (31,55,31). Sum of RGB (Red+Green+Blue) = 31+55+31=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 55 (21.88% from 255 or 47.01% from 117); Blue value is 31 (12.5% from 255 or 26.50% from 117); Max value from RGB is 55 - color contains mainly: green. Hex color #1F371F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F371F is #E0C8E0. Grayscale: #2D2D2D. Windows color (decimal): -14731489 or 2045727. OLE color: 2045727.
HSL color Cylindrical-coordinate representation of color #1F371F: hue angle of 120º degrees, saturation: 0.28, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F371F is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 31 | 55 | 31 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.78 |
| HSL | 120º | 0.28% | 0.17% | - |
| HSV(B) | 120º | 0.44% | 0.22% | - |
| XYZ | 2.18 | 3.12 | 1.78 | - |
| YUV | 45.09 | 120.05 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 55 | 31 | 0.44 | 0 | 0.44 | 0.78 | 120 | 0.28 | 0.17 |
| Hex | 1F | 37 | 1F | 2C | 0 | 2C | 4E | 78 | 1C | 11 |
| Octal | 37 | 67 | 37 | 54 | 0 | 54 | 116 | 170 | 34 | 21 |
| Binary | 11111 | 110111 | 11111 | 101100 | 0 | 101100 | 1001110 | 1111000 | 11100 | 10001 |
Color Harmonies of #1F371F
Complementary color
Monochromatic Colors of #1F371F
Black with #1F371F
Text Example
Text Example
White with #1F371F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F371F; }
p { color: rgb(31,55,31); }
H1.HeaderClassName
{
color: #1F371F;
}
.AnyTagClassName
{
color: #1F371F;
}
</style>
background-color css
<style>
a { background-color: #1F371F; }
a { background-color: rgb(31,55,31); }
div.DivClassName
{
background-color: #1F371F;
}
.BgClassName
{
background-color: #1F371F;
}
</style>
border-color css
<style>
span { border-color: #1F371F; }
span { border-color: rgb(31,55,31); }
td.TdClassName
{
border-color: #1F371F;
}
.TagClassName
{
border-color: #1F371F;
}
</style>