Shades of Myrtle #0A1509
Tints of Myrtle #0A1509
RGB
CMYK
RGB Variations
Color information
#0A1509 (or 0x0A1509) is known color: Myrtle. HEX triplet: 0A, 15 and 09. RGB value is (10,21,9). Sum of RGB (Red+Green+Blue) = 10+21+9=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 21 (8.59% from 255 or 52.5% from 40); Blue value is 9 (3.91% from 255 or 22.5% from 40); Max value from RGB is 21 - color contains mainly: green. Hex color #0A1509 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1509 is #F5EAF6. Grayscale: #101010. Windows color (decimal): -16116471 or 595210. OLE color: 595210.
HSL color Cylindrical-coordinate representation of color #0A1509: hue angle of 115º degrees, saturation: 0.4, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #0A1509 is Cyan = 0.52, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 10 | 21 | 9 | - |
| CMYK | 0.52 | 0 | 0.57 | 0.92 |
| HSL | 115º | 0.4% | 0.06% | - |
| HSV(B) | 115º | 0.57% | 0.08% | - |
| XYZ | 0.44 | 0.62 | 0.35 | - |
| YUV | 16.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 21 | 9 | 0.52 | 0 | 0.57 | 0.92 | 115 | 0.4 | 0.06 |
| Hex | A | 15 | 9 | 34 | 0 | 39 | 5C | 73 | 28 | 6 |
| Octal | 12 | 25 | 11 | 64 | 0 | 71 | 134 | 163 | 50 | 6 |
| Binary | 1010 | 10101 | 1001 | 110100 | 0 | 111001 | 1011100 | 1110011 | 101000 | 110 |
Color Harmonies of #0A1509
Complementary color
Monochromatic Colors of #0A1509
Black with #0A1509
Text Example
Text Example
White with #0A1509
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1509; }
p { color: rgb(10,21,9); }
H1.HeaderClassName
{
color: #0A1509;
}
.AnyTagClassName
{
color: #0A1509;
}
</style>
background-color css
<style>
a { background-color: #0A1509; }
a { background-color: rgb(10,21,9); }
div.DivClassName
{
background-color: #0A1509;
}
.BgClassName
{
background-color: #0A1509;
}
</style>
border-color css
<style>
span { border-color: #0A1509; }
span { border-color: rgb(10,21,9); }
td.TdClassName
{
border-color: #0A1509;
}
.TagClassName
{
border-color: #0A1509;
}
</style>