Shades of Myrtle #0F3311
Tints of Myrtle #0F3311
RGB
CMYK
RGB Variations
Color information
#0F3311 (or 0x0F3311) is known color: Myrtle. HEX triplet: 0F, 33 and 11. RGB value is (15,51,17). Sum of RGB (Red+Green+Blue) = 15+51+17=83 (10% of max value = 765). Red value is 15 (6.25% from 255 or 18.07% from 83); Green value is 51 (20.31% from 255 or 61.45% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 51 - color contains mainly: green. Hex color #0F3311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F3311 is #F0CCEE. Grayscale: #242424. Windows color (decimal): -15781103 or 1127183. OLE color: 1127183.
HSL color Cylindrical-coordinate representation of color #0F3311: hue angle of 123.33º degrees, saturation: 0.55, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0F3311 is Cyan = 0.71, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 15 | 51 | 17 | - |
| CMYK | 0.71 | 0 | 0.67 | 0.8 |
| HSL | 123.33º | 0.55% | 0.13% | - |
| HSV(B) | 123.33º | 0.71% | 0.2% | - |
| XYZ | 1.48 | 2.51 | 0.94 | - |
| YUV | 36.36 | 117.07 | 112.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 51 | 17 | 0.71 | 0 | 0.67 | 0.8 | 123.33 | 0.55 | 0.13 |
| Hex | F | 33 | 11 | 47 | 0 | 43 | 50 | 7B | 37 | D |
| Octal | 17 | 63 | 21 | 107 | 0 | 103 | 120 | 173 | 67 | 15 |
| Binary | 1111 | 110011 | 10001 | 1000111 | 0 | 1000011 | 1010000 | 1111011 | 110111 | 1101 |
Color Harmonies of #0F3311
Complementary color
Monochromatic Colors of #0F3311
Black with #0F3311
Text Example
Text Example
White with #0F3311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F3311; }
p { color: rgb(15,51,17); }
H1.HeaderClassName
{
color: #0F3311;
}
.AnyTagClassName
{
color: #0F3311;
}
</style>
background-color css
<style>
a { background-color: #0F3311; }
a { background-color: rgb(15,51,17); }
div.DivClassName
{
background-color: #0F3311;
}
.BgClassName
{
background-color: #0F3311;
}
</style>
border-color css
<style>
span { border-color: #0F3311; }
span { border-color: rgb(15,51,17); }
td.TdClassName
{
border-color: #0F3311;
}
.TagClassName
{
border-color: #0F3311;
}
</style>