Shades of Myrtle #0C330B
Tints of Myrtle #0C330B
RGB
CMYK
RGB Variations
Color information
#0C330B (or 0x0C330B) is known color: Myrtle. HEX triplet: 0C, 33 and 0B. RGB value is (12,51,11). Sum of RGB (Red+Green+Blue) = 12+51+11=74 (9% of max value = 765). Red value is 12 (5.08% from 255 or 16.22% from 74); Green value is 51 (20.31% from 255 or 68.92% from 74); Blue value is 11 (4.69% from 255 or 14.86% from 74); Max value from RGB is 51 - color contains mainly: green. Hex color #0C330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C330B is #F3CCF4. Grayscale: #222222. Windows color (decimal): -15977717 or 733964. OLE color: 733964.
HSL color Cylindrical-coordinate representation of color #0C330B: hue angle of 118.5º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #0C330B is Cyan = 0.76, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 12 | 51 | 11 | - |
| CMYK | 0.76 | 0 | 0.78 | 0.8 |
| HSL | 118.5º | 0.65% | 0.12% | - |
| HSV(B) | 118.5º | 0.78% | 0.2% | - |
| XYZ | 1.4 | 2.47 | 0.72 | - |
| YUV | 34.78 | 114.58 | 111.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 51 | 11 | 0.76 | 0 | 0.78 | 0.8 | 118.5 | 0.65 | 0.12 |
| Hex | C | 33 | B | 4C | 0 | 4E | 50 | 76 | 41 | C |
| Octal | 14 | 63 | 13 | 114 | 0 | 116 | 120 | 166 | 101 | 14 |
| Binary | 1100 | 110011 | 1011 | 1001100 | 0 | 1001110 | 1010000 | 1110110 | 1000001 | 1100 |
Color Harmonies of #0C330B
Complementary color
Monochromatic Colors of #0C330B
Black with #0C330B
Text Example
Text Example
White with #0C330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C330B; }
p { color: rgb(12,51,11); }
H1.HeaderClassName
{
color: #0C330B;
}
.AnyTagClassName
{
color: #0C330B;
}
</style>
background-color css
<style>
a { background-color: #0C330B; }
a { background-color: rgb(12,51,11); }
div.DivClassName
{
background-color: #0C330B;
}
.BgClassName
{
background-color: #0C330B;
}
</style>
border-color css
<style>
span { border-color: #0C330B; }
span { border-color: rgb(12,51,11); }
td.TdClassName
{
border-color: #0C330B;
}
.TagClassName
{
border-color: #0C330B;
}
</style>