Shades of Myrtle #071403
Tints of Myrtle #071403
RGB
CMYK
RGB Variations
Color information
#071403 (or 0x071403) is known color: Myrtle. HEX triplet: 07, 14 and 03. RGB value is (7,20,3). Sum of RGB (Red+Green+Blue) = 7+20+3=30 (3% of max value = 765). Red value is 7 (3.12% from 255 or 23.33% from 30); Green value is 20 (8.20% from 255 or 66.67% from 30); Blue value is 3 (1.56% from 255 or 10% from 30); Max value from RGB is 20 - color contains mainly: green. Hex color #071403 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #071403 is #F8EBFC. Grayscale: #0E0E0E. Windows color (decimal): -16313341 or 201735. OLE color: 201735.
HSL color Cylindrical-coordinate representation of color #071403: hue angle of 105.88º degrees, saturation: 0.74, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #071403 is Cyan = 0.65, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 7 | 20 | 3 | - |
| CMYK | 0.65 | 0 | 0.85 | 0.92 |
| HSL | 105.88º | 0.74% | 0.05% | - |
| HSV(B) | 105.88º | 0.85% | 0.08% | - |
| XYZ | 0.35 | 0.55 | 0.17 | - |
| YUV | 14.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 20 | 3 | 0.65 | 0 | 0.85 | 0.92 | 105.88 | 0.74 | 0.05 |
| Hex | 7 | 14 | 3 | 41 | 0 | 55 | 5C | 6A | 4A | 5 |
| Octal | 7 | 24 | 3 | 101 | 0 | 125 | 134 | 152 | 112 | 5 |
| Binary | 111 | 10100 | 11 | 1000001 | 0 | 1010101 | 1011100 | 1101010 | 1001010 | 101 |
Color Harmonies of #071403
Complementary color
Monochromatic Colors of #071403
Black with #071403
Text Example
Text Example
White with #071403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #071403; }
p { color: rgb(7,20,3); }
H1.HeaderClassName
{
color: #071403;
}
.AnyTagClassName
{
color: #071403;
}
</style>
background-color css
<style>
a { background-color: #071403; }
a { background-color: rgb(7,20,3); }
div.DivClassName
{
background-color: #071403;
}
.BgClassName
{
background-color: #071403;
}
</style>
border-color css
<style>
span { border-color: #071403; }
span { border-color: rgb(7,20,3); }
td.TdClassName
{
border-color: #071403;
}
.TagClassName
{
border-color: #071403;
}
</style>