Shades of Myrtle #0C1B08
Tints of Myrtle #0C1B08
RGB
CMYK
RGB Variations
Color information
#0C1B08 (or 0x0C1B08) is known color: Myrtle. HEX triplet: 0C, 1B and 08. RGB value is (12,27,8). Sum of RGB (Red+Green+Blue) = 12+27+8=47 (6% of max value = 765). Red value is 12 (5.08% from 255 or 25.53% from 47); Green value is 27 (10.94% from 255 or 57.45% from 47); Blue value is 8 (3.52% from 255 or 17.02% from 47); Max value from RGB is 27 - color contains mainly: green. Hex color #0C1B08 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #0C1B08 is #F3E4F7. Grayscale: #141414. Windows color (decimal): -15983864 or 531212. OLE color: 531212.
HSL color Cylindrical-coordinate representation of color #0C1B08: hue angle of 107.37º degrees, saturation: 0.54, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #0C1B08 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 12 | 27 | 8 | - |
| CMYK | 0.56 | 0 | 0.70 | 0.89 |
| HSL | 107.37º | 0.54% | 0.07% | - |
| HSV(B) | 107.37º | 0.7% | 0.11% | - |
| XYZ | 0.59 | 0.88 | 0.37 | - |
| YUV | 20.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 27 | 8 | 0.56 | 0 | 0.70 | 0.89 | 107.37 | 0.54 | 0.07 |
| Hex | C | 1B | 8 | 38 | 0 | 46 | 59 | 6B | 36 | 7 |
| Octal | 14 | 33 | 10 | 70 | 0 | 106 | 131 | 153 | 66 | 7 |
| Binary | 1100 | 11011 | 1000 | 111000 | 0 | 1000110 | 1011001 | 1101011 | 110110 | 111 |
Color Harmonies of #0C1B08
Complementary color
Monochromatic Colors of #0C1B08
Black with #0C1B08
Text Example
Text Example
White with #0C1B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C1B08; }
p { color: rgb(12,27,8); }
H1.HeaderClassName
{
color: #0C1B08;
}
.AnyTagClassName
{
color: #0C1B08;
}
</style>
background-color css
<style>
a { background-color: #0C1B08; }
a { background-color: rgb(12,27,8); }
div.DivClassName
{
background-color: #0C1B08;
}
.BgClassName
{
background-color: #0C1B08;
}
</style>
border-color css
<style>
span { border-color: #0C1B08; }
span { border-color: rgb(12,27,8); }
td.TdClassName
{
border-color: #0C1B08;
}
.TagClassName
{
border-color: #0C1B08;
}
</style>