Shades of Myrtle #0C330D
Tints of Myrtle #0C330D
RGB
CMYK
RGB Variations
Color information
#0C330D (or 0x0C330D) is known color: Myrtle. HEX triplet: 0C, 33 and 0D. RGB value is (12,51,13). Sum of RGB (Red+Green+Blue) = 12+51+13=76 (10% of max value = 765). Red value is 12 (5.08% from 255 or 15.79% from 76); Green value is 51 (20.31% from 255 or 67.11% from 76); Blue value is 13 (5.47% from 255 or 17.11% from 76); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330D is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330D is #F3CCF2. Grayscale: #232323. Windows color (decimal): -15977715 or 865036. OLE color: 865036.
HSL color Cylindrical-coordinate representation of color #0C330D: hue angle of 121.54º degrees, saturation: 0.62, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #0C330D is Cyan = 0.76, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 13 | - |
| CMYK | 0.76 | 0 | 0.75 | 0.8 |
| HSL | 121.54º | 0.62% | 0.12% | - |
| HSV(B) | 121.54º | 0.76% | 0.2% | - |
| XYZ | 1.41 | 2.47 | 0.78 | - |
| YUV | 35.01 | 115.58 | 111.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 13 | 0.76 | 0 | 0.75 | 0.8 | 121.54 | 0.62 | 0.12 |
| Hex | C | 33 | D | 4C | 0 | 4B | 50 | 7A | 3E | C |
| Octal | 14 | 63 | 15 | 114 | 0 | 113 | 120 | 172 | 76 | 14 |
| Binary | 1100 | 110011 | 1101 | 1001100 | 0 | 1001011 | 1010000 | 1111010 | 111110 | 1100 |
Color Harmonies of #0C330D
Complementary color
Monochromatic Colors of #0C330D
Black with #0C330D
Text Example
Text Example
White with #0C330D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C330D; }
p { color: rgb(12,51,13); }
H1.HeaderClassName
{
color: #0C330D;
}
.AnyTagClassName
{
color: #0C330D;
}
</style>
background-color css
<style>
a { background-color: #0C330D; }
a { background-color: rgb(12,51,13); }
div.DivClassName
{
background-color: #0C330D;
}
.BgClassName
{
background-color: #0C330D;
}
</style>
border-color css
<style>
span { border-color: #0C330D; }
span { border-color: rgb(12,51,13); }
td.TdClassName
{
border-color: #0C330D;
}
.TagClassName
{
border-color: #0C330D;
}
</style>