Shades of Myrtle #0C2301
Tints of Myrtle #0C2301
RGB
CMYK
RGB Variations
Color information
#0C2301 (or 0x0C2301) is known color: Myrtle. HEX triplet: 0C, 23 and 01. RGB value is (12,35,1). Sum of RGB (Red+Green+Blue) = 12+35+1=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 35 (14.06% from 255 or 72.92% from 48); Blue value is 1 (0.78% from 255 or 2.08% from 48); Max value from RGB is 35 - color contains mainly: green. Hex color #0C2301 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C2301 is #F3DCFE. Grayscale: #181818. Windows color (decimal): -15981823 or 74508. OLE color: 74508.
HSL color Cylindrical-coordinate representation of color #0C2301: hue angle of 100.59º degrees, saturation: 0.94, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0C2301 is Cyan = 0.66, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 12 | 35 | 1 | - |
| CMYK | 0.66 | 0 | 0.97 | 0.86 |
| HSL | 100.59º | 0.94% | 0.07% | - |
| HSV(B) | 100.59º | 0.97% | 0.14% | - |
| XYZ | 0.76 | 1.28 | 0.24 | - |
| YUV | 24.25 | 114.88 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 35 | 1 | 0.66 | 0 | 0.97 | 0.86 | 100.59 | 0.94 | 0.07 |
| Hex | C | 23 | 1 | 42 | 0 | 61 | 56 | 65 | 5E | 7 |
| Octal | 14 | 43 | 1 | 102 | 0 | 141 | 126 | 145 | 136 | 7 |
| Binary | 1100 | 100011 | 1 | 1000010 | 0 | 1100001 | 1010110 | 1100101 | 1011110 | 111 |
Color Harmonies of #0C2301
Complementary color
Monochromatic Colors of #0C2301
Black with #0C2301
Text Example
Text Example
White with #0C2301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C2301; }
p { color: rgb(12,35,1); }
H1.HeaderClassName
{
color: #0C2301;
}
.AnyTagClassName
{
color: #0C2301;
}
</style>
background-color css
<style>
a { background-color: #0C2301; }
a { background-color: rgb(12,35,1); }
div.DivClassName
{
background-color: #0C2301;
}
.BgClassName
{
background-color: #0C2301;
}
</style>
border-color css
<style>
span { border-color: #0C2301; }
span { border-color: rgb(12,35,1); }
td.TdClassName
{
border-color: #0C2301;
}
.TagClassName
{
border-color: #0C2301;
}
</style>