Shades of Myrtle #0F130E
Tints of Myrtle #0F130E
RGB
CMYK
RGB Variations
Color information
#0F130E (or 0x0F130E) is known color: Myrtle. HEX triplet: 0F, 13 and 0E. RGB value is (15,19,14). Sum of RGB (Red+Green+Blue) = 15+19+14=48 (6% of max value = 765). Red value is 15 (6.25% from 255 or 31.25% from 48); Green value is 19 (7.81% from 255 or 39.58% from 48); Blue value is 14 (5.86% from 255 or 29.17% from 48); Max value from RGB is 19 - color contains mainly: green. Hex color #0F130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0F130E is #F0ECF1. Grayscale: #111111. Windows color (decimal): -15789298 or 922383. OLE color: 922383.
HSL color Cylindrical-coordinate representation of color #0F130E: hue angle of 108º degrees, saturation: 0.15, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #0F130E is Cyan = 0.21, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.
Color convert
RGB | 15 | 19 | 14 | - |
CMYK | 0.21 | 0 | 0.26 | 0.93 |
HSL | 108º | 0.15% | 0.06% | - |
HSV(B) | 108º | 0.26% | 0.07% | - |
XYZ | 0.51 | 0.6 | 0.5 | - |
YUV | 17.23 | 126.17 | 126.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 15 | 19 | 14 | 0.21 | 0 | 0.26 | 0.93 | 108 | 0.15 | 0.06 |
Hex | F | 13 | E | 15 | 0 | 1A | 5D | 6C | F | 6 |
Octal | 17 | 23 | 16 | 25 | 0 | 32 | 135 | 154 | 17 | 6 |
Binary | 1111 | 10011 | 1110 | 10101 | 0 | 11010 | 1011101 | 1101100 | 1111 | 110 |
Color Harmonies of #0F130E
Complementary color
Monochromatic Colors of #0F130E
Black with #0F130E
Text Example
Text Example
White with #0F130E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F130E; }
p { color: rgb(15,19,14); }
H1.HeaderClassName
{
color: #0F130E;
}
.AnyTagClassName
{
color: #0F130E;
}
</style>
background-color css
<style>
a { background-color: #0F130E; }
a { background-color: rgb(15,19,14); }
div.DivClassName
{
background-color: #0F130E;
}
.BgClassName
{
background-color: #0F130E;
}
</style>
border-color css
<style>
span { border-color: #0F130E; }
span { border-color: rgb(15,19,14); }
td.TdClassName
{
border-color: #0F130E;
}
.TagClassName
{
border-color: #0F130E;
}
</style>