Shades of Myrtle #09300B
Tints of Myrtle #09300B
RGB
CMYK
RGB Variations
Color information
#09300B (or 0x09300B) is known color: Myrtle. HEX triplet: 09, 30 and 0B. RGB value is (9,48,11). Sum of RGB (Red+Green+Blue) = 9+48+11=68 (9% of max value = 765). Red value is 9 (3.91% from 255 or 13.24% from 68); Green value is 48 (19.14% from 255 or 70.59% from 68); Blue value is 11 (4.69% from 255 or 16.18% from 68); Max value from RGB is 48 - color contains mainly: green. Hex color #09300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09300B is #F6CFF4. Grayscale: #202020. Windows color (decimal): -16175093 or 733193. OLE color: 733193.
HSL color Cylindrical-coordinate representation of color #09300B: hue angle of 123.08º degrees, saturation: 0.68, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #09300B is Cyan = 0.81, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 48 | 11 | - |
| CMYK | 0.81 | 0 | 0.77 | 0.81 |
| HSL | 123.08º | 0.68% | 0.11% | - |
| HSV(B) | 123.08º | 0.81% | 0.19% | - |
| XYZ | 1.23 | 2.2 | 0.68 | - |
| YUV | 32.12 | 116.08 | 111.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 48 | 11 | 0.81 | 0 | 0.77 | 0.81 | 123.08 | 0.68 | 0.11 |
| Hex | 9 | 30 | B | 51 | 0 | 4D | 51 | 7B | 44 | B |
| Octal | 11 | 60 | 13 | 121 | 0 | 115 | 121 | 173 | 104 | 13 |
| Binary | 1001 | 110000 | 1011 | 1010001 | 0 | 1001101 | 1010001 | 1111011 | 1000100 | 1011 |
Color Harmonies of #09300B
Complementary color
Monochromatic Colors of #09300B
Black with #09300B
Text Example
Text Example
White with #09300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09300B; }
p { color: rgb(9,48,11); }
H1.HeaderClassName
{
color: #09300B;
}
.AnyTagClassName
{
color: #09300B;
}
</style>
background-color css
<style>
a { background-color: #09300B; }
a { background-color: rgb(9,48,11); }
div.DivClassName
{
background-color: #09300B;
}
.BgClassName
{
background-color: #09300B;
}
</style>
border-color css
<style>
span { border-color: #09300B; }
span { border-color: rgb(9,48,11); }
td.TdClassName
{
border-color: #09300B;
}
.TagClassName
{
border-color: #09300B;
}
</style>