Shades of Myrtle #0A2003
Tints of Myrtle #0A2003
RGB
CMYK
RGB Variations
Color information
#0A2003 (or 0x0A2003) is known color: Myrtle. HEX triplet: 0A, 20 and 03. RGB value is (10,32,3). Sum of RGB (Red+Green+Blue) = 10+32+3=45 (5% of max value = 765). Red value is 10 (4.30% from 255 or 22.22% from 45); Green value is 32 (12.89% from 255 or 71.11% from 45); Blue value is 3 (1.56% from 255 or 6.67% from 45); Max value from RGB is 32 - color contains mainly: green. Hex color #0A2003 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A2003 is #F5DFFC. Grayscale: #161616. Windows color (decimal): -16113661 or 204810. OLE color: 204810.
HSL color Cylindrical-coordinate representation of color #0A2003: hue angle of 105.52º degrees, saturation: 0.83, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0A2003 is Cyan = 0.69, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 32 | 3 | - |
| CMYK | 0.69 | 0 | 0.91 | 0.87 |
| HSL | 105.52º | 0.83% | 0.07% | - |
| HSV(B) | 105.52º | 0.91% | 0.13% | - |
| XYZ | 0.66 | 1.1 | 0.26 | - |
| YUV | 22.12 | 117.21 | 119.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 32 | 3 | 0.69 | 0 | 0.91 | 0.87 | 105.52 | 0.83 | 0.07 |
| Hex | A | 20 | 3 | 45 | 0 | 5B | 57 | 6A | 53 | 7 |
| Octal | 12 | 40 | 3 | 105 | 0 | 133 | 127 | 152 | 123 | 7 |
| Binary | 1010 | 100000 | 11 | 1000101 | 0 | 1011011 | 1010111 | 1101010 | 1010011 | 111 |
Color Harmonies of #0A2003
Complementary color
Monochromatic Colors of #0A2003
Black with #0A2003
Text Example
Text Example
White with #0A2003
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2003; }
p { color: rgb(10,32,3); }
H1.HeaderClassName
{
color: #0A2003;
}
.AnyTagClassName
{
color: #0A2003;
}
</style>
background-color css
<style>
a { background-color: #0A2003; }
a { background-color: rgb(10,32,3); }
div.DivClassName
{
background-color: #0A2003;
}
.BgClassName
{
background-color: #0A2003;
}
</style>
border-color css
<style>
span { border-color: #0A2003; }
span { border-color: rgb(10,32,3); }
td.TdClassName
{
border-color: #0A2003;
}
.TagClassName
{
border-color: #0A2003;
}
</style>