Shades of Myrtle #032001
Tints of Myrtle #032001
RGB
CMYK
RGB Variations
Color information
#032001 (or 0x032001) is known color: Myrtle. HEX triplet: 03, 20 and 01. RGB value is (3,32,1). Sum of RGB (Red+Green+Blue) = 3+32+1=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 32 (12.89% from 255 or 88.89% from 36); Blue value is 1 (0.78% from 255 or 2.78% from 36); Max value from RGB is 32 - color contains mainly: green. Hex color #032001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032001 is #FCDFFE. Grayscale: #131313. Windows color (decimal): -16572415 or 73731. OLE color: 73731.
HSL color Cylindrical-coordinate representation of color #032001: hue angle of 116.13º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #032001 is Cyan = 0.91, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 1 | - |
| CMYK | 0.91 | 0 | 0.97 | 0.87 |
| HSL | 116.13º | 0.94% | 0.06% | - |
| HSV(B) | 116.13º | 0.97% | 0.13% | - |
| XYZ | 0.56 | 1.05 | 0.2 | - |
| YUV | 19.8 | 117.39 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 1 | 0.91 | 0 | 0.97 | 0.87 | 116.13 | 0.94 | 0.06 |
| Hex | 3 | 20 | 1 | 5B | 0 | 61 | 57 | 74 | 5E | 6 |
| Octal | 3 | 40 | 1 | 133 | 0 | 141 | 127 | 164 | 136 | 6 |
| Binary | 11 | 100000 | 1 | 1011011 | 0 | 1100001 | 1010111 | 1110100 | 1011110 | 110 |
Color Harmonies of #032001
Complementary color
Monochromatic Colors of #032001
Black with #032001
Text Example
Text Example
White with #032001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032001; }
p { color: rgb(3,32,1); }
H1.HeaderClassName
{
color: #032001;
}
.AnyTagClassName
{
color: #032001;
}
</style>
background-color css
<style>
a { background-color: #032001; }
a { background-color: rgb(3,32,1); }
div.DivClassName
{
background-color: #032001;
}
.BgClassName
{
background-color: #032001;
}
</style>
border-color css
<style>
span { border-color: #032001; }
span { border-color: rgb(3,32,1); }
td.TdClassName
{
border-color: #032001;
}
.TagClassName
{
border-color: #032001;
}
</style>