Shades of Myrtle #032401
Tints of Myrtle #032401
RGB
CMYK
RGB Variations
Color information
#032401 (or 0x032401) is known color: Myrtle. HEX triplet: 03, 24 and 01. RGB value is (3,36,1). Sum of RGB (Red+Green+Blue) = 3+36+1=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 36 (14.45% from 255 or 90% from 40); Blue value is 1 (0.78% from 255 or 2.5% from 40); Max value from RGB is 36 - color contains mainly: green. Hex color #032401 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032401 is #FCDBFE. Grayscale: #161616. Windows color (decimal): -16571391 or 74755. OLE color: 74755.
HSL color Cylindrical-coordinate representation of color #032401: hue angle of 116.57º degrees, saturation: 0.95, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032401 is Cyan = 0.92, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 3 | 36 | 1 | - |
| CMYK | 0.92 | 0 | 0.97 | 0.86 |
| HSL | 116.57º | 0.95% | 0.07% | - |
| HSV(B) | 116.57º | 0.97% | 0.14% | - |
| XYZ | 0.67 | 1.28 | 0.24 | - |
| YUV | 22.14 | 116.07 | 114.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 36 | 1 | 0.92 | 0 | 0.97 | 0.86 | 116.57 | 0.95 | 0.07 |
| Hex | 3 | 24 | 1 | 5C | 0 | 61 | 56 | 75 | 5F | 7 |
| Octal | 3 | 44 | 1 | 134 | 0 | 141 | 126 | 165 | 137 | 7 |
| Binary | 11 | 100100 | 1 | 1011100 | 0 | 1100001 | 1010110 | 1110101 | 1011111 | 111 |
Color Harmonies of #032401
Complementary color
Monochromatic Colors of #032401
Black with #032401
Text Example
Text Example
White with #032401
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032401; }
p { color: rgb(3,36,1); }
H1.HeaderClassName
{
color: #032401;
}
.AnyTagClassName
{
color: #032401;
}
</style>
background-color css
<style>
a { background-color: #032401; }
a { background-color: rgb(3,36,1); }
div.DivClassName
{
background-color: #032401;
}
.BgClassName
{
background-color: #032401;
}
</style>
border-color css
<style>
span { border-color: #032401; }
span { border-color: rgb(3,36,1); }
td.TdClassName
{
border-color: #032401;
}
.TagClassName
{
border-color: #032401;
}
</style>