Shades of Myrtle #033100
Tints of Myrtle #033100
RGB
CMYK
RGB Variations
Color information
#033100 (or 0x033100) is known color: Myrtle. HEX triplet: 03, 31 and 00. RGB value is (3,49,0). Sum of RGB (Red+Green+Blue) = 3+49+0=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 49 (19.53% from 255 or 94.23% from 52); Blue value is 0 (0.39% from 255 or 0% from 52); Max value from RGB is 49 - color contains mainly: green. Hex color #033100 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033100 is #FCCEFF. Grayscale: #1D1D1D. Windows color (decimal): -16568064 or 12547. OLE color: 12547.
HSL color Cylindrical-coordinate representation of color #033100: hue angle of 116.33º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #033100 is Cyan = 0.94, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 49 | 0 | - |
| CMYK | 0.94 | 0 | 1 | 0.81 |
| HSL | 116.33º | 1% | 0.1% | - |
| HSV(B) | 116.33º | 1% | 0.19% | - |
| XYZ | 1.14 | 2.22 | 0.37 | - |
| YUV | 29.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 49 | 0 | 0.94 | 0 | 1 | 0.81 | 116.33 | 1 | 0.1 |
| Hex | 3 | 31 | 0 | 5E | 0 | 64 | 51 | 74 | 64 | A |
| Octal | 3 | 61 | 0 | 136 | 0 | 144 | 121 | 164 | 144 | 12 |
| Binary | 11 | 110001 | 0 | 1011110 | 0 | 1100100 | 1010001 | 1110100 | 1100100 | 1010 |
Color Harmonies of #033100
Complementary color
Monochromatic Colors of #033100
Black with #033100
Text Example
Text Example
White with #033100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033100; }
p { color: rgb(3,49,0); }
H1.HeaderClassName
{
color: #033100;
}
.AnyTagClassName
{
color: #033100;
}
</style>
background-color css
<style>
a { background-color: #033100; }
a { background-color: rgb(3,49,0); }
div.DivClassName
{
background-color: #033100;
}
.BgClassName
{
background-color: #033100;
}
</style>
border-color css
<style>
span { border-color: #033100; }
span { border-color: rgb(3,49,0); }
td.TdClassName
{
border-color: #033100;
}
.TagClassName
{
border-color: #033100;
}
</style>