Shades of Myrtle #0A1D09
Tints of Myrtle #0A1D09
RGB
CMYK
RGB Variations
Color information
#0A1D09 (or 0x0A1D09) is known color: Myrtle. HEX triplet: 0A, 1D and 09. RGB value is (10,29,9). Sum of RGB (Red+Green+Blue) = 10+29+9=48 (6% of max value = 765). Red value is 10 (4.30% from 255 or 20.83% from 48); Green value is 29 (11.72% from 255 or 60.42% from 48); Blue value is 9 (3.91% from 255 or 18.75% from 48); Max value from RGB is 29 - color contains mainly: green. Hex color #0A1D09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1D09 is #F5E2F6. Grayscale: #151515. Windows color (decimal): -16114423 or 597258. OLE color: 597258.
HSL color Cylindrical-coordinate representation of color #0A1D09: hue angle of 117º degrees, saturation: 0.53, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0A1D09 is Cyan = 0.66, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 29 | 9 | - |
| CMYK | 0.66 | 0 | 0.69 | 0.89 |
| HSL | 117º | 0.53% | 0.07% | - |
| HSV(B) | 117º | 0.69% | 0.11% | - |
| XYZ | 0.61 | 0.96 | 0.41 | - |
| YUV | 21.04 | 121.21 | 120.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 29 | 9 | 0.66 | 0 | 0.69 | 0.89 | 117 | 0.53 | 0.07 |
| Hex | A | 1D | 9 | 42 | 0 | 45 | 59 | 75 | 35 | 7 |
| Octal | 12 | 35 | 11 | 102 | 0 | 105 | 131 | 165 | 65 | 7 |
| Binary | 1010 | 11101 | 1001 | 1000010 | 0 | 1000101 | 1011001 | 1110101 | 110101 | 111 |
Color Harmonies of #0A1D09
Complementary color
Monochromatic Colors of #0A1D09
Black with #0A1D09
Text Example
Text Example
White with #0A1D09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1D09; }
p { color: rgb(10,29,9); }
H1.HeaderClassName
{
color: #0A1D09;
}
.AnyTagClassName
{
color: #0A1D09;
}
</style>
background-color css
<style>
a { background-color: #0A1D09; }
a { background-color: rgb(10,29,9); }
div.DivClassName
{
background-color: #0A1D09;
}
.BgClassName
{
background-color: #0A1D09;
}
</style>
border-color css
<style>
span { border-color: #0A1D09; }
span { border-color: rgb(10,29,9); }
td.TdClassName
{
border-color: #0A1D09;
}
.TagClassName
{
border-color: #0A1D09;
}
</style>