Shades of Myrtle #1F410A
Tints of Myrtle #1F410A
RGB
CMYK
RGB Variations
Color information
#1F410A (or 0x1F410A) is known color: Myrtle. HEX triplet: 1F, 41 and 0A. RGB value is (31,65,10). Sum of RGB (Red+Green+Blue) = 31+65+10=106 (14% of max value = 765). Red value is 31 (12.5% from 255 or 29.25% from 106); Green value is 65 (25.78% from 255 or 61.32% from 106); Blue value is 10 (4.30% from 255 or 9.43% from 106); Max value from RGB is 65 - color contains mainly: green. Hex color #1F410A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1F410A is #E0BEF5. Grayscale: #303030. Windows color (decimal): -14728950 or 672031. OLE color: 672031.
HSL color Cylindrical-coordinate representation of color #1F410A: hue angle of 97.09º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F410A is Cyan = 0.52, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 31 | 65 | 10 | - |
| CMYK | 0.52 | 0 | 0.85 | 0.75 |
| HSL | 97.09º | 0.73% | 0.15% | - |
| HSV(B) | 97.09º | 0.85% | 0.25% | - |
| XYZ | 2.51 | 4.09 | 0.95 | - |
| YUV | 48.56 | 106.24 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 65 | 10 | 0.52 | 0 | 0.85 | 0.75 | 97.09 | 0.73 | 0.15 |
| Hex | 1F | 41 | A | 34 | 0 | 55 | 4B | 61 | 49 | F |
| Octal | 37 | 101 | 12 | 64 | 0 | 125 | 113 | 141 | 111 | 17 |
| Binary | 11111 | 1000001 | 1010 | 110100 | 0 | 1010101 | 1001011 | 1100001 | 1001001 | 1111 |
Color Harmonies of #1F410A
Complementary color
Monochromatic Colors of #1F410A
Black with #1F410A
Text Example
Text Example
White with #1F410A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F410A; }
p { color: rgb(31,65,10); }
H1.HeaderClassName
{
color: #1F410A;
}
.AnyTagClassName
{
color: #1F410A;
}
</style>
background-color css
<style>
a { background-color: #1F410A; }
a { background-color: rgb(31,65,10); }
div.DivClassName
{
background-color: #1F410A;
}
.BgClassName
{
background-color: #1F410A;
}
</style>
border-color css
<style>
span { border-color: #1F410A; }
span { border-color: rgb(31,65,10); }
td.TdClassName
{
border-color: #1F410A;
}
.TagClassName
{
border-color: #1F410A;
}
</style>