Shades of Myrtle #0C1609
Tints of Myrtle #0C1609
RGB
CMYK
RGB Variations
Color information
#0C1609 (or 0x0C1609) is known color: Myrtle. HEX triplet: 0C, 16 and 09. RGB value is (12,22,9). Sum of RGB (Red+Green+Blue) = 12+22+9=43 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.91% from 43); Green value is 22 (8.98% from 255 or 51.16% from 43); Blue value is 9 (3.91% from 255 or 20.93% from 43); Max value from RGB is 22 - color contains mainly: green. Hex color #0C1609 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1609 is #F3E9F6. Grayscale: #111111. Windows color (decimal): -15985143 or 595468. OLE color: 595468.
HSL color Cylindrical-coordinate representation of color #0C1609: hue angle of 106.15º degrees, saturation: 0.42, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #0C1609 is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 22 | 9 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.91 |
| HSL | 106.15º | 0.42% | 0.06% | - |
| HSV(B) | 106.15º | 0.59% | 0.09% | - |
| XYZ | 0.49 | 0.67 | 0.36 | - |
| YUV | 17.53 | 123.19 | 124.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 22 | 9 | 0.45 | 0 | 0.59 | 0.91 | 106.15 | 0.42 | 0.06 |
| Hex | C | 16 | 9 | 2D | 0 | 3B | 5B | 6A | 2A | 6 |
| Octal | 14 | 26 | 11 | 55 | 0 | 73 | 133 | 152 | 52 | 6 |
| Binary | 1100 | 10110 | 1001 | 101101 | 0 | 111011 | 1011011 | 1101010 | 101010 | 110 |
Color Harmonies of #0C1609
Complementary color
Monochromatic Colors of #0C1609
Black with #0C1609
Text Example
Text Example
White with #0C1609
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1609; }
p { color: rgb(12,22,9); }
H1.HeaderClassName
{
color: #0C1609;
}
.AnyTagClassName
{
color: #0C1609;
}
</style>
background-color css
<style>
a { background-color: #0C1609; }
a { background-color: rgb(12,22,9); }
div.DivClassName
{
background-color: #0C1609;
}
.BgClassName
{
background-color: #0C1609;
}
</style>
border-color css
<style>
span { border-color: #0C1609; }
span { border-color: rgb(12,22,9); }
td.TdClassName
{
border-color: #0C1609;
}
.TagClassName
{
border-color: #0C1609;
}
</style>