Shades of Myrtle #0E160C
Tints of Myrtle #0E160C
RGB
CMYK
RGB Variations
Color information
#0E160C (or 0x0E160C) is known color: Myrtle. HEX triplet: 0E, 16 and 0C. RGB value is (14,22,12). Sum of RGB (Red+Green+Blue) = 14+22+12=48 (6% of max value = 765). Red value is 14 (5.86% from 255 or 29.17% from 48); Green value is 22 (8.98% from 255 or 45.83% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 22 - color contains mainly: green. Hex color #0E160C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0E160C is #F1E9F3. Grayscale: #121212. Windows color (decimal): -15854068 or 792078. OLE color: 792078.
HSL color Cylindrical-coordinate representation of color #0E160C: hue angle of 108º degrees, saturation: 0.29, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #0E160C is Cyan = 0.36, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 14 | 22 | 12 | - |
| CMYK | 0.36 | 0 | 0.45 | 0.91 |
| HSL | 108º | 0.29% | 0.07% | - |
| HSV(B) | 108º | 0.45% | 0.09% | - |
| XYZ | 0.53 | 0.69 | 0.45 | - |
| YUV | 18.47 | 124.35 | 124.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 22 | 12 | 0.36 | 0 | 0.45 | 0.91 | 108 | 0.29 | 0.07 |
| Hex | E | 16 | C | 24 | 0 | 2D | 5B | 6C | 1D | 7 |
| Octal | 16 | 26 | 14 | 44 | 0 | 55 | 133 | 154 | 35 | 7 |
| Binary | 1110 | 10110 | 1100 | 100100 | 0 | 101101 | 1011011 | 1101100 | 11101 | 111 |
Color Harmonies of #0E160C
Complementary color
Monochromatic Colors of #0E160C
Black with #0E160C
Text Example
Text Example
White with #0E160C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E160C; }
p { color: rgb(14,22,12); }
H1.HeaderClassName
{
color: #0E160C;
}
.AnyTagClassName
{
color: #0E160C;
}
</style>
background-color css
<style>
a { background-color: #0E160C; }
a { background-color: rgb(14,22,12); }
div.DivClassName
{
background-color: #0E160C;
}
.BgClassName
{
background-color: #0E160C;
}
</style>
border-color css
<style>
span { border-color: #0E160C; }
span { border-color: rgb(14,22,12); }
td.TdClassName
{
border-color: #0E160C;
}
.TagClassName
{
border-color: #0E160C;
}
</style>