Shades of Myrtle #0E170D
Tints of Myrtle #0E170D
RGB
CMYK
RGB Variations
Color information
#0E170D (or 0x0E170D) is known color: Myrtle. HEX triplet: 0E, 17 and 0D. RGB value is (14,23,13). Sum of RGB (Red+Green+Blue) = 14+23+13=50 (6% of max value = 765). Red value is 14 (5.86% from 255 or 28% from 50); Green value is 23 (9.38% from 255 or 46% from 50); Blue value is 13 (5.47% from 255 or 26% from 50); Max value from RGB is 23 - color contains mainly: green. Hex color #0E170D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E170D is #F1E8F2. Grayscale: #131313. Windows color (decimal): -15853811 or 857870. OLE color: 857870.
HSL color Cylindrical-coordinate representation of color #0E170D: hue angle of 114º degrees, saturation: 0.28, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0E170D is Cyan = 0.39, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 23 | 13 | - |
| CMYK | 0.39 | 0 | 0.43 | 0.91 |
| HSL | 114º | 0.28% | 0.07% | - |
| HSV(B) | 114º | 0.43% | 0.09% | - |
| XYZ | 0.56 | 0.74 | 0.49 | - |
| YUV | 19.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 23 | 13 | 0.39 | 0 | 0.43 | 0.91 | 114 | 0.28 | 0.07 |
| Hex | E | 17 | D | 27 | 0 | 2B | 5B | 72 | 1C | 7 |
| Octal | 16 | 27 | 15 | 47 | 0 | 53 | 133 | 162 | 34 | 7 |
| Binary | 1110 | 10111 | 1101 | 100111 | 0 | 101011 | 1011011 | 1110010 | 11100 | 111 |
Color Harmonies of #0E170D
Complementary color
Monochromatic Colors of #0E170D
Black with #0E170D
Text Example
Text Example
White with #0E170D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E170D; }
p { color: rgb(14,23,13); }
H1.HeaderClassName
{
color: #0E170D;
}
.AnyTagClassName
{
color: #0E170D;
}
</style>
background-color css
<style>
a { background-color: #0E170D; }
a { background-color: rgb(14,23,13); }
div.DivClassName
{
background-color: #0E170D;
}
.BgClassName
{
background-color: #0E170D;
}
</style>
border-color css
<style>
span { border-color: #0E170D; }
span { border-color: rgb(14,23,13); }
td.TdClassName
{
border-color: #0E170D;
}
.TagClassName
{
border-color: #0E170D;
}
</style>