Shades of Myrtle #0C2105
Tints of Myrtle #0C2105
RGB
CMYK
RGB Variations
Color information
#0C2105 (or 0x0C2105) is known color: Myrtle. HEX triplet: 0C, 21 and 05. RGB value is (12,33,5). Sum of RGB (Red+Green+Blue) = 12+33+5=50 (6% of max value = 765). Red value is 12 (5.08% from 255 or 24% from 50); Green value is 33 (13.28% from 255 or 66% from 50); Blue value is 5 (2.34% from 255 or 10% from 50); Max value from RGB is 33 - color contains mainly: green. Hex color #0C2105 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2105 is #F3DEFA. Grayscale: #171717. Windows color (decimal): -15982331 or 336140. OLE color: 336140.
HSL color Cylindrical-coordinate representation of color #0C2105: hue angle of 105º degrees, saturation: 0.74, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0C2105 is Cyan = 0.64, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 5 | - |
| CMYK | 0.64 | 0 | 0.85 | 0.87 |
| HSL | 105º | 0.74% | 0.07% | - |
| HSV(B) | 105º | 0.85% | 0.13% | - |
| XYZ | 0.72 | 1.18 | 0.33 | - |
| YUV | 23.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 5 | 0.64 | 0 | 0.85 | 0.87 | 105 | 0.74 | 0.07 |
| Hex | C | 21 | 5 | 40 | 0 | 55 | 57 | 69 | 4A | 7 |
| Octal | 14 | 41 | 5 | 100 | 0 | 125 | 127 | 151 | 112 | 7 |
| Binary | 1100 | 100001 | 101 | 1000000 | 0 | 1010101 | 1010111 | 1101001 | 1001010 | 111 |
Color Harmonies of #0C2105
Complementary color
Monochromatic Colors of #0C2105
Black with #0C2105
Text Example
Text Example
White with #0C2105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2105; }
p { color: rgb(12,33,5); }
H1.HeaderClassName
{
color: #0C2105;
}
.AnyTagClassName
{
color: #0C2105;
}
</style>
background-color css
<style>
a { background-color: #0C2105; }
a { background-color: rgb(12,33,5); }
div.DivClassName
{
background-color: #0C2105;
}
.BgClassName
{
background-color: #0C2105;
}
</style>
border-color css
<style>
span { border-color: #0C2105; }
span { border-color: rgb(12,33,5); }
td.TdClassName
{
border-color: #0C2105;
}
.TagClassName
{
border-color: #0C2105;
}
</style>