Shades of Myrtle #031300
Tints of Myrtle #031300
RGB
CMYK
RGB Variations
Color information
#031300 (or 0x031300) is known color: Myrtle. HEX triplet: 03, 13 and 00. RGB value is (3,19,0). Sum of RGB (Red+Green+Blue) = 3+19+0=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 19 (7.81% from 255 or 86.36% from 22); Blue value is 0 (0.39% from 255 or 0% from 22); Max value from RGB is 19 - color contains mainly: green. Hex color #031300 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031300 is #FCECFF. Grayscale: #0C0C0C. Windows color (decimal): -16575744 or 4867. OLE color: 4867.
HSL color Cylindrical-coordinate representation of color #031300: hue angle of 110.53º degrees, saturation: 1, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 1%. Process color model (Four color, CMYK) of #031300 is Cyan = 0.84, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 19 | 0 | - |
| CMYK | 0.84 | 0 | 1 | 0.93 |
| HSL | 110.53º | 1% | 0.04% | - |
| HSV(B) | 110.53º | 1% | 0.07% | - |
| XYZ | 0.27 | 0.49 | 0.08 | - |
| YUV | 12.05 | 121.2 | 121.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 19 | 0 | 0.84 | 0 | 1 | 0.93 | 110.53 | 1 | 0.04 |
| Hex | 3 | 13 | 0 | 54 | 0 | 64 | 5D | 6F | 64 | 4 |
| Octal | 3 | 23 | 0 | 124 | 0 | 144 | 135 | 157 | 144 | 4 |
| Binary | 11 | 10011 | 0 | 1010100 | 0 | 1100100 | 1011101 | 1101111 | 1100100 | 100 |
Color Harmonies of #031300
Complementary color
Monochromatic Colors of #031300
Black with #031300
Text Example
Text Example
White with #031300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031300; }
p { color: rgb(3,19,0); }
H1.HeaderClassName
{
color: #031300;
}
.AnyTagClassName
{
color: #031300;
}
</style>
background-color css
<style>
a { background-color: #031300; }
a { background-color: rgb(3,19,0); }
div.DivClassName
{
background-color: #031300;
}
.BgClassName
{
background-color: #031300;
}
</style>
border-color css
<style>
span { border-color: #031300; }
span { border-color: rgb(3,19,0); }
td.TdClassName
{
border-color: #031300;
}
.TagClassName
{
border-color: #031300;
}
</style>