Shades of Myrtle #1F341D
Tints of Myrtle #1F341D
RGB
CMYK
RGB Variations
Color information
#1F341D (or 0x1F341D) is known color: Myrtle. HEX triplet: 1F, 34 and 1D. RGB value is (31,52,29). Sum of RGB (Red+Green+Blue) = 31+52+29=112 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.68% from 112); Green value is 52 (20.70% from 255 or 46.43% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 52 - color contains mainly: green. Hex color #1F341D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F341D is #E0CBE2. Grayscale: #2B2B2B. Windows color (decimal): -14732259 or 1913887. OLE color: 1913887.
HSL color Cylindrical-coordinate representation of color #1F341D: hue angle of 114.78º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1F341D is Cyan = 0.40, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 29 | - |
| CMYK | 0.40 | 0 | 0.44 | 0.80 |
| HSL | 114.78º | 0.28% | 0.16% | - |
| HSV(B) | 114.78º | 0.44% | 0.2% | - |
| XYZ | 2.01 | 2.84 | 1.6 | - |
| YUV | 43.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 29 | 0.40 | 0 | 0.44 | 0.80 | 114.78 | 0.28 | 0.16 |
| Hex | 1F | 34 | 1D | 28 | 0 | 2C | 50 | 73 | 1C | 10 |
| Octal | 37 | 64 | 35 | 50 | 0 | 54 | 120 | 163 | 34 | 20 |
| Binary | 11111 | 110100 | 11101 | 101000 | 0 | 101100 | 1010000 | 1110011 | 11100 | 10000 |
Color Harmonies of #1F341D
Complementary color
Monochromatic Colors of #1F341D
Black with #1F341D
Text Example
Text Example
White with #1F341D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F341D; }
p { color: rgb(31,52,29); }
H1.HeaderClassName
{
color: #1F341D;
}
.AnyTagClassName
{
color: #1F341D;
}
</style>
background-color css
<style>
a { background-color: #1F341D; }
a { background-color: rgb(31,52,29); }
div.DivClassName
{
background-color: #1F341D;
}
.BgClassName
{
background-color: #1F341D;
}
</style>
border-color css
<style>
span { border-color: #1F341D; }
span { border-color: rgb(31,52,29); }
td.TdClassName
{
border-color: #1F341D;
}
.TagClassName
{
border-color: #1F341D;
}
</style>