Shades of Myrtle #09320A
Tints of Myrtle #09320A
RGB
CMYK
RGB Variations
Color information
#09320A (or 0x09320A) is known color: Myrtle. HEX triplet: 09, 32 and 0A. RGB value is (9,50,10). Sum of RGB (Red+Green+Blue) = 9+50+10=69 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.04% from 69); Green value is 50 (19.92% from 255 or 72.46% from 69); Blue value is 10 (4.30% from 255 or 14.49% from 69); Max value from RGB is 50 - color contains mainly: green. Hex color #09320A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09320A is #F6CDF5. Grayscale: #212121. Windows color (decimal): -16174582 or 668169. OLE color: 668169.
HSL color Cylindrical-coordinate representation of color #09320A: hue angle of 121.46º degrees, saturation: 0.69, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09320A is Cyan = 0.82, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 9 | 50 | 10 | - |
| CMYK | 0.82 | 0 | 0.80 | 0.80 |
| HSL | 121.46º | 0.69% | 0.12% | - |
| HSV(B) | 121.46º | 0.82% | 0.2% | - |
| XYZ | 1.31 | 2.36 | 0.67 | - |
| YUV | 33.18 | 114.92 | 110.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 50 | 10 | 0.82 | 0 | 0.80 | 0.80 | 121.46 | 0.69 | 0.12 |
| Hex | 9 | 32 | A | 52 | 0 | 50 | 50 | 79 | 45 | C |
| Octal | 11 | 62 | 12 | 122 | 0 | 120 | 120 | 171 | 105 | 14 |
| Binary | 1001 | 110010 | 1010 | 1010010 | 0 | 1010000 | 1010000 | 1111001 | 1000101 | 1100 |
Color Harmonies of #09320A
Complementary color
Monochromatic Colors of #09320A
Black with #09320A
Text Example
Text Example
White with #09320A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09320A; }
p { color: rgb(9,50,10); }
H1.HeaderClassName
{
color: #09320A;
}
.AnyTagClassName
{
color: #09320A;
}
</style>
background-color css
<style>
a { background-color: #09320A; }
a { background-color: rgb(9,50,10); }
div.DivClassName
{
background-color: #09320A;
}
.BgClassName
{
background-color: #09320A;
}
</style>
border-color css
<style>
span { border-color: #09320A; }
span { border-color: rgb(9,50,10); }
td.TdClassName
{
border-color: #09320A;
}
.TagClassName
{
border-color: #09320A;
}
</style>