Shades of Myrtle #0C170B
Tints of Myrtle #0C170B
RGB
CMYK
RGB Variations
Color information
#0C170B (or 0x0C170B) is known color: Myrtle. HEX triplet: 0C, 17 and 0B. RGB value is (12,23,11). Sum of RGB (Red+Green+Blue) = 12+23+11=46 (6% of max value = 765). Red value is 12 (5.08% from 255 or 26.09% from 46); Green value is 23 (9.38% from 255 or 50% from 46); Blue value is 11 (4.69% from 255 or 23.91% from 46); Max value from RGB is 23 - color contains mainly: green. Hex color #0C170B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0C170B is #F3E8F4. Grayscale: #121212. Windows color (decimal): -15984885 or 726796. OLE color: 726796.
HSL color Cylindrical-coordinate representation of color #0C170B: hue angle of 115º degrees, saturation: 0.35, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #0C170B is Cyan = 0.48, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 12 | 23 | 11 | - |
| CMYK | 0.48 | 0 | 0.52 | 0.91 |
| HSL | 115º | 0.35% | 0.07% | - |
| HSV(B) | 115º | 0.52% | 0.09% | - |
| XYZ | 0.52 | 0.72 | 0.43 | - |
| YUV | 18.34 | 123.86 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 12 | 23 | 11 | 0.48 | 0 | 0.52 | 0.91 | 115 | 0.35 | 0.07 |
| Hex | C | 17 | B | 30 | 0 | 34 | 5B | 73 | 23 | 7 |
| Octal | 14 | 27 | 13 | 60 | 0 | 64 | 133 | 163 | 43 | 7 |
| Binary | 1100 | 10111 | 1011 | 110000 | 0 | 110100 | 1011011 | 1110011 | 100011 | 111 |
Color Harmonies of #0C170B
Complementary color
Monochromatic Colors of #0C170B
Black with #0C170B
Text Example
Text Example
White with #0C170B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0C170B; }
p { color: rgb(12,23,11); }
H1.HeaderClassName
{
color: #0C170B;
}
.AnyTagClassName
{
color: #0C170B;
}
</style>
background-color css
<style>
a { background-color: #0C170B; }
a { background-color: rgb(12,23,11); }
div.DivClassName
{
background-color: #0C170B;
}
.BgClassName
{
background-color: #0C170B;
}
</style>
border-color css
<style>
span { border-color: #0C170B; }
span { border-color: rgb(12,23,11); }
td.TdClassName
{
border-color: #0C170B;
}
.TagClassName
{
border-color: #0C170B;
}
</style>