Shades of Myrtle #031401
Tints of Myrtle #031401
RGB
CMYK
RGB Variations
Color information
#031401 (or 0x031401) is known color: Myrtle. HEX triplet: 03, 14 and 01. RGB value is (3,20,1). Sum of RGB (Red+Green+Blue) = 3+20+1=24 (3% of max value = 765). Red value is 3 (1.56% from 255 or 12.5% from 24); Green value is 20 (8.20% from 255 or 83.33% from 24); Blue value is 1 (0.78% from 255 or 4.17% from 24); Max value from RGB is 20 - color contains mainly: green. Hex color #031401 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #031401 is #FCEBFE. Grayscale: #0C0C0C. Windows color (decimal): -16575487 or 70659. OLE color: 70659.
HSL color Cylindrical-coordinate representation of color #031401: hue angle of 113.68º degrees, saturation: 0.9, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #031401 is Cyan = 0.85, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 3 | 20 | 1 | - |
| CMYK | 0.85 | 0 | 0.95 | 0.92 |
| HSL | 113.68º | 0.9% | 0.04% | - |
| HSV(B) | 113.68º | 0.95% | 0.08% | - |
| XYZ | 0.29 | 0.52 | 0.11 | - |
| YUV | 12.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 20 | 1 | 0.85 | 0 | 0.95 | 0.92 | 113.68 | 0.9 | 0.04 |
| Hex | 3 | 14 | 1 | 55 | 0 | 5F | 5C | 72 | 5A | 4 |
| Octal | 3 | 24 | 1 | 125 | 0 | 137 | 134 | 162 | 132 | 4 |
| Binary | 11 | 10100 | 1 | 1010101 | 0 | 1011111 | 1011100 | 1110010 | 1011010 | 100 |
Color Harmonies of #031401
Complementary color
Monochromatic Colors of #031401
Black with #031401
Text Example
Text Example
White with #031401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031401; }
p { color: rgb(3,20,1); }
H1.HeaderClassName
{
color: #031401;
}
.AnyTagClassName
{
color: #031401;
}
</style>
background-color css
<style>
a { background-color: #031401; }
a { background-color: rgb(3,20,1); }
div.DivClassName
{
background-color: #031401;
}
.BgClassName
{
background-color: #031401;
}
</style>
border-color css
<style>
span { border-color: #031401; }
span { border-color: rgb(3,20,1); }
td.TdClassName
{
border-color: #031401;
}
.TagClassName
{
border-color: #031401;
}
</style>