Shades of Myrtle #0C1709
Tints of Myrtle #0C1709
RGB
CMYK
RGB Variations
Color information
#0C1709 (or 0x0C1709) is known color: Myrtle. HEX triplet: 0C, 17 and 09. RGB value is (12,23,9). Sum of RGB (Red+Green+Blue) = 12+23+9=44 (5% of max value = 765). Red value is 12 (5.08% from 255 or 27.27% from 44); Green value is 23 (9.38% from 255 or 52.27% from 44); Blue value is 9 (3.91% from 255 or 20.45% from 44); Max value from RGB is 23 - color contains mainly: green. Hex color #0C1709 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C1709 is #F3E8F6. Grayscale: #121212. Windows color (decimal): -15984887 or 595724. OLE color: 595724.
HSL color Cylindrical-coordinate representation of color #0C1709: hue angle of 107.14º degrees, saturation: 0.44, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #0C1709 is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 23 | 9 | - |
| CMYK | 0.48 | 0 | 0.61 | 0.91 |
| HSL | 107.14º | 0.44% | 0.06% | - |
| HSV(B) | 107.14º | 0.61% | 0.09% | - |
| XYZ | 0.51 | 0.71 | 0.37 | - |
| YUV | 18.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 9 | 0.48 | 0 | 0.61 | 0.91 | 107.14 | 0.44 | 0.06 |
| Hex | C | 17 | 9 | 30 | 0 | 3D | 5B | 6B | 2C | 6 |
| Octal | 14 | 27 | 11 | 60 | 0 | 75 | 133 | 153 | 54 | 6 |
| Binary | 1100 | 10111 | 1001 | 110000 | 0 | 111101 | 1011011 | 1101011 | 101100 | 110 |
Color Harmonies of #0C1709
Complementary color
Monochromatic Colors of #0C1709
Black with #0C1709
Text Example
Text Example
White with #0C1709
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1709; }
p { color: rgb(12,23,9); }
H1.HeaderClassName
{
color: #0C1709;
}
.AnyTagClassName
{
color: #0C1709;
}
</style>
background-color css
<style>
a { background-color: #0C1709; }
a { background-color: rgb(12,23,9); }
div.DivClassName
{
background-color: #0C1709;
}
.BgClassName
{
background-color: #0C1709;
}
</style>
border-color css
<style>
span { border-color: #0C1709; }
span { border-color: rgb(12,23,9); }
td.TdClassName
{
border-color: #0C1709;
}
.TagClassName
{
border-color: #0C1709;
}
</style>