Shades of Myrtle #0E330A
Tints of Myrtle #0E330A
RGB
CMYK
RGB Variations
Color information
#0E330A (or 0x0E330A) is known color: Myrtle. HEX triplet: 0E, 33 and 0A. RGB value is (14,51,10). Sum of RGB (Red+Green+Blue) = 14+51+10=75 (9% of max value = 765). Red value is 14 (5.86% from 255 or 18.67% from 75); Green value is 51 (20.31% from 255 or 68% from 75); Blue value is 10 (4.30% from 255 or 13.33% from 75); Max value from RGB is 51 - color contains mainly: green. Hex color #0E330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E330A is #F1CCF5. Grayscale: #232323. Windows color (decimal): -15846646 or 668430. OLE color: 668430.
HSL color Cylindrical-coordinate representation of color #0E330A: hue angle of 114.15º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0E330A is Cyan = 0.73, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 14 | 51 | 10 | - |
| CMYK | 0.73 | 0 | 0.80 | 0.8 |
| HSL | 114.15º | 0.67% | 0.12% | - |
| HSV(B) | 114.15º | 0.8% | 0.2% | - |
| XYZ | 1.42 | 2.48 | 0.69 | - |
| YUV | 35.26 | 113.74 | 112.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 51 | 10 | 0.73 | 0 | 0.80 | 0.8 | 114.15 | 0.67 | 0.12 |
| Hex | E | 33 | A | 49 | 0 | 50 | 50 | 72 | 43 | C |
| Octal | 16 | 63 | 12 | 111 | 0 | 120 | 120 | 162 | 103 | 14 |
| Binary | 1110 | 110011 | 1010 | 1001001 | 0 | 1010000 | 1010000 | 1110010 | 1000011 | 1100 |
Color Harmonies of #0E330A
Complementary color
Monochromatic Colors of #0E330A
Black with #0E330A
Text Example
Text Example
White with #0E330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E330A; }
p { color: rgb(14,51,10); }
H1.HeaderClassName
{
color: #0E330A;
}
.AnyTagClassName
{
color: #0E330A;
}
</style>
background-color css
<style>
a { background-color: #0E330A; }
a { background-color: rgb(14,51,10); }
div.DivClassName
{
background-color: #0E330A;
}
.BgClassName
{
background-color: #0E330A;
}
</style>
border-color css
<style>
span { border-color: #0E330A; }
span { border-color: rgb(14,51,10); }
td.TdClassName
{
border-color: #0E330A;
}
.TagClassName
{
border-color: #0E330A;
}
</style>