Shades of Myrtle #013103
Tints of Myrtle #013103
RGB
CMYK
RGB Variations
Color information
#013103 (or 0x013103) is known color: Myrtle. HEX triplet: 01, 31 and 03. RGB value is (1,49,3). Sum of RGB (Red+Green+Blue) = 1+49+3=53 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.89% from 53); Green value is 49 (19.53% from 255 or 92.45% from 53); Blue value is 3 (1.56% from 255 or 5.66% from 53); Max value from RGB is 49 - color contains mainly: green. Hex color #013103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013103 is #FECEFC. Grayscale: #1D1D1D. Windows color (decimal): -16699133 or 209153. OLE color: 209153.
HSL color Cylindrical-coordinate representation of color #013103: hue angle of 122.5º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013103 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 3 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.81 |
| HSL | 122.5º | 0.96% | 0.1% | - |
| HSV(B) | 122.5º | 0.98% | 0.19% | - |
| XYZ | 1.13 | 2.21 | 0.45 | - |
| YUV | 29.4 | 113.1 | 107.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 3 | 0.98 | 0 | 0.94 | 0.81 | 122.5 | 0.96 | 0.1 |
| Hex | 1 | 31 | 3 | 62 | 0 | 5E | 51 | 7B | 60 | A |
| Octal | 1 | 61 | 3 | 142 | 0 | 136 | 121 | 173 | 140 | 12 |
| Binary | 1 | 110001 | 11 | 1100010 | 0 | 1011110 | 1010001 | 1111011 | 1100000 | 1010 |
Color Harmonies of #013103
Complementary color
Monochromatic Colors of #013103
Black with #013103
Text Example
Text Example
White with #013103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013103; }
p { color: rgb(1,49,3); }
H1.HeaderClassName
{
color: #013103;
}
.AnyTagClassName
{
color: #013103;
}
</style>
background-color css
<style>
a { background-color: #013103; }
a { background-color: rgb(1,49,3); }
div.DivClassName
{
background-color: #013103;
}
.BgClassName
{
background-color: #013103;
}
</style>
border-color css
<style>
span { border-color: #013103; }
span { border-color: rgb(1,49,3); }
td.TdClassName
{
border-color: #013103;
}
.TagClassName
{
border-color: #013103;
}
</style>