Shades of Myrtle #0D170C
Tints of Myrtle #0D170C
RGB
CMYK
RGB Variations
Color information
#0D170C (or 0x0D170C) is known color: Myrtle. HEX triplet: 0D, 17 and 0C. RGB value is (13,23,12). Sum of RGB (Red+Green+Blue) = 13+23+12=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 23 (9.38% from 255 or 47.92% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 23 - color contains mainly: green. Hex color #0D170C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D170C is #F2E8F3. Grayscale: #121212. Windows color (decimal): -15919348 or 792333. OLE color: 792333.
HSL color Cylindrical-coordinate representation of color #0D170C: hue angle of 114.55º degrees, saturation: 0.31, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #0D170C is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.91.
Color convert
| RGB | 13 | 23 | 12 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.91 |
| HSL | 114.55º | 0.31% | 0.07% | - |
| HSV(B) | 114.55º | 0.48% | 0.09% | - |
| XYZ | 0.54 | 0.72 | 0.46 | - |
| YUV | 18.76 | 124.19 | 123.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 23 | 12 | 0.43 | 0 | 0.48 | 0.91 | 114.55 | 0.31 | 0.07 |
| Hex | D | 17 | C | 2B | 0 | 30 | 5B | 73 | 1F | 7 |
| Octal | 15 | 27 | 14 | 53 | 0 | 60 | 133 | 163 | 37 | 7 |
| Binary | 1101 | 10111 | 1100 | 101011 | 0 | 110000 | 1011011 | 1110011 | 11111 | 111 |
Color Harmonies of #0D170C
Complementary color
Monochromatic Colors of #0D170C
Black with #0D170C
Text Example
Text Example
White with #0D170C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D170C; }
p { color: rgb(13,23,12); }
H1.HeaderClassName
{
color: #0D170C;
}
.AnyTagClassName
{
color: #0D170C;
}
</style>
background-color css
<style>
a { background-color: #0D170C; }
a { background-color: rgb(13,23,12); }
div.DivClassName
{
background-color: #0D170C;
}
.BgClassName
{
background-color: #0D170C;
}
</style>
border-color css
<style>
span { border-color: #0D170C; }
span { border-color: rgb(13,23,12); }
td.TdClassName
{
border-color: #0D170C;
}
.TagClassName
{
border-color: #0D170C;
}
</style>