Shades of Myrtle #0D310E
Tints of Myrtle #0D310E
RGB
CMYK
RGB Variations
Color information
#0D310E (or 0x0D310E) is known color: Myrtle. HEX triplet: 0D, 31 and 0E. RGB value is (13,49,14). Sum of RGB (Red+Green+Blue) = 13+49+14=76 (10% of max value = 765). Red value is 13 (5.47% from 255 or 17.11% from 76); Green value is 49 (19.53% from 255 or 64.47% from 76); Blue value is 14 (5.86% from 255 or 18.42% from 76); Max value from RGB is 49 - color contains mainly: green. Hex color #0D310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0D310E is #F2CEF1. Grayscale: #222222. Windows color (decimal): -15912690 or 930061. OLE color: 930061.
HSL color Cylindrical-coordinate representation of color #0D310E: hue angle of 121.67º degrees, saturation: 0.58, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0D310E is Cyan = 0.73, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 13 | 49 | 14 | - |
| CMYK | 0.73 | 0 | 0.71 | 0.81 |
| HSL | 121.67º | 0.58% | 0.12% | - |
| HSV(B) | 121.67º | 0.73% | 0.19% | - |
| XYZ | 1.34 | 2.31 | 0.79 | - |
| YUV | 34.25 | 116.57 | 112.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 49 | 14 | 0.73 | 0 | 0.71 | 0.81 | 121.67 | 0.58 | 0.12 |
| Hex | D | 31 | E | 49 | 0 | 47 | 51 | 7A | 3A | C |
| Octal | 15 | 61 | 16 | 111 | 0 | 107 | 121 | 172 | 72 | 14 |
| Binary | 1101 | 110001 | 1110 | 1001001 | 0 | 1000111 | 1010001 | 1111010 | 111010 | 1100 |
Color Harmonies of #0D310E
Complementary color
Monochromatic Colors of #0D310E
Black with #0D310E
Text Example
Text Example
White with #0D310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D310E; }
p { color: rgb(13,49,14); }
H1.HeaderClassName
{
color: #0D310E;
}
.AnyTagClassName
{
color: #0D310E;
}
</style>
background-color css
<style>
a { background-color: #0D310E; }
a { background-color: rgb(13,49,14); }
div.DivClassName
{
background-color: #0D310E;
}
.BgClassName
{
background-color: #0D310E;
}
</style>
border-color css
<style>
span { border-color: #0D310E; }
span { border-color: rgb(13,49,14); }
td.TdClassName
{
border-color: #0D310E;
}
.TagClassName
{
border-color: #0D310E;
}
</style>