Shades of Myrtle #1F341F
Tints of Myrtle #1F341F
RGB
CMYK
RGB Variations
Color information
#1F341F (or 0x1F341F) is known color: Myrtle. HEX triplet: 1F, 34 and 1F. RGB value is (31,52,31). Sum of RGB (Red+Green+Blue) = 31+52+31=114 (15% of max value = 765). Red value is 31 (12.5% from 255 or 27.19% from 114); Green value is 52 (20.70% from 255 or 45.61% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 52 - color contains mainly: green. Hex color #1F341F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F341F is #E0CBE0. Grayscale: #2B2B2B. Windows color (decimal): -14732257 or 2044959. OLE color: 2044959.
HSL color Cylindrical-coordinate representation of color #1F341F: hue angle of 120º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1F341F is Cyan = 0.40, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 31 | - |
| CMYK | 0.40 | 0 | 0.40 | 0.80 |
| HSL | 120º | 0.25% | 0.16% | - |
| HSV(B) | 120º | 0.4% | 0.2% | - |
| XYZ | 2.04 | 2.85 | 1.74 | - |
| YUV | 43.33 | 121.04 | 119.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 31 | 0.40 | 0 | 0.40 | 0.80 | 120 | 0.25 | 0.16 |
| Hex | 1F | 34 | 1F | 28 | 0 | 28 | 50 | 78 | 19 | 10 |
| Octal | 37 | 64 | 37 | 50 | 0 | 50 | 120 | 170 | 31 | 20 |
| Binary | 11111 | 110100 | 11111 | 101000 | 0 | 101000 | 1010000 | 1111000 | 11001 | 10000 |
Color Harmonies of #1F341F
Complementary color
Monochromatic Colors of #1F341F
Black with #1F341F
Text Example
Text Example
White with #1F341F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F341F; }
p { color: rgb(31,52,31); }
H1.HeaderClassName
{
color: #1F341F;
}
.AnyTagClassName
{
color: #1F341F;
}
</style>
background-color css
<style>
a { background-color: #1F341F; }
a { background-color: rgb(31,52,31); }
div.DivClassName
{
background-color: #1F341F;
}
.BgClassName
{
background-color: #1F341F;
}
</style>
border-color css
<style>
span { border-color: #1F341F; }
span { border-color: rgb(31,52,31); }
td.TdClassName
{
border-color: #1F341F;
}
.TagClassName
{
border-color: #1F341F;
}
</style>