Shades of Myrtle #071303
Tints of Myrtle #071303
RGB
CMYK
RGB Variations
Color information
#071303 (or 0x071303) is known color: Myrtle. HEX triplet: 07, 13 and 03. RGB value is (7,19,3). Sum of RGB (Red+Green+Blue) = 7+19+3=29 (3% of max value = 765). Red value is 7 (3.12% from 255 or 24.14% from 29); Green value is 19 (7.81% from 255 or 65.52% from 29); Blue value is 3 (1.56% from 255 or 10.34% from 29); Max value from RGB is 19 - color contains mainly: green. Hex color #071303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071303 is #F8ECFC. Grayscale: #0D0D0D. Windows color (decimal): -16313597 or 201479. OLE color: 201479.
HSL color Cylindrical-coordinate representation of color #071303: hue angle of 105º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #071303 is Cyan = 0.63, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 7 | 19 | 3 | - |
| CMYK | 0.63 | 0 | 0.84 | 0.93 |
| HSL | 105º | 0.73% | 0.04% | - |
| HSV(B) | 105º | 0.84% | 0.07% | - |
| XYZ | 0.34 | 0.52 | 0.17 | - |
| YUV | 13.59 | 122.02 | 123.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 19 | 3 | 0.63 | 0 | 0.84 | 0.93 | 105 | 0.73 | 0.04 |
| Hex | 7 | 13 | 3 | 3F | 0 | 54 | 5D | 69 | 49 | 4 |
| Octal | 7 | 23 | 3 | 77 | 0 | 124 | 135 | 151 | 111 | 4 |
| Binary | 111 | 10011 | 11 | 111111 | 0 | 1010100 | 1011101 | 1101001 | 1001001 | 100 |
Color Harmonies of #071303
Complementary color
Monochromatic Colors of #071303
Black with #071303
Text Example
Text Example
White with #071303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071303; }
p { color: rgb(7,19,3); }
H1.HeaderClassName
{
color: #071303;
}
.AnyTagClassName
{
color: #071303;
}
</style>
background-color css
<style>
a { background-color: #071303; }
a { background-color: rgb(7,19,3); }
div.DivClassName
{
background-color: #071303;
}
.BgClassName
{
background-color: #071303;
}
</style>
border-color css
<style>
span { border-color: #071303; }
span { border-color: rgb(7,19,3); }
td.TdClassName
{
border-color: #071303;
}
.TagClassName
{
border-color: #071303;
}
</style>