Shades of Myrtle #0F330D
Tints of Myrtle #0F330D
RGB
CMYK
RGB Variations
Color information
#0F330D (or 0x0F330D) is known color: Myrtle. HEX triplet: 0F, 33 and 0D. RGB value is (15,51,13). Sum of RGB (Red+Green+Blue) = 15+51+13=79 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.99% from 79); Green value is 51 (20.31% from 255 or 64.56% from 79); Blue value is 13 (5.47% from 255 or 16.46% from 79); Max value from RGB is 51 - color contains mainly: green. Hex color #0F330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F330D is #F0CCF2. Grayscale: #242424. Windows color (decimal): -15781107 or 865039. OLE color: 865039.
HSL color Cylindrical-coordinate representation of color #0F330D: hue angle of 116.84º degrees, saturation: 0.59, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #0F330D is Cyan = 0.71, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 13 | - |
| CMYK | 0.71 | 0 | 0.75 | 0.8 |
| HSL | 116.84º | 0.59% | 0.13% | - |
| HSV(B) | 116.84º | 0.75% | 0.2% | - |
| XYZ | 1.45 | 2.5 | 0.79 | - |
| YUV | 35.9 | 115.07 | 113.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 13 | 0.71 | 0 | 0.75 | 0.8 | 116.84 | 0.59 | 0.13 |
| Hex | F | 33 | D | 47 | 0 | 4B | 50 | 75 | 3B | D |
| Octal | 17 | 63 | 15 | 107 | 0 | 113 | 120 | 165 | 73 | 15 |
| Binary | 1111 | 110011 | 1101 | 1000111 | 0 | 1001011 | 1010000 | 1110101 | 111011 | 1101 |
Color Harmonies of #0F330D
Complementary color
Monochromatic Colors of #0F330D
Black with #0F330D
Text Example
Text Example
White with #0F330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F330D; }
p { color: rgb(15,51,13); }
H1.HeaderClassName
{
color: #0F330D;
}
.AnyTagClassName
{
color: #0F330D;
}
</style>
background-color css
<style>
a { background-color: #0F330D; }
a { background-color: rgb(15,51,13); }
div.DivClassName
{
background-color: #0F330D;
}
.BgClassName
{
background-color: #0F330D;
}
</style>
border-color css
<style>
span { border-color: #0F330D; }
span { border-color: rgb(15,51,13); }
td.TdClassName
{
border-color: #0F330D;
}
.TagClassName
{
border-color: #0F330D;
}
</style>