Shades of Myrtle #031200
Tints of Myrtle #031200
RGB
CMYK
RGB Variations
Color information
#031200 (or 0x031200) is known color: Myrtle. HEX triplet: 03, 12 and 00. RGB value is (3,18,0). Sum of RGB (Red+Green+Blue) = 3+18+0=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 18 (7.42% from 255 or 85.71% from 21); Blue value is 0 (0.39% from 255 or 0% from 21); Max value from RGB is 18 - color contains mainly: green. Hex color #031200 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031200 is #FCEDFF. Grayscale: #0B0B0B. Windows color (decimal): -16576000 or 4611. OLE color: 4611.
HSL color Cylindrical-coordinate representation of color #031200: hue angle of 110º 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 #031200 is Cyan = 0.83, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 0 | - |
| CMYK | 0.83 | 0 | 1 | 0.93 |
| HSL | 110º | 1% | 0.04% | - |
| HSV(B) | 110º | 1% | 0.07% | - |
| XYZ | 0.25 | 0.45 | 0.07 | - |
| YUV | 11.46 | 121.53 | 121.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 0 | 0.83 | 0 | 1 | 0.93 | 110 | 1 | 0.04 |
| Hex | 3 | 12 | 0 | 53 | 0 | 64 | 5D | 6E | 64 | 4 |
| Octal | 3 | 22 | 0 | 123 | 0 | 144 | 135 | 156 | 144 | 4 |
| Binary | 11 | 10010 | 0 | 1010011 | 0 | 1100100 | 1011101 | 1101110 | 1100100 | 100 |
Color Harmonies of #031200
Complementary color
Monochromatic Colors of #031200
Black with #031200
Text Example
Text Example
White with #031200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031200; }
p { color: rgb(3,18,0); }
H1.HeaderClassName
{
color: #031200;
}
.AnyTagClassName
{
color: #031200;
}
</style>
background-color css
<style>
a { background-color: #031200; }
a { background-color: rgb(3,18,0); }
div.DivClassName
{
background-color: #031200;
}
.BgClassName
{
background-color: #031200;
}
</style>
border-color css
<style>
span { border-color: #031200; }
span { border-color: rgb(3,18,0); }
td.TdClassName
{
border-color: #031200;
}
.TagClassName
{
border-color: #031200;
}
</style>