Shades of Myrtle #1F401D
Tints of Myrtle #1F401D
RGB
CMYK
RGB Variations
Color information
#1F401D (or 0x1F401D) is known color: Myrtle. HEX triplet: 1F, 40 and 1D. RGB value is (31,64,29). Sum of RGB (Red+Green+Blue) = 31+64+29=124 (16% of max value = 765). Red value is 31 (12.5% from 255 or 25% from 124); Green value is 64 (25.39% from 255 or 51.61% from 124); Blue value is 29 (11.72% from 255 or 23.39% from 124); Max value from RGB is 64 - color contains mainly: green. Hex color #1F401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F401D is #E0BFE2. Grayscale: #323232. Windows color (decimal): -14729187 or 1916959. OLE color: 1916959.
HSL color Cylindrical-coordinate representation of color #1F401D: hue angle of 116.57º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F401D is Cyan = 0.52, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 64 | 29 | - |
| CMYK | 0.52 | 0 | 0.55 | 0.75 |
| HSL | 116.57º | 0.38% | 0.18% | - |
| HSV(B) | 116.57º | 0.55% | 0.25% | - |
| XYZ | 2.62 | 4.05 | 1.81 | - |
| YUV | 50.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 64 | 29 | 0.52 | 0 | 0.55 | 0.75 | 116.57 | 0.38 | 0.18 |
| Hex | 1F | 40 | 1D | 34 | 0 | 37 | 4B | 75 | 26 | 12 |
| Octal | 37 | 100 | 35 | 64 | 0 | 67 | 113 | 165 | 46 | 22 |
| Binary | 11111 | 1000000 | 11101 | 110100 | 0 | 110111 | 1001011 | 1110101 | 100110 | 10010 |
Color Harmonies of #1F401D
Complementary color
Monochromatic Colors of #1F401D
Black with #1F401D
Text Example
Text Example
White with #1F401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F401D; }
p { color: rgb(31,64,29); }
H1.HeaderClassName
{
color: #1F401D;
}
.AnyTagClassName
{
color: #1F401D;
}
</style>
background-color css
<style>
a { background-color: #1F401D; }
a { background-color: rgb(31,64,29); }
div.DivClassName
{
background-color: #1F401D;
}
.BgClassName
{
background-color: #1F401D;
}
</style>
border-color css
<style>
span { border-color: #1F401D; }
span { border-color: rgb(31,64,29); }
td.TdClassName
{
border-color: #1F401D;
}
.TagClassName
{
border-color: #1F401D;
}
</style>