Shades of Myrtle #0C310D
Tints of Myrtle #0C310D
RGB
CMYK
RGB Variations
Color information
#0C310D (or 0x0C310D) is known color: Myrtle. HEX triplet: 0C, 31 and 0D. RGB value is (12,49,13). Sum of RGB (Red+Green+Blue) = 12+49+13=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 49 (19.53% from 255 or 66.22% from 74); Blue value is 13 (5.47% from 255 or 17.57% from 74); Max value from RGB is 49 - color contains mainly: green. Hex color #0C310D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C310D is #F3CEF2. Grayscale: #212121. Windows color (decimal): -15978227 or 864524. OLE color: 864524.
HSL color Cylindrical-coordinate representation of color #0C310D: hue angle of 121.62º 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 #0C310D is Cyan = 0.76, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 12 | 49 | 13 | - |
| CMYK | 0.76 | 0 | 0.73 | 0.81 |
| HSL | 121.62º | 0.61% | 0.12% | - |
| HSV(B) | 121.62º | 0.76% | 0.19% | - |
| XYZ | 1.32 | 2.3 | 0.76 | - |
| YUV | 33.83 | 116.24 | 112.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 49 | 13 | 0.76 | 0 | 0.73 | 0.81 | 121.62 | 0.61 | 0.12 |
| Hex | C | 31 | D | 4C | 0 | 49 | 51 | 7A | 3D | C |
| Octal | 14 | 61 | 15 | 114 | 0 | 111 | 121 | 172 | 75 | 14 |
| Binary | 1100 | 110001 | 1101 | 1001100 | 0 | 1001001 | 1010001 | 1111010 | 111101 | 1100 |
Color Harmonies of #0C310D
Complementary color
Monochromatic Colors of #0C310D
Black with #0C310D
Text Example
Text Example
White with #0C310D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C310D; }
p { color: rgb(12,49,13); }
H1.HeaderClassName
{
color: #0C310D;
}
.AnyTagClassName
{
color: #0C310D;
}
</style>
background-color css
<style>
a { background-color: #0C310D; }
a { background-color: rgb(12,49,13); }
div.DivClassName
{
background-color: #0C310D;
}
.BgClassName
{
background-color: #0C310D;
}
</style>
border-color css
<style>
span { border-color: #0C310D; }
span { border-color: rgb(12,49,13); }
td.TdClassName
{
border-color: #0C310D;
}
.TagClassName
{
border-color: #0C310D;
}
</style>