Shades of Myrtle #0F150E
Tints of Myrtle #0F150E
RGB
CMYK
RGB Variations
Color information
#0F150E (or 0x0F150E) is known color: Myrtle. HEX triplet: 0F, 15 and 0E. RGB value is (15,21,14). Sum of RGB (Red+Green+Blue) = 15+21+14=50 (6% of max value = 765). Red value is 15 (6.25% from 255 or 30% from 50); Green value is 21 (8.59% from 255 or 42% from 50); Blue value is 14 (5.86% from 255 or 28% from 50); Max value from RGB is 21 - color contains mainly: green. Hex color #0F150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F150E is #F0EAF1. Grayscale: #121212. Windows color (decimal): -15788786 or 922895. OLE color: 922895.
HSL color Cylindrical-coordinate representation of color #0F150E: hue angle of 111.43º degrees, saturation: 0.2, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #0F150E is Cyan = 0.29, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 15 | 21 | 14 | - |
| CMYK | 0.29 | 0 | 0.33 | 0.92 |
| HSL | 111.43º | 0.2% | 0.07% | - |
| HSV(B) | 111.43º | 0.33% | 0.08% | - |
| XYZ | 0.54 | 0.67 | 0.52 | - |
| YUV | 18.41 | 125.51 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 21 | 14 | 0.29 | 0 | 0.33 | 0.92 | 111.43 | 0.2 | 0.07 |
| Hex | F | 15 | E | 1D | 0 | 21 | 5C | 6F | 14 | 7 |
| Octal | 17 | 25 | 16 | 35 | 0 | 41 | 134 | 157 | 24 | 7 |
| Binary | 1111 | 10101 | 1110 | 11101 | 0 | 100001 | 1011100 | 1101111 | 10100 | 111 |
Color Harmonies of #0F150E
Complementary color
Monochromatic Colors of #0F150E
Black with #0F150E
Text Example
Text Example
White with #0F150E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F150E; }
p { color: rgb(15,21,14); }
H1.HeaderClassName
{
color: #0F150E;
}
.AnyTagClassName
{
color: #0F150E;
}
</style>
background-color css
<style>
a { background-color: #0F150E; }
a { background-color: rgb(15,21,14); }
div.DivClassName
{
background-color: #0F150E;
}
.BgClassName
{
background-color: #0F150E;
}
</style>
border-color css
<style>
span { border-color: #0F150E; }
span { border-color: rgb(15,21,14); }
td.TdClassName
{
border-color: #0F150E;
}
.TagClassName
{
border-color: #0F150E;
}
</style>