Shades of Myrtle #013100
Tints of Myrtle #013100
RGB
CMYK
RGB Variations
Color information
#013100 (or 0x013100) is known color: Myrtle. HEX triplet: 01, 31 and 00. RGB value is (1,49,0). Sum of RGB (Red+Green+Blue) = 1+49+0=50 (6% of max value = 765). Red value is 1 (0.78% from 255 or 2% from 50); Green value is 49 (19.53% from 255 or 98% from 50); Blue value is 0 (0.39% from 255 or 0% from 50); Max value from RGB is 49 - color contains mainly: green. Hex color #013100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013100 is #FECEFF. Grayscale: #1D1D1D. Windows color (decimal): -16699136 or 12545. OLE color: 12545.
HSL color Cylindrical-coordinate representation of color #013100: hue angle of 118.78º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #013100 is Cyan = 0.98, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 1 | 49 | 0 | - |
| CMYK | 0.98 | 0 | 1 | 0.81 |
| HSL | 118.78º | 1% | 0.1% | - |
| HSV(B) | 118.78º | 1% | 0.19% | - |
| XYZ | 1.11 | 2.2 | 0.37 | - |
| YUV | 29.06 | 111.6 | 107.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 49 | 0 | 0.98 | 0 | 1 | 0.81 | 118.78 | 1 | 0.1 |
| Hex | 1 | 31 | 0 | 62 | 0 | 64 | 51 | 77 | 64 | A |
| Octal | 1 | 61 | 0 | 142 | 0 | 144 | 121 | 167 | 144 | 12 |
| Binary | 1 | 110001 | 0 | 1100010 | 0 | 1100100 | 1010001 | 1110111 | 1100100 | 1010 |
Color Harmonies of #013100
Complementary color
Monochromatic Colors of #013100
Black with #013100
Text Example
Text Example
White with #013100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013100; }
p { color: rgb(1,49,0); }
H1.HeaderClassName
{
color: #013100;
}
.AnyTagClassName
{
color: #013100;
}
</style>
background-color css
<style>
a { background-color: #013100; }
a { background-color: rgb(1,49,0); }
div.DivClassName
{
background-color: #013100;
}
.BgClassName
{
background-color: #013100;
}
</style>
border-color css
<style>
span { border-color: #013100; }
span { border-color: rgb(1,49,0); }
td.TdClassName
{
border-color: #013100;
}
.TagClassName
{
border-color: #013100;
}
</style>