Shades of Myrtle #0A1209
Tints of Myrtle #0A1209
RGB
CMYK
RGB Variations
Color information
#0A1209 (or 0x0A1209) is known color: Myrtle. HEX triplet: 0A, 12 and 09. RGB value is (10,18,9). Sum of RGB (Red+Green+Blue) = 10+18+9=37 (4% of max value = 765). Red value is 10 (4.30% from 255 or 27.03% from 37); Green value is 18 (7.42% from 255 or 48.65% from 37); Blue value is 9 (3.91% from 255 or 24.32% from 37); Max value from RGB is 18 - color contains mainly: green. Hex color #0A1209 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1209 is #F5EDF6. Grayscale: #0E0E0E. Windows color (decimal): -16117239 or 594442. OLE color: 594442.
HSL color Cylindrical-coordinate representation of color #0A1209: hue angle of 113.33º degrees, saturation: 0.33, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #0A1209 is Cyan = 0.44, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.93.
Color convert
RGB | 10 | 18 | 9 | - |
CMYK | 0.44 | 0 | 0.5 | 0.93 |
HSL | 113.33º | 0.33% | 0.05% | - |
HSV(B) | 113.33º | 0.5% | 0.07% | - |
XYZ | 0.39 | 0.52 | 0.34 | - |
YUV | 14.58 | 124.85 | 124.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 10 | 18 | 9 | 0.44 | 0 | 0.5 | 0.93 | 113.33 | 0.33 | 0.05 |
Hex | A | 12 | 9 | 2C | 0 | 32 | 5D | 71 | 21 | 5 |
Octal | 12 | 22 | 11 | 54 | 0 | 62 | 135 | 161 | 41 | 5 |
Binary | 1010 | 10010 | 1001 | 101100 | 0 | 110010 | 1011101 | 1110001 | 100001 | 101 |
Color Harmonies of #0A1209
Complementary color
Monochromatic Colors of #0A1209
Black with #0A1209
Text Example
Text Example
White with #0A1209
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1209; }
p { color: rgb(10,18,9); }
H1.HeaderClassName
{
color: #0A1209;
}
.AnyTagClassName
{
color: #0A1209;
}
</style>
background-color css
<style>
a { background-color: #0A1209; }
a { background-color: rgb(10,18,9); }
div.DivClassName
{
background-color: #0A1209;
}
.BgClassName
{
background-color: #0A1209;
}
</style>
border-color css
<style>
span { border-color: #0A1209; }
span { border-color: rgb(10,18,9); }
td.TdClassName
{
border-color: #0A1209;
}
.TagClassName
{
border-color: #0A1209;
}
</style>