Shades of Myrtle #0E1F08
Tints of Myrtle #0E1F08
RGB
CMYK
RGB Variations
Color information
#0E1F08 (or 0x0E1F08) is known color: Myrtle. HEX triplet: 0E, 1F and 08. RGB value is (14,31,8). Sum of RGB (Red+Green+Blue) = 14+31+8=53 (7% of max value = 765). Red value is 14 (5.86% from 255 or 26.42% from 53); Green value is 31 (12.5% from 255 or 58.49% from 53); Blue value is 8 (3.52% from 255 or 15.09% from 53); Max value from RGB is 31 - color contains mainly: green. Hex color #0E1F08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1F08 is #F1E0F7. Grayscale: #171717. Windows color (decimal): -15851768 or 532238. OLE color: 532238.
HSL color Cylindrical-coordinate representation of color #0E1F08: hue angle of 104.35º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0E1F08 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 14 | 31 | 8 | - |
| CMYK | 0.55 | 0 | 0.74 | 0.88 |
| HSL | 104.35º | 0.59% | 0.08% | - |
| HSV(B) | 104.35º | 0.74% | 0.12% | - |
| XYZ | 0.71 | 1.09 | 0.4 | - |
| YUV | 23.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 31 | 8 | 0.55 | 0 | 0.74 | 0.88 | 104.35 | 0.59 | 0.08 |
| Hex | E | 1F | 8 | 37 | 0 | 4A | 58 | 68 | 3B | 8 |
| Octal | 16 | 37 | 10 | 67 | 0 | 112 | 130 | 150 | 73 | 10 |
| Binary | 1110 | 11111 | 1000 | 110111 | 0 | 1001010 | 1011000 | 1101000 | 111011 | 1000 |
Color Harmonies of #0E1F08
Complementary color
Monochromatic Colors of #0E1F08
Black with #0E1F08
Text Example
Text Example
White with #0E1F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1F08; }
p { color: rgb(14,31,8); }
H1.HeaderClassName
{
color: #0E1F08;
}
.AnyTagClassName
{
color: #0E1F08;
}
</style>
background-color css
<style>
a { background-color: #0E1F08; }
a { background-color: rgb(14,31,8); }
div.DivClassName
{
background-color: #0E1F08;
}
.BgClassName
{
background-color: #0E1F08;
}
</style>
border-color css
<style>
span { border-color: #0E1F08; }
span { border-color: rgb(14,31,8); }
td.TdClassName
{
border-color: #0E1F08;
}
.TagClassName
{
border-color: #0E1F08;
}
</style>