Shades of Myrtle #0C2304
Tints of Myrtle #0C2304
RGB
CMYK
RGB Variations
Color information
#0C2304 (or 0x0C2304) is known color: Myrtle. HEX triplet: 0C, 23 and 04. RGB value is (12,35,4). Sum of RGB (Red+Green+Blue) = 12+35+4=51 (6% of max value = 765). Red value is 12 (5.08% from 255 or 23.53% from 51); Green value is 35 (14.06% from 255 or 68.63% from 51); Blue value is 4 (1.95% from 255 or 7.84% from 51); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2304 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2304 is #F3DCFB. Grayscale: #181818. Windows color (decimal): -15981820 or 271116. OLE color: 271116.
HSL color Cylindrical-coordinate representation of color #0C2304: hue angle of 104.52º degrees, saturation: 0.79, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C2304 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 4 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.86 |
| HSL | 104.52º | 0.79% | 0.08% | - |
| HSV(B) | 104.52º | 0.89% | 0.14% | - |
| XYZ | 0.77 | 1.29 | 0.32 | - |
| YUV | 24.59 | 116.38 | 119.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 4 | 0.66 | 0 | 0.89 | 0.86 | 104.52 | 0.79 | 0.08 |
| Hex | C | 23 | 4 | 42 | 0 | 59 | 56 | 69 | 4F | 8 |
| Octal | 14 | 43 | 4 | 102 | 0 | 131 | 126 | 151 | 117 | 10 |
| Binary | 1100 | 100011 | 100 | 1000010 | 0 | 1011001 | 1010110 | 1101001 | 1001111 | 1000 |
Color Harmonies of #0C2304
Complementary color
Monochromatic Colors of #0C2304
Black with #0C2304
Text Example
Text Example
White with #0C2304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2304; }
p { color: rgb(12,35,4); }
H1.HeaderClassName
{
color: #0C2304;
}
.AnyTagClassName
{
color: #0C2304;
}
</style>
background-color css
<style>
a { background-color: #0C2304; }
a { background-color: rgb(12,35,4); }
div.DivClassName
{
background-color: #0C2304;
}
.BgClassName
{
background-color: #0C2304;
}
</style>
border-color css
<style>
span { border-color: #0C2304; }
span { border-color: rgb(12,35,4); }
td.TdClassName
{
border-color: #0C2304;
}
.TagClassName
{
border-color: #0C2304;
}
</style>