Shades of Myrtle #09330D
Tints of Myrtle #09330D
RGB
CMYK
RGB Variations
Color information
#09330D (or 0x09330D) is known color: Myrtle. HEX triplet: 09, 33 and 0D. RGB value is (9,51,13). Sum of RGB (Red+Green+Blue) = 9+51+13=73 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.33% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 13 (5.47% from 255 or 17.81% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #09330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09330D is #F6CCF2. Grayscale: #222222. Windows color (decimal): -16174323 or 865033. OLE color: 865033.
HSL color Cylindrical-coordinate representation of color #09330D: hue angle of 125.71º degrees, saturation: 0.7, 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 #09330D is Cyan = 0.82, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 9 | 51 | 13 | - |
| CMYK | 0.82 | 0 | 0.75 | 0.8 |
| HSL | 125.71º | 0.7% | 0.12% | - |
| HSV(B) | 125.71º | 0.82% | 0.2% | - |
| XYZ | 1.37 | 2.45 | 0.78 | - |
| YUV | 34.11 | 116.09 | 110.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 51 | 13 | 0.82 | 0 | 0.75 | 0.8 | 125.71 | 0.7 | 0.12 |
| Hex | 9 | 33 | D | 52 | 0 | 4B | 50 | 7E | 46 | C |
| Octal | 11 | 63 | 15 | 122 | 0 | 113 | 120 | 176 | 106 | 14 |
| Binary | 1001 | 110011 | 1101 | 1010010 | 0 | 1001011 | 1010000 | 1111110 | 1000110 | 1100 |
Color Harmonies of #09330D
Complementary color
Monochromatic Colors of #09330D
Black with #09330D
Text Example
Text Example
White with #09330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09330D; }
p { color: rgb(9,51,13); }
H1.HeaderClassName
{
color: #09330D;
}
.AnyTagClassName
{
color: #09330D;
}
</style>
background-color css
<style>
a { background-color: #09330D; }
a { background-color: rgb(9,51,13); }
div.DivClassName
{
background-color: #09330D;
}
.BgClassName
{
background-color: #09330D;
}
</style>
border-color css
<style>
span { border-color: #09330D; }
span { border-color: rgb(9,51,13); }
td.TdClassName
{
border-color: #09330D;
}
.TagClassName
{
border-color: #09330D;
}
</style>