Shades of Myrtle #0E280B
Tints of Myrtle #0E280B
RGB
CMYK
RGB Variations
Color information
#0E280B (or 0x0E280B) is known color: Myrtle. HEX triplet: 0E, 28 and 0B. RGB value is (14,40,11). Sum of RGB (Red+Green+Blue) = 14+40+11=65 (8% of max value = 765). Red value is 14 (5.86% from 255 or 21.54% from 65); Green value is 40 (16.02% from 255 or 61.54% from 65); Blue value is 11 (4.69% from 255 or 16.92% from 65); Max value from RGB is 40 - color contains mainly: green. Hex color #0E280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E280B is #F1D7F4. Grayscale: #1D1D1D. Windows color (decimal): -15849461 or 731150. OLE color: 731150.
HSL color Cylindrical-coordinate representation of color #0E280B: hue angle of 113.79º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E280B is Cyan = 0.65, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 11 | - |
| CMYK | 0.65 | 0 | 0.72 | 0.84 |
| HSL | 113.79º | 0.57% | 0.1% | - |
| HSV(B) | 113.79º | 0.73% | 0.16% | - |
| XYZ | 1 | 1.64 | 0.58 | - |
| YUV | 28.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 11 | 0.65 | 0 | 0.72 | 0.84 | 113.79 | 0.57 | 0.1 |
| Hex | E | 28 | B | 41 | 0 | 48 | 54 | 72 | 39 | A |
| Octal | 16 | 50 | 13 | 101 | 0 | 110 | 124 | 162 | 71 | 12 |
| Binary | 1110 | 101000 | 1011 | 1000001 | 0 | 1001000 | 1010100 | 1110010 | 111001 | 1010 |
Color Harmonies of #0E280B
Complementary color
Monochromatic Colors of #0E280B
Black with #0E280B
Text Example
Text Example
White with #0E280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E280B; }
p { color: rgb(14,40,11); }
H1.HeaderClassName
{
color: #0E280B;
}
.AnyTagClassName
{
color: #0E280B;
}
</style>
background-color css
<style>
a { background-color: #0E280B; }
a { background-color: rgb(14,40,11); }
div.DivClassName
{
background-color: #0E280B;
}
.BgClassName
{
background-color: #0E280B;
}
</style>
border-color css
<style>
span { border-color: #0E280B; }
span { border-color: rgb(14,40,11); }
td.TdClassName
{
border-color: #0E280B;
}
.TagClassName
{
border-color: #0E280B;
}
</style>