Shades of Myrtle #051303
Tints of Myrtle #051303
RGB
CMYK
RGB Variations
Color information
#051303 (or 0x051303) is known color: Myrtle. HEX triplet: 05, 13 and 03. RGB value is (5,19,3). Sum of RGB (Red+Green+Blue) = 5+19+3=27 (3% of max value = 765). Red value is 5 (2.34% from 255 or 18.52% from 27); Green value is 19 (7.81% from 255 or 70.37% from 27); Blue value is 3 (1.56% from 255 or 11.11% from 27); Max value from RGB is 19 - color contains mainly: green. Hex color #051303 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #051303 is #FAECFC. Grayscale: #0D0D0D. Windows color (decimal): -16444669 or 201477. OLE color: 201477.
HSL color Cylindrical-coordinate representation of color #051303: hue angle of 112.5º 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 #051303 is Cyan = 0.74, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 5 | 19 | 3 | - |
| CMYK | 0.74 | 0 | 0.84 | 0.93 |
| HSL | 112.5º | 0.73% | 0.04% | - |
| HSV(B) | 112.5º | 0.84% | 0.07% | - |
| XYZ | 0.31 | 0.5 | 0.17 | - |
| YUV | 12.99 | 122.36 | 122.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 19 | 3 | 0.74 | 0 | 0.84 | 0.93 | 112.5 | 0.73 | 0.04 |
| Hex | 5 | 13 | 3 | 4A | 0 | 54 | 5D | 70 | 49 | 4 |
| Octal | 5 | 23 | 3 | 112 | 0 | 124 | 135 | 160 | 111 | 4 |
| Binary | 101 | 10011 | 11 | 1001010 | 0 | 1010100 | 1011101 | 1110000 | 1001001 | 100 |
Color Harmonies of #051303
Complementary color
Monochromatic Colors of #051303
Black with #051303
Text Example
Text Example
White with #051303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051303; }
p { color: rgb(5,19,3); }
H1.HeaderClassName
{
color: #051303;
}
.AnyTagClassName
{
color: #051303;
}
</style>
background-color css
<style>
a { background-color: #051303; }
a { background-color: rgb(5,19,3); }
div.DivClassName
{
background-color: #051303;
}
.BgClassName
{
background-color: #051303;
}
</style>
border-color css
<style>
span { border-color: #051303; }
span { border-color: rgb(5,19,3); }
td.TdClassName
{
border-color: #051303;
}
.TagClassName
{
border-color: #051303;
}
</style>