Shades of Myrtle #0C1F09
Tints of Myrtle #0C1F09
RGB
CMYK
RGB Variations
Color information
#0C1F09 (or 0x0C1F09) is known color: Myrtle. HEX triplet: 0C, 1F and 09. RGB value is (12,31,9). Sum of RGB (Red+Green+Blue) = 12+31+9=52 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.08% from 52); Green value is 31 (12.5% from 255 or 59.62% from 52); Blue value is 9 (3.91% from 255 or 17.31% from 52); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F09 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F09 is #F3E0F6. Grayscale: #161616. Windows color (decimal): -15982839 or 597772. OLE color: 597772.
HSL color Cylindrical-coordinate representation of color #0C1F09: hue angle of 111.82º degrees, saturation: 0.55, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0C1F09 is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 31 | 9 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.88 |
| HSL | 111.82º | 0.55% | 0.08% | - |
| HSV(B) | 111.82º | 0.71% | 0.12% | - |
| XYZ | 0.69 | 1.08 | 0.43 | - |
| YUV | 22.81 | 120.21 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 9 | 0.61 | 0 | 0.71 | 0.88 | 111.82 | 0.55 | 0.08 |
| Hex | C | 1F | 9 | 3D | 0 | 47 | 58 | 70 | 37 | 8 |
| Octal | 14 | 37 | 11 | 75 | 0 | 107 | 130 | 160 | 67 | 10 |
| Binary | 1100 | 11111 | 1001 | 111101 | 0 | 1000111 | 1011000 | 1110000 | 110111 | 1000 |
Color Harmonies of #0C1F09
Complementary color
Monochromatic Colors of #0C1F09
Black with #0C1F09
Text Example
Text Example
White with #0C1F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F09; }
p { color: rgb(12,31,9); }
H1.HeaderClassName
{
color: #0C1F09;
}
.AnyTagClassName
{
color: #0C1F09;
}
</style>
background-color css
<style>
a { background-color: #0C1F09; }
a { background-color: rgb(12,31,9); }
div.DivClassName
{
background-color: #0C1F09;
}
.BgClassName
{
background-color: #0C1F09;
}
</style>
border-color css
<style>
span { border-color: #0C1F09; }
span { border-color: rgb(12,31,9); }
td.TdClassName
{
border-color: #0C1F09;
}
.TagClassName
{
border-color: #0C1F09;
}
</style>