Shades of Myrtle #093304
Tints of Myrtle #093304
RGB
CMYK
RGB Variations
Color information
#093304 (or 0x093304) is known color: Myrtle. HEX triplet: 09, 33 and 04. RGB value is (9,51,4). Sum of RGB (Red+Green+Blue) = 9+51+4=64 (8% of max value = 765). Red value is 9 (3.91% from 255 or 14.06% from 64); Green value is 51 (20.31% from 255 or 79.69% from 64); Blue value is 4 (1.95% from 255 or 6.25% from 64); Max value from RGB is 51 - color contains mainly: green. Hex color #093304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #093304 is #F6CCFB. Grayscale: #212121. Windows color (decimal): -16174332 or 275209. OLE color: 275209.
HSL color Cylindrical-coordinate representation of color #093304: hue angle of 113.62º degrees, saturation: 0.85, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #093304 is Cyan = 0.82, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 4 | - |
| CMYK | 0.82 | 0 | 0.92 | 0.8 |
| HSL | 113.62º | 0.85% | 0.11% | - |
| HSV(B) | 113.62º | 0.92% | 0.2% | - |
| XYZ | 1.32 | 2.43 | 0.52 | - |
| YUV | 33.08 | 111.59 | 110.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 4 | 0.82 | 0 | 0.92 | 0.8 | 113.62 | 0.85 | 0.11 |
| Hex | 9 | 33 | 4 | 52 | 0 | 5C | 50 | 72 | 55 | B |
| Octal | 11 | 63 | 4 | 122 | 0 | 134 | 120 | 162 | 125 | 13 |
| Binary | 1001 | 110011 | 100 | 1010010 | 0 | 1011100 | 1010000 | 1110010 | 1010101 | 1011 |
Color Harmonies of #093304
Complementary color
Monochromatic Colors of #093304
Black with #093304
Text Example
Text Example
White with #093304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #093304; }
p { color: rgb(9,51,4); }
H1.HeaderClassName
{
color: #093304;
}
.AnyTagClassName
{
color: #093304;
}
</style>
background-color css
<style>
a { background-color: #093304; }
a { background-color: rgb(9,51,4); }
div.DivClassName
{
background-color: #093304;
}
.BgClassName
{
background-color: #093304;
}
</style>
border-color css
<style>
span { border-color: #093304; }
span { border-color: rgb(9,51,4); }
td.TdClassName
{
border-color: #093304;
}
.TagClassName
{
border-color: #093304;
}
</style>