Shades of Myrtle #0E3303
Tints of Myrtle #0E3303
RGB
CMYK
RGB Variations
Color information
#0E3303 (or 0x0E3303) is known color: Myrtle. HEX triplet: 0E, 33 and 03. RGB value is (14,51,3). Sum of RGB (Red+Green+Blue) = 14+51+3=68 (9% of max value = 765). Red value is 14 (5.86% from 255 or 20.59% from 68); Green value is 51 (20.31% from 255 or 75% from 68); Blue value is 3 (1.56% from 255 or 4.41% from 68); Max value from RGB is 51 - color contains mainly: green. Hex color #0E3303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E3303 is #F1CCFC. Grayscale: #222222. Windows color (decimal): -15846653 or 209678. OLE color: 209678.
HSL color Cylindrical-coordinate representation of color #0E3303: hue angle of 106.25º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0E3303 is Cyan = 0.73, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 3 | - |
| CMYK | 0.73 | 0 | 0.94 | 0.8 |
| HSL | 106.25º | 0.89% | 0.11% | - |
| HSV(B) | 106.25º | 0.94% | 0.2% | - |
| XYZ | 1.38 | 2.47 | 0.49 | - |
| YUV | 34.47 | 110.24 | 113.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 3 | 0.73 | 0 | 0.94 | 0.8 | 106.25 | 0.89 | 0.11 |
| Hex | E | 33 | 3 | 49 | 0 | 5E | 50 | 6A | 59 | B |
| Octal | 16 | 63 | 3 | 111 | 0 | 136 | 120 | 152 | 131 | 13 |
| Binary | 1110 | 110011 | 11 | 1001001 | 0 | 1011110 | 1010000 | 1101010 | 1011001 | 1011 |
Color Harmonies of #0E3303
Complementary color
Monochromatic Colors of #0E3303
Black with #0E3303
Text Example
Text Example
White with #0E3303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E3303; }
p { color: rgb(14,51,3); }
H1.HeaderClassName
{
color: #0E3303;
}
.AnyTagClassName
{
color: #0E3303;
}
</style>
background-color css
<style>
a { background-color: #0E3303; }
a { background-color: rgb(14,51,3); }
div.DivClassName
{
background-color: #0E3303;
}
.BgClassName
{
background-color: #0E3303;
}
</style>
border-color css
<style>
span { border-color: #0E3303; }
span { border-color: rgb(14,51,3); }
td.TdClassName
{
border-color: #0E3303;
}
.TagClassName
{
border-color: #0E3303;
}
</style>