Shades of Myrtle #073103
Tints of Myrtle #073103
RGB
CMYK
RGB Variations
Color information
#073103 (or 0x073103) is known color: Myrtle. HEX triplet: 07, 31 and 03. RGB value is (7,49,3). Sum of RGB (Red+Green+Blue) = 7+49+3=59 (7% of max value = 765). Red value is 7 (3.12% from 255 or 11.86% from 59); Green value is 49 (19.53% from 255 or 83.05% from 59); Blue value is 3 (1.56% from 255 or 5.08% from 59); Max value from RGB is 49 - color contains mainly: green. Hex color #073103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #073103 is #F8CEFC. Grayscale: #1F1F1F. Windows color (decimal): -16305917 or 209159. OLE color: 209159.
HSL color Cylindrical-coordinate representation of color #073103: hue angle of 114.78º degrees, saturation: 0.88, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #073103 is Cyan = 0.86, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 7 | 49 | 3 | - |
| CMYK | 0.86 | 0 | 0.94 | 0.81 |
| HSL | 114.78º | 0.88% | 0.1% | - |
| HSV(B) | 114.78º | 0.94% | 0.19% | - |
| XYZ | 1.2 | 2.25 | 0.46 | - |
| YUV | 31.2 | 112.09 | 110.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 49 | 3 | 0.86 | 0 | 0.94 | 0.81 | 114.78 | 0.88 | 0.1 |
| Hex | 7 | 31 | 3 | 56 | 0 | 5E | 51 | 73 | 58 | A |
| Octal | 7 | 61 | 3 | 126 | 0 | 136 | 121 | 163 | 130 | 12 |
| Binary | 111 | 110001 | 11 | 1010110 | 0 | 1011110 | 1010001 | 1110011 | 1011000 | 1010 |
Color Harmonies of #073103
Complementary color
Monochromatic Colors of #073103
Black with #073103
Text Example
Text Example
White with #073103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073103; }
p { color: rgb(7,49,3); }
H1.HeaderClassName
{
color: #073103;
}
.AnyTagClassName
{
color: #073103;
}
</style>
background-color css
<style>
a { background-color: #073103; }
a { background-color: rgb(7,49,3); }
div.DivClassName
{
background-color: #073103;
}
.BgClassName
{
background-color: #073103;
}
</style>
border-color css
<style>
span { border-color: #073103; }
span { border-color: rgb(7,49,3); }
td.TdClassName
{
border-color: #073103;
}
.TagClassName
{
border-color: #073103;
}
</style>