Shades of Myrtle #1F3419
Tints of Myrtle #1F3419
RGB
CMYK
RGB Variations
Color information
#1F3419 (or 0x1F3419) is known color: Myrtle. HEX triplet: 1F, 34 and 19. RGB value is (31,52,25). Sum of RGB (Red+Green+Blue) = 31+52+25=108 (14% of max value = 765). Red value is 31 (12.5% from 255 or 28.70% from 108); Green value is 52 (20.70% from 255 or 48.15% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 52 - color contains mainly: green. Hex color #1F3419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F3419 is #E0CBE6. Grayscale: #2A2A2A. Windows color (decimal): -14732263 or 1651743. OLE color: 1651743.
HSL color Cylindrical-coordinate representation of color #1F3419: hue angle of 106.67º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1F3419 is Cyan = 0.40, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 31 | 52 | 25 | - |
| CMYK | 0.40 | 0 | 0.52 | 0.80 |
| HSL | 106.67º | 0.35% | 0.15% | - |
| HSV(B) | 106.67º | 0.52% | 0.2% | - |
| XYZ | 1.97 | 2.82 | 1.36 | - |
| YUV | 42.64 | 118.04 | 119.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 52 | 25 | 0.40 | 0 | 0.52 | 0.80 | 106.67 | 0.35 | 0.15 |
| Hex | 1F | 34 | 19 | 28 | 0 | 34 | 50 | 6B | 23 | F |
| Octal | 37 | 64 | 31 | 50 | 0 | 64 | 120 | 153 | 43 | 17 |
| Binary | 11111 | 110100 | 11001 | 101000 | 0 | 110100 | 1010000 | 1101011 | 100011 | 1111 |
Color Harmonies of #1F3419
Complementary color
Monochromatic Colors of #1F3419
Black with #1F3419
Text Example
Text Example
White with #1F3419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F3419; }
p { color: rgb(31,52,25); }
H1.HeaderClassName
{
color: #1F3419;
}
.AnyTagClassName
{
color: #1F3419;
}
</style>
background-color css
<style>
a { background-color: #1F3419; }
a { background-color: rgb(31,52,25); }
div.DivClassName
{
background-color: #1F3419;
}
.BgClassName
{
background-color: #1F3419;
}
</style>
border-color css
<style>
span { border-color: #1F3419; }
span { border-color: rgb(31,52,25); }
td.TdClassName
{
border-color: #1F3419;
}
.TagClassName
{
border-color: #1F3419;
}
</style>