Shades of Myrtle #0F310B
Tints of Myrtle #0F310B
RGB
CMYK
RGB Variations
Color information
#0F310B (or 0x0F310B) is known color: Myrtle. HEX triplet: 0F, 31 and 0B. RGB value is (15,49,11). Sum of RGB (Red+Green+Blue) = 15+49+11=75 (9% of max value = 765). Red value is 15 (6.25% from 255 or 20% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 11 (4.69% from 255 or 14.67% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #0F310B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0F310B is #F0CEF4. Grayscale: #222222. Windows color (decimal): -15781621 or 733455. OLE color: 733455.
HSL color Cylindrical-coordinate representation of color #0F310B: hue angle of 113.68º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0F310B is Cyan = 0.69, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 15 | 49 | 11 | - |
| CMYK | 0.69 | 0 | 0.78 | 0.81 |
| HSL | 113.68º | 0.63% | 0.12% | - |
| HSV(B) | 113.68º | 0.78% | 0.19% | - |
| XYZ | 1.36 | 2.32 | 0.69 | - |
| YUV | 34.5 | 114.74 | 114.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 49 | 11 | 0.69 | 0 | 0.78 | 0.81 | 113.68 | 0.63 | 0.12 |
| Hex | F | 31 | B | 45 | 0 | 4E | 51 | 72 | 3F | C |
| Octal | 17 | 61 | 13 | 105 | 0 | 116 | 121 | 162 | 77 | 14 |
| Binary | 1111 | 110001 | 1011 | 1000101 | 0 | 1001110 | 1010001 | 1110010 | 111111 | 1100 |
Color Harmonies of #0F310B
Complementary color
Monochromatic Colors of #0F310B
Black with #0F310B
Text Example
Text Example
White with #0F310B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F310B; }
p { color: rgb(15,49,11); }
H1.HeaderClassName
{
color: #0F310B;
}
.AnyTagClassName
{
color: #0F310B;
}
</style>
background-color css
<style>
a { background-color: #0F310B; }
a { background-color: rgb(15,49,11); }
div.DivClassName
{
background-color: #0F310B;
}
.BgClassName
{
background-color: #0F310B;
}
</style>
border-color css
<style>
span { border-color: #0F310B; }
span { border-color: rgb(15,49,11); }
td.TdClassName
{
border-color: #0F310B;
}
.TagClassName
{
border-color: #0F310B;
}
</style>