Shades of Myrtle #0C1F05
Tints of Myrtle #0C1F05
RGB
CMYK
RGB Variations
Color information
#0C1F05 (or 0x0C1F05) is known color: Myrtle. HEX triplet: 0C, 1F and 05. RGB value is (12,31,5). Sum of RGB (Red+Green+Blue) = 12+31+5=48 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 5 (2.34% from 255 or 10.42% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #0C1F05 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1F05 is #F3E0FA. Grayscale: #161616. Windows color (decimal): -15982843 or 335628. OLE color: 335628.
HSL color Cylindrical-coordinate representation of color #0C1F05: hue angle of 103.85º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0C1F05 is Cyan = 0.61, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 12 | 31 | 5 | - |
| CMYK | 0.61 | 0 | 0.84 | 0.88 |
| HSL | 103.85º | 0.72% | 0.07% | - |
| HSV(B) | 103.85º | 0.84% | 0.12% | - |
| XYZ | 0.67 | 1.07 | 0.31 | - |
| YUV | 22.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 31 | 5 | 0.61 | 0 | 0.84 | 0.88 | 103.85 | 0.72 | 0.07 |
| Hex | C | 1F | 5 | 3D | 0 | 54 | 58 | 68 | 48 | 7 |
| Octal | 14 | 37 | 5 | 75 | 0 | 124 | 130 | 150 | 110 | 7 |
| Binary | 1100 | 11111 | 101 | 111101 | 0 | 1010100 | 1011000 | 1101000 | 1001000 | 111 |
Color Harmonies of #0C1F05
Complementary color
Monochromatic Colors of #0C1F05
Black with #0C1F05
Text Example
Text Example
White with #0C1F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1F05; }
p { color: rgb(12,31,5); }
H1.HeaderClassName
{
color: #0C1F05;
}
.AnyTagClassName
{
color: #0C1F05;
}
</style>
background-color css
<style>
a { background-color: #0C1F05; }
a { background-color: rgb(12,31,5); }
div.DivClassName
{
background-color: #0C1F05;
}
.BgClassName
{
background-color: #0C1F05;
}
</style>
border-color css
<style>
span { border-color: #0C1F05; }
span { border-color: rgb(12,31,5); }
td.TdClassName
{
border-color: #0C1F05;
}
.TagClassName
{
border-color: #0C1F05;
}
</style>