Shades of Myrtle #032000
Tints of Myrtle #032000
RGB
CMYK
RGB Variations
Color information
#032000 (or 0x032000) is known color: Myrtle. HEX triplet: 03, 20 and 00. RGB value is (3,32,0). Sum of RGB (Red+Green+Blue) = 3+32+0=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 32 (12.89% from 255 or 91.43% from 35); Blue value is 0 (0.39% from 255 or 0% from 35); Max value from RGB is 32 - color contains mainly: green. Hex color #032000 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #032000 is #FCDFFF. Grayscale: #131313. Windows color (decimal): -16572416 or 8195. OLE color: 8195.
HSL color Cylindrical-coordinate representation of color #032000: hue angle of 114.38º degrees, saturation: 1, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 1%. Process color model (Four color, CMYK) of #032000 is Cyan = 0.91, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 3 | 32 | 0 | - |
| CMYK | 0.91 | 0 | 1 | 0.87 |
| HSL | 114.38º | 1% | 0.06% | - |
| HSV(B) | 114.38º | 1% | 0.13% | - |
| XYZ | 0.55 | 1.05 | 0.17 | - |
| YUV | 19.68 | 116.89 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 32 | 0 | 0.91 | 0 | 1 | 0.87 | 114.38 | 1 | 0.06 |
| Hex | 3 | 20 | 0 | 5B | 0 | 64 | 57 | 72 | 64 | 6 |
| Octal | 3 | 40 | 0 | 133 | 0 | 144 | 127 | 162 | 144 | 6 |
| Binary | 11 | 100000 | 0 | 1011011 | 0 | 1100100 | 1010111 | 1110010 | 1100100 | 110 |
Color Harmonies of #032000
Complementary color
Monochromatic Colors of #032000
Black with #032000
Text Example
Text Example
White with #032000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #032000; }
p { color: rgb(3,32,0); }
H1.HeaderClassName
{
color: #032000;
}
.AnyTagClassName
{
color: #032000;
}
</style>
background-color css
<style>
a { background-color: #032000; }
a { background-color: rgb(3,32,0); }
div.DivClassName
{
background-color: #032000;
}
.BgClassName
{
background-color: #032000;
}
</style>
border-color css
<style>
span { border-color: #032000; }
span { border-color: rgb(3,32,0); }
td.TdClassName
{
border-color: #032000;
}
.TagClassName
{
border-color: #032000;
}
</style>