Shades of Myrtle #0A1C09
Tints of Myrtle #0A1C09
RGB
CMYK
RGB Variations
Color information
#0A1C09 (or 0x0A1C09) is known color: Myrtle. HEX triplet: 0A, 1C and 09. RGB value is (10,28,9). Sum of RGB (Red+Green+Blue) = 10+28+9=47 (6% of max value = 765). Red value is 10 (4.30% from 255 or 21.28% from 47); Green value is 28 (11.33% from 255 or 59.57% from 47); Blue value is 9 (3.91% from 255 or 19.15% from 47); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C09 is #F5E3F6. Grayscale: #141414. Windows color (decimal): -16114679 or 597002. OLE color: 597002.
HSL color Cylindrical-coordinate representation of color #0A1C09: hue angle of 116.84º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1C09 is Cyan = 0.64, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 9 | - |
| CMYK | 0.64 | 0 | 0.68 | 0.89 |
| HSL | 116.84º | 0.51% | 0.07% | - |
| HSV(B) | 116.84º | 0.68% | 0.11% | - |
| XYZ | 0.59 | 0.91 | 0.4 | - |
| YUV | 20.45 | 121.54 | 120.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 9 | 0.64 | 0 | 0.68 | 0.89 | 116.84 | 0.51 | 0.07 |
| Hex | A | 1C | 9 | 40 | 0 | 44 | 59 | 75 | 33 | 7 |
| Octal | 12 | 34 | 11 | 100 | 0 | 104 | 131 | 165 | 63 | 7 |
| Binary | 1010 | 11100 | 1001 | 1000000 | 0 | 1000100 | 1011001 | 1110101 | 110011 | 111 |
Color Harmonies of #0A1C09
Complementary color
Monochromatic Colors of #0A1C09
Black with #0A1C09
Text Example
Text Example
White with #0A1C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C09; }
p { color: rgb(10,28,9); }
H1.HeaderClassName
{
color: #0A1C09;
}
.AnyTagClassName
{
color: #0A1C09;
}
</style>
background-color css
<style>
a { background-color: #0A1C09; }
a { background-color: rgb(10,28,9); }
div.DivClassName
{
background-color: #0A1C09;
}
.BgClassName
{
background-color: #0A1C09;
}
</style>
border-color css
<style>
span { border-color: #0A1C09; }
span { border-color: rgb(10,28,9); }
td.TdClassName
{
border-color: #0A1C09;
}
.TagClassName
{
border-color: #0A1C09;
}
</style>