Shades of Myrtle #0E240B
Tints of Myrtle #0E240B
RGB
CMYK
RGB Variations
Color information
#0E240B (or 0x0E240B) is known color: Myrtle. HEX triplet: 0E, 24 and 0B. RGB value is (14,36,11). Sum of RGB (Red+Green+Blue) = 14+36+11=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 36 (14.45% from 255 or 59.02% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 36 - color contains mainly: green. Hex color #0E240B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E240B is #F1DBF4. Grayscale: #1A1A1A. Windows color (decimal): -15850485 or 730126. OLE color: 730126.
HSL color Cylindrical-coordinate representation of color #0E240B: hue angle of 112.8º degrees, saturation: 0.53, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #0E240B is Cyan = 0.61, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 14 | 36 | 11 | - |
| CMYK | 0.61 | 0 | 0.69 | 0.86 |
| HSL | 112.8º | 0.53% | 0.09% | - |
| HSV(B) | 112.8º | 0.69% | 0.14% | - |
| XYZ | 0.87 | 1.38 | 0.54 | - |
| YUV | 26.57 | 119.21 | 119.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 36 | 11 | 0.61 | 0 | 0.69 | 0.86 | 112.8 | 0.53 | 0.09 |
| Hex | E | 24 | B | 3D | 0 | 45 | 56 | 71 | 35 | 9 |
| Octal | 16 | 44 | 13 | 75 | 0 | 105 | 126 | 161 | 65 | 11 |
| Binary | 1110 | 100100 | 1011 | 111101 | 0 | 1000101 | 1010110 | 1110001 | 110101 | 1001 |
Color Harmonies of #0E240B
Complementary color
Monochromatic Colors of #0E240B
Black with #0E240B
Text Example
Text Example
White with #0E240B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E240B; }
p { color: rgb(14,36,11); }
H1.HeaderClassName
{
color: #0E240B;
}
.AnyTagClassName
{
color: #0E240B;
}
</style>
background-color css
<style>
a { background-color: #0E240B; }
a { background-color: rgb(14,36,11); }
div.DivClassName
{
background-color: #0E240B;
}
.BgClassName
{
background-color: #0E240B;
}
</style>
border-color css
<style>
span { border-color: #0E240B; }
span { border-color: rgb(14,36,11); }
td.TdClassName
{
border-color: #0E240B;
}
.TagClassName
{
border-color: #0E240B;
}
</style>