Shades of Myrtle #031201
Tints of Myrtle #031201
RGB
CMYK
RGB Variations
Color information
#031201 (or 0x031201) is known color: Myrtle. HEX triplet: 03, 12 and 01. RGB value is (3,18,1). Sum of RGB (Red+Green+Blue) = 3+18+1=22 (2% of max value = 765). Red value is 3 (1.56% from 255 or 13.64% from 22); Green value is 18 (7.42% from 255 or 81.82% from 22); Blue value is 1 (0.78% from 255 or 4.55% from 22); Max value from RGB is 18 - color contains mainly: green. Hex color #031201 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031201 is #FCEDFE. Grayscale: #0B0B0B. Windows color (decimal): -16575999 or 70147. OLE color: 70147.
HSL color Cylindrical-coordinate representation of color #031201: hue angle of 112.94º degrees, saturation: 0.89, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #031201 is Cyan = 0.83, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.93.
Color convert
| RGB | 3 | 18 | 1 | - |
| CMYK | 0.83 | 0 | 0.94 | 0.93 |
| HSL | 112.94º | 0.89% | 0.04% | - |
| HSV(B) | 112.94º | 0.94% | 0.07% | - |
| XYZ | 0.26 | 0.45 | 0.1 | - |
| YUV | 11.58 | 122.03 | 121.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 18 | 1 | 0.83 | 0 | 0.94 | 0.93 | 112.94 | 0.89 | 0.04 |
| Hex | 3 | 12 | 1 | 53 | 0 | 5E | 5D | 71 | 59 | 4 |
| Octal | 3 | 22 | 1 | 123 | 0 | 136 | 135 | 161 | 131 | 4 |
| Binary | 11 | 10010 | 1 | 1010011 | 0 | 1011110 | 1011101 | 1110001 | 1011001 | 100 |
Color Harmonies of #031201
Complementary color
Monochromatic Colors of #031201
Black with #031201
Text Example
Text Example
White with #031201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031201; }
p { color: rgb(3,18,1); }
H1.HeaderClassName
{
color: #031201;
}
.AnyTagClassName
{
color: #031201;
}
</style>
background-color css
<style>
a { background-color: #031201; }
a { background-color: rgb(3,18,1); }
div.DivClassName
{
background-color: #031201;
}
.BgClassName
{
background-color: #031201;
}
</style>
border-color css
<style>
span { border-color: #031201; }
span { border-color: rgb(3,18,1); }
td.TdClassName
{
border-color: #031201;
}
.TagClassName
{
border-color: #031201;
}
</style>