Shades of Myrtle #0A1C03
Tints of Myrtle #0A1C03
RGB
CMYK
RGB Variations
Color information
#0A1C03 (or 0x0A1C03) is known color: Myrtle. HEX triplet: 0A, 1C and 03. RGB value is (10,28,3). Sum of RGB (Red+Green+Blue) = 10+28+3=41 (5% of max value = 765). Red value is 10 (4.30% from 255 or 24.39% from 41); Green value is 28 (11.33% from 255 or 68.29% from 41); Blue value is 3 (1.56% from 255 or 7.32% from 41); Max value from RGB is 28 - color contains mainly: green. Hex color #0A1C03 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0A1C03 is #F5E3FC. Grayscale: #131313. Windows color (decimal): -16114685 or 203786. OLE color: 203786.
HSL color Cylindrical-coordinate representation of color #0A1C03: hue angle of 103.2º degrees, saturation: 0.81, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0A1C03 is Cyan = 0.64, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 10 | 28 | 3 | - |
| CMYK | 0.64 | 0 | 0.89 | 0.89 |
| HSL | 103.2º | 0.81% | 0.06% | - |
| HSV(B) | 103.2º | 0.89% | 0.11% | - |
| XYZ | 0.56 | 0.9 | 0.23 | - |
| YUV | 19.77 | 118.54 | 121.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 28 | 3 | 0.64 | 0 | 0.89 | 0.89 | 103.2 | 0.81 | 0.06 |
| Hex | A | 1C | 3 | 40 | 0 | 59 | 59 | 67 | 51 | 6 |
| Octal | 12 | 34 | 3 | 100 | 0 | 131 | 131 | 147 | 121 | 6 |
| Binary | 1010 | 11100 | 11 | 1000000 | 0 | 1011001 | 1011001 | 1100111 | 1010001 | 110 |
Color Harmonies of #0A1C03
Complementary color
Monochromatic Colors of #0A1C03
Black with #0A1C03
Text Example
Text Example
White with #0A1C03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1C03; }
p { color: rgb(10,28,3); }
H1.HeaderClassName
{
color: #0A1C03;
}
.AnyTagClassName
{
color: #0A1C03;
}
</style>
background-color css
<style>
a { background-color: #0A1C03; }
a { background-color: rgb(10,28,3); }
div.DivClassName
{
background-color: #0A1C03;
}
.BgClassName
{
background-color: #0A1C03;
}
</style>
border-color css
<style>
span { border-color: #0A1C03; }
span { border-color: rgb(10,28,3); }
td.TdClassName
{
border-color: #0A1C03;
}
.TagClassName
{
border-color: #0A1C03;
}
</style>