Shades of Myrtle #0A320E
Tints of Myrtle #0A320E
RGB
CMYK
RGB Variations
Color information
#0A320E (or 0x0A320E) is known color: Myrtle. HEX triplet: 0A, 32 and 0E. RGB value is (10,50,14). Sum of RGB (Red+Green+Blue) = 10+50+14=74 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.51% from 74); Green value is 50 (19.92% from 255 or 67.57% from 74); Blue value is 14 (5.86% from 255 or 18.92% from 74); Max value from RGB is 50 - color contains mainly: green. Hex color #0A320E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A320E is #F5CDF1. Grayscale: #222222. Windows color (decimal): -16109042 or 930314. OLE color: 930314.
HSL color Cylindrical-coordinate representation of color #0A320E: hue angle of 126º 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 #0A320E is Cyan = 0.80, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 10 | 50 | 14 | - |
| CMYK | 0.80 | 0 | 0.72 | 0.80 |
| HSL | 126º | 0.67% | 0.12% | - |
| HSV(B) | 126º | 0.8% | 0.2% | - |
| XYZ | 1.35 | 2.38 | 0.8 | - |
| YUV | 33.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 50 | 14 | 0.80 | 0 | 0.72 | 0.80 | 126 | 0.67 | 0.12 |
| Hex | A | 32 | E | 50 | 0 | 48 | 50 | 7E | 43 | C |
| Octal | 12 | 62 | 16 | 120 | 0 | 110 | 120 | 176 | 103 | 14 |
| Binary | 1010 | 110010 | 1110 | 1010000 | 0 | 1001000 | 1010000 | 1111110 | 1000011 | 1100 |
Color Harmonies of #0A320E
Complementary color
Monochromatic Colors of #0A320E
Black with #0A320E
Text Example
Text Example
White with #0A320E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A320E; }
p { color: rgb(10,50,14); }
H1.HeaderClassName
{
color: #0A320E;
}
.AnyTagClassName
{
color: #0A320E;
}
</style>
background-color css
<style>
a { background-color: #0A320E; }
a { background-color: rgb(10,50,14); }
div.DivClassName
{
background-color: #0A320E;
}
.BgClassName
{
background-color: #0A320E;
}
</style>
border-color css
<style>
span { border-color: #0A320E; }
span { border-color: rgb(10,50,14); }
td.TdClassName
{
border-color: #0A320E;
}
.TagClassName
{
border-color: #0A320E;
}
</style>