Shades of Myrtle #033001
Tints of Myrtle #033001
RGB
CMYK
RGB Variations
Color information
#033001 (or 0x033001) is known color: Myrtle. HEX triplet: 03, 30 and 01. RGB value is (3,48,1). Sum of RGB (Red+Green+Blue) = 3+48+1=52 (6% of max value = 765). Red value is 3 (1.56% from 255 or 5.77% from 52); Green value is 48 (19.14% from 255 or 92.31% from 52); Blue value is 1 (0.78% from 255 or 1.92% from 52); Max value from RGB is 48 - color contains mainly: green. Hex color #033001 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #033001 is #FCCFFE. Grayscale: #1D1D1D. Windows color (decimal): -16568319 or 77827. OLE color: 77827.
HSL color Cylindrical-coordinate representation of color #033001: hue angle of 117.45º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #033001 is Cyan = 0.94, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 3 | 48 | 1 | - |
| CMYK | 0.94 | 0 | 0.98 | 0.81 |
| HSL | 117.45º | 0.96% | 0.1% | - |
| HSV(B) | 117.45º | 0.98% | 0.19% | - |
| XYZ | 1.1 | 2.14 | 0.38 | - |
| YUV | 29.19 | 112.09 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 48 | 1 | 0.94 | 0 | 0.98 | 0.81 | 117.45 | 0.96 | 0.1 |
| Hex | 3 | 30 | 1 | 5E | 0 | 62 | 51 | 75 | 60 | A |
| Octal | 3 | 60 | 1 | 136 | 0 | 142 | 121 | 165 | 140 | 12 |
| Binary | 11 | 110000 | 1 | 1011110 | 0 | 1100010 | 1010001 | 1110101 | 1100000 | 1010 |
Color Harmonies of #033001
Complementary color
Monochromatic Colors of #033001
Black with #033001
Text Example
Text Example
White with #033001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033001; }
p { color: rgb(3,48,1); }
H1.HeaderClassName
{
color: #033001;
}
.AnyTagClassName
{
color: #033001;
}
</style>
background-color css
<style>
a { background-color: #033001; }
a { background-color: rgb(3,48,1); }
div.DivClassName
{
background-color: #033001;
}
.BgClassName
{
background-color: #033001;
}
</style>
border-color css
<style>
span { border-color: #033001; }
span { border-color: rgb(3,48,1); }
td.TdClassName
{
border-color: #033001;
}
.TagClassName
{
border-color: #033001;
}
</style>