Shades of Myrtle #0C310E
Tints of Myrtle #0C310E
RGB
CMYK
RGB Variations
Color information
#0C310E (or 0x0C310E) is known color: Myrtle. HEX triplet: 0C, 31 and 0E. RGB value is (12,49,14). Sum of RGB (Red+Green+Blue) = 12+49+14=75 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16% from 75); Green value is 49 (19.53% from 255 or 65.33% from 75); Blue value is 14 (5.86% from 255 or 18.67% from 75); Max value from RGB is 49 - color contains mainly: green. Hex color #0C310E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C310E is #F3CEF1. Grayscale: #222222. Windows color (decimal): -15978226 or 930060. OLE color: 930060.
HSL color Cylindrical-coordinate representation of color #0C310E: hue angle of 123.24º degrees, saturation: 0.61, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C310E is Cyan = 0.76, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 49 | 14 | - |
| CMYK | 0.76 | 0 | 0.71 | 0.81 |
| HSL | 123.24º | 0.61% | 0.12% | - |
| HSV(B) | 123.24º | 0.76% | 0.19% | - |
| XYZ | 1.33 | 2.31 | 0.79 | - |
| YUV | 33.95 | 116.74 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 14 | 0.76 | 0 | 0.71 | 0.81 | 123.24 | 0.61 | 0.12 |
| Hex | C | 31 | E | 4C | 0 | 47 | 51 | 7B | 3D | C |
| Octal | 14 | 61 | 16 | 114 | 0 | 107 | 121 | 173 | 75 | 14 |
| Binary | 1100 | 110001 | 1110 | 1001100 | 0 | 1000111 | 1010001 | 1111011 | 111101 | 1100 |
Color Harmonies of #0C310E
Complementary color
Monochromatic Colors of #0C310E
Black with #0C310E
Text Example
Text Example
White with #0C310E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C310E; }
p { color: rgb(12,49,14); }
H1.HeaderClassName
{
color: #0C310E;
}
.AnyTagClassName
{
color: #0C310E;
}
</style>
background-color css
<style>
a { background-color: #0C310E; }
a { background-color: rgb(12,49,14); }
div.DivClassName
{
background-color: #0C310E;
}
.BgClassName
{
background-color: #0C310E;
}
</style>
border-color css
<style>
span { border-color: #0C310E; }
span { border-color: rgb(12,49,14); }
td.TdClassName
{
border-color: #0C310E;
}
.TagClassName
{
border-color: #0C310E;
}
</style>