Shades of Myrtle #0C210A
Tints of Myrtle #0C210A
RGB
CMYK
RGB Variations
Color information
#0C210A (or 0x0C210A) is known color: Myrtle. HEX triplet: 0C, 21 and 0A. RGB value is (12,33,10). Sum of RGB (Red+Green+Blue) = 12+33+10=55 (7% of max value = 765). Red value is 12 (5.08% from 255 or 21.82% from 55); Green value is 33 (13.28% from 255 or 60% from 55); Blue value is 10 (4.30% from 255 or 18.18% from 55); Max value from RGB is 33 - color contains mainly: green. Hex color #0C210A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C210A is #F3DEF5. Grayscale: #181818. Windows color (decimal): -15982326 or 663820. OLE color: 663820.
HSL color Cylindrical-coordinate representation of color #0C210A: hue angle of 114.78º degrees, saturation: 0.53, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C210A is Cyan = 0.64, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 12 | 33 | 10 | - |
| CMYK | 0.64 | 0 | 0.70 | 0.87 |
| HSL | 114.78º | 0.53% | 0.08% | - |
| HSV(B) | 114.78º | 0.7% | 0.13% | - |
| XYZ | 0.75 | 1.19 | 0.48 | - |
| YUV | 24.1 | 120.04 | 119.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 33 | 10 | 0.64 | 0 | 0.70 | 0.87 | 114.78 | 0.53 | 0.08 |
| Hex | C | 21 | A | 40 | 0 | 46 | 57 | 73 | 35 | 8 |
| Octal | 14 | 41 | 12 | 100 | 0 | 106 | 127 | 163 | 65 | 10 |
| Binary | 1100 | 100001 | 1010 | 1000000 | 0 | 1000110 | 1010111 | 1110011 | 110101 | 1000 |
Color Harmonies of #0C210A
Complementary color
Monochromatic Colors of #0C210A
Black with #0C210A
Text Example
Text Example
White with #0C210A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C210A; }
p { color: rgb(12,33,10); }
H1.HeaderClassName
{
color: #0C210A;
}
.AnyTagClassName
{
color: #0C210A;
}
</style>
background-color css
<style>
a { background-color: #0C210A; }
a { background-color: rgb(12,33,10); }
div.DivClassName
{
background-color: #0C210A;
}
.BgClassName
{
background-color: #0C210A;
}
</style>
border-color css
<style>
span { border-color: #0C210A; }
span { border-color: rgb(12,33,10); }
td.TdClassName
{
border-color: #0C210A;
}
.TagClassName
{
border-color: #0C210A;
}
</style>