Shades of Myrtle #0E310B
Tints of Myrtle #0E310B
RGB
CMYK
RGB Variations
Color information
#0E310B (or 0x0E310B) is known color: Myrtle. HEX triplet: 0E, 31 and 0B. RGB value is (14,49,11). Sum of RGB (Red+Green+Blue) = 14+49+11=74 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.92% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0E310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E310B is #F1CEF4. Grayscale: #222222. Windows color (decimal): -15847157 or 733454. OLE color: 733454.
HSL color Cylindrical-coordinate representation of color #0E310B: hue angle of 115.26º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0E310B is Cyan = 0.71, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 14 | 49 | 11 | - |
| CMYK | 0.71 | 0 | 0.78 | 0.81 |
| HSL | 115.26º | 0.63% | 0.12% | - |
| HSV(B) | 115.26º | 0.78% | 0.19% | - |
| XYZ | 1.34 | 2.31 | 0.69 | - |
| YUV | 34.2 | 114.9 | 113.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 49 | 11 | 0.71 | 0 | 0.78 | 0.81 | 115.26 | 0.63 | 0.12 |
| Hex | E | 31 | B | 47 | 0 | 4E | 51 | 73 | 3F | C |
| Octal | 16 | 61 | 13 | 107 | 0 | 116 | 121 | 163 | 77 | 14 |
| Binary | 1110 | 110001 | 1011 | 1000111 | 0 | 1001110 | 1010001 | 1110011 | 111111 | 1100 |
Color Harmonies of #0E310B
Complementary color
Monochromatic Colors of #0E310B
Black with #0E310B
Text Example
Text Example
White with #0E310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E310B; }
p { color: rgb(14,49,11); }
H1.HeaderClassName
{
color: #0E310B;
}
.AnyTagClassName
{
color: #0E310B;
}
</style>
background-color css
<style>
a { background-color: #0E310B; }
a { background-color: rgb(14,49,11); }
div.DivClassName
{
background-color: #0E310B;
}
.BgClassName
{
background-color: #0E310B;
}
</style>
border-color css
<style>
span { border-color: #0E310B; }
span { border-color: rgb(14,49,11); }
td.TdClassName
{
border-color: #0E310B;
}
.TagClassName
{
border-color: #0E310B;
}
</style>