Shades of Myrtle #003103
Tints of Myrtle #003103
RGB
CMYK
RGB Variations
Color information
#003103 (or 0x003103) is known color: Myrtle. HEX triplet: 00, 31 and 03. RGB value is (0,49,3). Sum of RGB (Red+Green+Blue) = 0+49+3=52 (6% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 52); Green value is 49 (19.53% from 255 or 94.23% from 52); Blue value is 3 (1.56% from 255 or 5.77% from 52); Max value from RGB is 49 - color contains mainly: green. Hex color #003103 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #003103 is #FFCEFC. Grayscale: #1D1D1D. Windows color (decimal): -16764669 or 209152. OLE color: 209152.
HSL color Cylindrical-coordinate representation of color #003103: hue angle of 123.67º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003103 is Cyan = 1, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 0 | 49 | 3 | - |
| CMYK | 1 | 0 | 0.94 | 0.81 |
| HSL | 123.67º | 1% | 0.1% | - |
| HSV(B) | 123.67º | 1% | 0.19% | - |
| XYZ | 1.11 | 2.2 | 0.45 | - |
| YUV | 29.11 | 113.27 | 107.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 49 | 3 | 1 | 0 | 0.94 | 0.81 | 123.67 | 1 | 0.1 |
| Hex | 0 | 31 | 3 | 64 | 0 | 5E | 51 | 7C | 64 | A |
| Octal | 0 | 61 | 3 | 144 | 0 | 136 | 121 | 174 | 144 | 12 |
| Binary | 0 | 110001 | 11 | 1100100 | 0 | 1011110 | 1010001 | 1111100 | 1100100 | 1010 |
Color Harmonies of #003103
Complementary color
Monochromatic Colors of #003103
Black with #003103
Text Example
Text Example
White with #003103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003103; }
p { color: rgb(0,49,3); }
H1.HeaderClassName
{
color: #003103;
}
.AnyTagClassName
{
color: #003103;
}
</style>
background-color css
<style>
a { background-color: #003103; }
a { background-color: rgb(0,49,3); }
div.DivClassName
{
background-color: #003103;
}
.BgClassName
{
background-color: #003103;
}
</style>
border-color css
<style>
span { border-color: #003103; }
span { border-color: rgb(0,49,3); }
td.TdClassName
{
border-color: #003103;
}
.TagClassName
{
border-color: #003103;
}
</style>