Shades of Myrtle #0A1905
Tints of Myrtle #0A1905
RGB
CMYK
RGB Variations
Color information
#0A1905 (or 0x0A1905) is known color: Myrtle. HEX triplet: 0A, 19 and 05. RGB value is (10,25,5). Sum of RGB (Red+Green+Blue) = 10+25+5=40 (5% of max value = 765). Red value is 10 (4.30% from 255 or 25% from 40); Green value is 25 (10.16% from 255 or 62.5% from 40); Blue value is 5 (2.34% from 255 or 12.5% from 40); Max value from RGB is 25 - color contains mainly: green. Hex color #0A1905 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0A1905 is #F5E6FA. Grayscale: #121212. Windows color (decimal): -16115451 or 334090. OLE color: 334090.
HSL color Cylindrical-coordinate representation of color #0A1905: hue angle of 105º degrees, saturation: 0.67, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A1905 is Cyan = 0.60, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 10 | 25 | 5 | - |
| CMYK | 0.60 | 0 | 0.80 | 0.90 |
| HSL | 105º | 0.67% | 0.06% | - |
| HSV(B) | 105º | 0.8% | 0.1% | - |
| XYZ | 0.5 | 0.77 | 0.27 | - |
| YUV | 18.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 25 | 5 | 0.60 | 0 | 0.80 | 0.90 | 105 | 0.67 | 0.06 |
| Hex | A | 19 | 5 | 3C | 0 | 50 | 5A | 69 | 43 | 6 |
| Octal | 12 | 31 | 5 | 74 | 0 | 120 | 132 | 151 | 103 | 6 |
| Binary | 1010 | 11001 | 101 | 111100 | 0 | 1010000 | 1011010 | 1101001 | 1000011 | 110 |
Color Harmonies of #0A1905
Complementary color
Monochromatic Colors of #0A1905
Black with #0A1905
Text Example
Text Example
White with #0A1905
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1905; }
p { color: rgb(10,25,5); }
H1.HeaderClassName
{
color: #0A1905;
}
.AnyTagClassName
{
color: #0A1905;
}
</style>
background-color css
<style>
a { background-color: #0A1905; }
a { background-color: rgb(10,25,5); }
div.DivClassName
{
background-color: #0A1905;
}
.BgClassName
{
background-color: #0A1905;
}
</style>
border-color css
<style>
span { border-color: #0A1905; }
span { border-color: rgb(10,25,5); }
td.TdClassName
{
border-color: #0A1905;
}
.TagClassName
{
border-color: #0A1905;
}
</style>