Shades of Myrtle #1A3113
Tints of Myrtle #1A3113
RGB
CMYK
RGB Variations
Color information
#1A3113 (or 0x1A3113) is known color: Myrtle. HEX triplet: 1A, 31 and 13. RGB value is (26,49,19). Sum of RGB (Red+Green+Blue) = 26+49+19=94 (12% of max value = 765). Red value is 26 (10.55% from 255 or 27.66% from 94); Green value is 49 (19.53% from 255 or 52.13% from 94); Blue value is 19 (7.81% from 255 or 20.21% from 94); Max value from RGB is 49 - color contains mainly: green. Hex color #1A3113 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A3113 is #E5CEEC. Grayscale: #262626. Windows color (decimal): -15060717 or 1257754. OLE color: 1257754.
HSL color Cylindrical-coordinate representation of color #1A3113: hue angle of 106º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1A3113 is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 26 | 49 | 19 | - |
| CMYK | 0.47 | 0 | 0.61 | 0.81 |
| HSL | 106º | 0.44% | 0.13% | - |
| HSV(B) | 106º | 0.61% | 0.19% | - |
| XYZ | 1.64 | 2.46 | 1.01 | - |
| YUV | 38.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 49 | 19 | 0.47 | 0 | 0.61 | 0.81 | 106 | 0.44 | 0.13 |
| Hex | 1A | 31 | 13 | 2F | 0 | 3D | 51 | 6A | 2C | D |
| Octal | 32 | 61 | 23 | 57 | 0 | 75 | 121 | 152 | 54 | 15 |
| Binary | 11010 | 110001 | 10011 | 101111 | 0 | 111101 | 1010001 | 1101010 | 101100 | 1101 |
Color Harmonies of #1A3113
Complementary color
Monochromatic Colors of #1A3113
Black with #1A3113
Text Example
Text Example
White with #1A3113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3113; }
p { color: rgb(26,49,19); }
H1.HeaderClassName
{
color: #1A3113;
}
.AnyTagClassName
{
color: #1A3113;
}
</style>
background-color css
<style>
a { background-color: #1A3113; }
a { background-color: rgb(26,49,19); }
div.DivClassName
{
background-color: #1A3113;
}
.BgClassName
{
background-color: #1A3113;
}
</style>
border-color css
<style>
span { border-color: #1A3113; }
span { border-color: rgb(26,49,19); }
td.TdClassName
{
border-color: #1A3113;
}
.TagClassName
{
border-color: #1A3113;
}
</style>