Shades of Myrtle #0D150C
Tints of Myrtle #0D150C
RGB
CMYK
RGB Variations
Color information
#0D150C (or 0x0D150C) is known color: Myrtle. HEX triplet: 0D, 15 and 0C. RGB value is (13,21,12). Sum of RGB (Red+Green+Blue) = 13+21+12=46 (6% of max value = 765). Red value is 13 (5.47% from 255 or 28.26% from 46); Green value is 21 (8.59% from 255 or 45.65% from 46); Blue value is 12 (5.08% from 255 or 26.09% from 46); Max value from RGB is 21 - color contains mainly: green. Hex color #0D150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D150C is #F2EAF3. Grayscale: #111111. Windows color (decimal): -15919860 or 791821. OLE color: 791821.
HSL color Cylindrical-coordinate representation of color #0D150C: hue angle of 113.33º degrees, saturation: 0.27, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #0D150C is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.
Color convert
| RGB | 13 | 21 | 12 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.92 |
| HSL | 113.33º | 0.27% | 0.06% | - |
| HSV(B) | 113.33º | 0.43% | 0.08% | - |
| XYZ | 0.5 | 0.65 | 0.45 | - |
| YUV | 17.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 21 | 12 | 0.38 | 0 | 0.43 | 0.92 | 113.33 | 0.27 | 0.06 |
| Hex | D | 15 | C | 26 | 0 | 2B | 5C | 71 | 1B | 6 |
| Octal | 15 | 25 | 14 | 46 | 0 | 53 | 134 | 161 | 33 | 6 |
| Binary | 1101 | 10101 | 1100 | 100110 | 0 | 101011 | 1011100 | 1110001 | 11011 | 110 |
Color Harmonies of #0D150C
Complementary color
Monochromatic Colors of #0D150C
Black with #0D150C
Text Example
Text Example
White with #0D150C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D150C; }
p { color: rgb(13,21,12); }
H1.HeaderClassName
{
color: #0D150C;
}
.AnyTagClassName
{
color: #0D150C;
}
</style>
background-color css
<style>
a { background-color: #0D150C; }
a { background-color: rgb(13,21,12); }
div.DivClassName
{
background-color: #0D150C;
}
.BgClassName
{
background-color: #0D150C;
}
</style>
border-color css
<style>
span { border-color: #0D150C; }
span { border-color: rgb(13,21,12); }
td.TdClassName
{
border-color: #0D150C;
}
.TagClassName
{
border-color: #0D150C;
}
</style>