Shades of Myrtle #0E1A0B
Tints of Myrtle #0E1A0B
RGB
CMYK
RGB Variations
Color information
#0E1A0B (or 0x0E1A0B) is known color: Myrtle. HEX triplet: 0E, 1A and 0B. RGB value is (14,26,11). Sum of RGB (Red+Green+Blue) = 14+26+11=51 (6% of max value = 765). Red value is 14 (5.86% from 255 or 27.45% from 51); Green value is 26 (10.55% from 255 or 50.98% from 51); Blue value is 11 (4.69% from 255 or 21.57% from 51); Max value from RGB is 26 - color contains mainly: green. Hex color #0E1A0B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E1A0B is #F1E5F4. Grayscale: #141414. Windows color (decimal): -15853045 or 727566. OLE color: 727566.
HSL color Cylindrical-coordinate representation of color #0E1A0B: hue angle of 108º degrees, saturation: 0.41, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #0E1A0B is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 14 | 26 | 11 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.90 |
| HSL | 108º | 0.41% | 0.07% | - |
| HSV(B) | 108º | 0.58% | 0.1% | - |
| XYZ | 0.61 | 0.86 | 0.45 | - |
| YUV | 20.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 26 | 11 | 0.46 | 0 | 0.58 | 0.90 | 108 | 0.41 | 0.07 |
| Hex | E | 1A | B | 2E | 0 | 3A | 5A | 6C | 29 | 7 |
| Octal | 16 | 32 | 13 | 56 | 0 | 72 | 132 | 154 | 51 | 7 |
| Binary | 1110 | 11010 | 1011 | 101110 | 0 | 111010 | 1011010 | 1101100 | 101001 | 111 |
Color Harmonies of #0E1A0B
Complementary color
Monochromatic Colors of #0E1A0B
Black with #0E1A0B
Text Example
Text Example
White with #0E1A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E1A0B; }
p { color: rgb(14,26,11); }
H1.HeaderClassName
{
color: #0E1A0B;
}
.AnyTagClassName
{
color: #0E1A0B;
}
</style>
background-color css
<style>
a { background-color: #0E1A0B; }
a { background-color: rgb(14,26,11); }
div.DivClassName
{
background-color: #0E1A0B;
}
.BgClassName
{
background-color: #0E1A0B;
}
</style>
border-color css
<style>
span { border-color: #0E1A0B; }
span { border-color: rgb(14,26,11); }
td.TdClassName
{
border-color: #0E1A0B;
}
.TagClassName
{
border-color: #0E1A0B;
}
</style>