Shades of Myrtle #0E250A
Tints of Myrtle #0E250A
RGB
CMYK
RGB Variations
Color information
#0E250A (or 0x0E250A) is known color: Myrtle. HEX triplet: 0E, 25 and 0A. RGB value is (14,37,10). Sum of RGB (Red+Green+Blue) = 14+37+10=61 (8% of max value = 765). Red value is 14 (5.86% from 255 or 22.95% from 61); Green value is 37 (14.84% from 255 or 60.66% from 61); Blue value is 10 (4.30% from 255 or 16.39% from 61); Max value from RGB is 37 - color contains mainly: green. Hex color #0E250A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0E250A is #F1DAF5. Grayscale: #1B1B1B. Windows color (decimal): -15850230 or 664846. OLE color: 664846.
HSL color Cylindrical-coordinate representation of color #0E250A: hue angle of 111.11º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0E250A is Cyan = 0.62, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 14 | 37 | 10 | - |
| CMYK | 0.62 | 0 | 0.73 | 0.85 |
| HSL | 111.11º | 0.57% | 0.09% | - |
| HSV(B) | 111.11º | 0.73% | 0.15% | - |
| XYZ | 0.9 | 1.44 | 0.52 | - |
| YUV | 27.05 | 118.38 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 37 | 10 | 0.62 | 0 | 0.73 | 0.85 | 111.11 | 0.57 | 0.09 |
| Hex | E | 25 | A | 3E | 0 | 49 | 55 | 6F | 39 | 9 |
| Octal | 16 | 45 | 12 | 76 | 0 | 111 | 125 | 157 | 71 | 11 |
| Binary | 1110 | 100101 | 1010 | 111110 | 0 | 1001001 | 1010101 | 1101111 | 111001 | 1001 |
Color Harmonies of #0E250A
Complementary color
Monochromatic Colors of #0E250A
Black with #0E250A
Text Example
Text Example
White with #0E250A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E250A; }
p { color: rgb(14,37,10); }
H1.HeaderClassName
{
color: #0E250A;
}
.AnyTagClassName
{
color: #0E250A;
}
</style>
background-color css
<style>
a { background-color: #0E250A; }
a { background-color: rgb(14,37,10); }
div.DivClassName
{
background-color: #0E250A;
}
.BgClassName
{
background-color: #0E250A;
}
</style>
border-color css
<style>
span { border-color: #0E250A; }
span { border-color: rgb(14,37,10); }
td.TdClassName
{
border-color: #0E250A;
}
.TagClassName
{
border-color: #0E250A;
}
</style>