Shades of Myrtle #0C2109
Tints of Myrtle #0C2109
RGB
CMYK
RGB Variations
Color information
#0C2109 (or 0x0C2109) is known color: Myrtle. HEX triplet: 0C, 21 and 09. RGB value is (12,33,9). Sum of RGB (Red+Green+Blue) = 12+33+9=54 (7% of max value = 765). Red value is 12 (5.08% from 255 or 22.22% from 54); Green value is 33 (13.28% from 255 or 61.11% from 54); Blue value is 9 (3.91% from 255 or 16.67% from 54); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2109 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2109 is #F3DEF6. Grayscale: #181818. Windows color (decimal): -15982327 or 598284. OLE color: 598284.
HSL color Cylindrical-coordinate representation of color #0C2109: hue angle of 112.5º degrees, saturation: 0.57, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #0C2109 is Cyan = 0.64, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 9 | - |
| CMYK | 0.64 | 0 | 0.73 | 0.87 |
| HSL | 112.5º | 0.57% | 0.08% | - |
| HSV(B) | 112.5º | 0.73% | 0.13% | - |
| XYZ | 0.74 | 1.19 | 0.45 | - |
| YUV | 23.99 | 119.54 | 119.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 9 | 0.64 | 0 | 0.73 | 0.87 | 112.5 | 0.57 | 0.08 |
| Hex | C | 21 | 9 | 40 | 0 | 49 | 57 | 70 | 39 | 8 |
| Octal | 14 | 41 | 11 | 100 | 0 | 111 | 127 | 160 | 71 | 10 |
| Binary | 1100 | 100001 | 1001 | 1000000 | 0 | 1001001 | 1010111 | 1110000 | 111001 | 1000 |
Color Harmonies of #0C2109
Complementary color
Monochromatic Colors of #0C2109
Black with #0C2109
Text Example
Text Example
White with #0C2109
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2109; }
p { color: rgb(12,33,9); }
H1.HeaderClassName
{
color: #0C2109;
}
.AnyTagClassName
{
color: #0C2109;
}
</style>
background-color css
<style>
a { background-color: #0C2109; }
a { background-color: rgb(12,33,9); }
div.DivClassName
{
background-color: #0C2109;
}
.BgClassName
{
background-color: #0C2109;
}
</style>
border-color css
<style>
span { border-color: #0C2109; }
span { border-color: rgb(12,33,9); }
td.TdClassName
{
border-color: #0C2109;
}
.TagClassName
{
border-color: #0C2109;
}
</style>