Shades of Myrtle #09310D
Tints of Myrtle #09310D
RGB
CMYK
RGB Variations
Color information
#09310D (or 0x09310D) is known color: Myrtle. HEX triplet: 09, 31 and 0D. RGB value is (9,49,13). Sum of RGB (Red+Green+Blue) = 9+49+13=71 (9% of max value = 765). Red value is 9 (3.91% from 255 or 12.68% from 71); Green value is 49 (19.53% from 255 or 69.01% from 71); Blue value is 13 (5.47% from 255 or 18.31% from 71); Max value from RGB is 49 - color contains mainly: green. Hex color #09310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #09310D is #F6CEF2. Grayscale: #212121. Windows color (decimal): -16174835 or 864521. OLE color: 864521.
HSL color Cylindrical-coordinate representation of color #09310D: hue angle of 126º degrees, saturation: 0.69, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #09310D is Cyan = 0.82, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 9 | 49 | 13 | - |
| CMYK | 0.82 | 0 | 0.73 | 0.81 |
| HSL | 126º | 0.69% | 0.11% | - |
| HSV(B) | 126º | 0.82% | 0.19% | - |
| XYZ | 1.28 | 2.28 | 0.75 | - |
| YUV | 32.94 | 116.75 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 49 | 13 | 0.82 | 0 | 0.73 | 0.81 | 126 | 0.69 | 0.11 |
| Hex | 9 | 31 | D | 52 | 0 | 49 | 51 | 7E | 45 | B |
| Octal | 11 | 61 | 15 | 122 | 0 | 111 | 121 | 176 | 105 | 13 |
| Binary | 1001 | 110001 | 1101 | 1010010 | 0 | 1001001 | 1010001 | 1111110 | 1000101 | 1011 |
Color Harmonies of #09310D
Complementary color
Monochromatic Colors of #09310D
Black with #09310D
Text Example
Text Example
White with #09310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #09310D; }
p { color: rgb(9,49,13); }
H1.HeaderClassName
{
color: #09310D;
}
.AnyTagClassName
{
color: #09310D;
}
</style>
background-color css
<style>
a { background-color: #09310D; }
a { background-color: rgb(9,49,13); }
div.DivClassName
{
background-color: #09310D;
}
.BgClassName
{
background-color: #09310D;
}
</style>
border-color css
<style>
span { border-color: #09310D; }
span { border-color: rgb(9,49,13); }
td.TdClassName
{
border-color: #09310D;
}
.TagClassName
{
border-color: #09310D;
}
</style>