Shades of Myrtle #0E210C
Tints of Myrtle #0E210C
RGB
CMYK
RGB Variations
Color information
#0E210C (or 0x0E210C) is known color: Myrtle. HEX triplet: 0E, 21 and 0C. RGB value is (14,33,12). Sum of RGB (Red+Green+Blue) = 14+33+12=59 (7% of max value = 765). Red value is 14 (5.86% from 255 or 23.73% from 59); Green value is 33 (13.28% from 255 or 55.93% from 59); Blue value is 12 (5.08% from 255 or 20.34% from 59); Max value from RGB is 33 - color contains mainly: green. Hex color #0E210C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E210C is #F1DEF3. Grayscale: #181818. Windows color (decimal): -15851252 or 794894. OLE color: 794894.
HSL color Cylindrical-coordinate representation of color #0E210C: hue angle of 114.29º degrees, saturation: 0.47, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #0E210C is Cyan = 0.58, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 33 | 12 | - |
| CMYK | 0.58 | 0 | 0.64 | 0.87 |
| HSL | 114.29º | 0.47% | 0.09% | - |
| HSV(B) | 114.29º | 0.64% | 0.13% | - |
| XYZ | 0.79 | 1.21 | 0.54 | - |
| YUV | 24.93 | 120.71 | 120.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 33 | 12 | 0.58 | 0 | 0.64 | 0.87 | 114.29 | 0.47 | 0.09 |
| Hex | E | 21 | C | 3A | 0 | 40 | 57 | 72 | 2F | 9 |
| Octal | 16 | 41 | 14 | 72 | 0 | 100 | 127 | 162 | 57 | 11 |
| Binary | 1110 | 100001 | 1100 | 111010 | 0 | 1000000 | 1010111 | 1110010 | 101111 | 1001 |
Color Harmonies of #0E210C
Complementary color
Monochromatic Colors of #0E210C
Black with #0E210C
Text Example
Text Example
White with #0E210C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E210C; }
p { color: rgb(14,33,12); }
H1.HeaderClassName
{
color: #0E210C;
}
.AnyTagClassName
{
color: #0E210C;
}
</style>
background-color css
<style>
a { background-color: #0E210C; }
a { background-color: rgb(14,33,12); }
div.DivClassName
{
background-color: #0E210C;
}
.BgClassName
{
background-color: #0E210C;
}
</style>
border-color css
<style>
span { border-color: #0E210C; }
span { border-color: rgb(14,33,12); }
td.TdClassName
{
border-color: #0E210C;
}
.TagClassName
{
border-color: #0E210C;
}
</style>