Shades of Myrtle #0C330A
Tints of Myrtle #0C330A
RGB
CMYK
RGB Variations
Color information
#0C330A (or 0x0C330A) is known color: Myrtle. HEX triplet: 0C, 33 and 0A. RGB value is (12,51,10). Sum of RGB (Red+Green+Blue) = 12+51+10=73 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.44% from 73); Green value is 51 (20.31% from 255 or 69.86% from 73); Blue value is 10 (4.30% from 255 or 13.70% from 73); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330A is #F3CCF5. Grayscale: #222222. Windows color (decimal): -15977718 or 668428. OLE color: 668428.
HSL color Cylindrical-coordinate representation of color #0C330A: hue angle of 117.07º degrees, saturation: 0.67, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0C330A is Cyan = 0.76, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 10 | - |
| CMYK | 0.76 | 0 | 0.80 | 0.8 |
| HSL | 117.07º | 0.67% | 0.12% | - |
| HSV(B) | 117.07º | 0.8% | 0.2% | - |
| XYZ | 1.39 | 2.47 | 0.69 | - |
| YUV | 34.67 | 114.08 | 111.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 10 | 0.76 | 0 | 0.80 | 0.8 | 117.07 | 0.67 | 0.12 |
| Hex | C | 33 | A | 4C | 0 | 50 | 50 | 75 | 43 | C |
| Octal | 14 | 63 | 12 | 114 | 0 | 120 | 120 | 165 | 103 | 14 |
| Binary | 1100 | 110011 | 1010 | 1001100 | 0 | 1010000 | 1010000 | 1110101 | 1000011 | 1100 |
Color Harmonies of #0C330A
Complementary color
Monochromatic Colors of #0C330A
Black with #0C330A
Text Example
Text Example
White with #0C330A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C330A; }
p { color: rgb(12,51,10); }
H1.HeaderClassName
{
color: #0C330A;
}
.AnyTagClassName
{
color: #0C330A;
}
</style>
background-color css
<style>
a { background-color: #0C330A; }
a { background-color: rgb(12,51,10); }
div.DivClassName
{
background-color: #0C330A;
}
.BgClassName
{
background-color: #0C330A;
}
</style>
border-color css
<style>
span { border-color: #0C330A; }
span { border-color: rgb(12,51,10); }
td.TdClassName
{
border-color: #0C330A;
}
.TagClassName
{
border-color: #0C330A;
}
</style>