Shades of Myrtle #013303
Tints of Myrtle #013303
RGB
CMYK
RGB Variations
Color information
#013303 (or 0x013303) is known color: Myrtle. HEX triplet: 01, 33 and 03. RGB value is (1,51,3). Sum of RGB (Red+Green+Blue) = 1+51+3=55 (7% of max value = 765). Red value is 1 (0.78% from 255 or 1.82% from 55); Green value is 51 (20.31% from 255 or 92.73% from 55); Blue value is 3 (1.56% from 255 or 5.45% from 55); Max value from RGB is 51 - color contains mainly: green. Hex color #013303 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013303 is #FECCFC. Grayscale: #1E1E1E. Windows color (decimal): -16698621 or 209665. OLE color: 209665.
HSL color Cylindrical-coordinate representation of color #013303: hue angle of 122.4º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013303 is Cyan = 0.98, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 1 | 51 | 3 | - |
| CMYK | 0.98 | 0 | 0.94 | 0.8 |
| HSL | 122.4º | 0.96% | 0.1% | - |
| HSV(B) | 122.4º | 0.98% | 0.2% | - |
| XYZ | 1.21 | 2.38 | 0.48 | - |
| YUV | 30.58 | 112.44 | 106.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 51 | 3 | 0.98 | 0 | 0.94 | 0.8 | 122.4 | 0.96 | 0.1 |
| Hex | 1 | 33 | 3 | 62 | 0 | 5E | 50 | 7A | 60 | A |
| Octal | 1 | 63 | 3 | 142 | 0 | 136 | 120 | 172 | 140 | 12 |
| Binary | 1 | 110011 | 11 | 1100010 | 0 | 1011110 | 1010000 | 1111010 | 1100000 | 1010 |
Color Harmonies of #013303
Complementary color
Monochromatic Colors of #013303
Black with #013303
Text Example
Text Example
White with #013303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013303; }
p { color: rgb(1,51,3); }
H1.HeaderClassName
{
color: #013303;
}
.AnyTagClassName
{
color: #013303;
}
</style>
background-color css
<style>
a { background-color: #013303; }
a { background-color: rgb(1,51,3); }
div.DivClassName
{
background-color: #013303;
}
.BgClassName
{
background-color: #013303;
}
</style>
border-color css
<style>
span { border-color: #013303; }
span { border-color: rgb(1,51,3); }
td.TdClassName
{
border-color: #013303;
}
.TagClassName
{
border-color: #013303;
}
</style>