Shades of Myrtle #0D190A
Tints of Myrtle #0D190A
RGB
CMYK
RGB Variations
Color information
#0D190A (or 0x0D190A) is known color: Myrtle. HEX triplet: 0D, 19 and 0A. RGB value is (13,25,10). Sum of RGB (Red+Green+Blue) = 13+25+10=48 (6% of max value = 765). Red value is 13 (5.47% from 255 or 27.08% from 48); Green value is 25 (10.16% from 255 or 52.08% from 48); Blue value is 10 (4.30% from 255 or 20.83% from 48); Max value from RGB is 25 - color contains mainly: green. Hex color #0D190A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #0D190A is #F2E6F5. Grayscale: #131313. Windows color (decimal): -15918838 or 661773. OLE color: 661773.
HSL color Cylindrical-coordinate representation of color #0D190A: hue angle of 108º degrees, saturation: 0.43, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #0D190A is Cyan = 0.48, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.90.
Color convert
| RGB | 13 | 25 | 10 | - |
| CMYK | 0.48 | 0 | 0.60 | 0.90 |
| HSL | 108º | 0.43% | 0.07% | - |
| HSV(B) | 108º | 0.6% | 0.1% | - |
| XYZ | 0.57 | 0.8 | 0.41 | - |
| YUV | 19.7 | 122.52 | 123.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 13 | 25 | 10 | 0.48 | 0 | 0.60 | 0.90 | 108 | 0.43 | 0.07 |
| Hex | D | 19 | A | 30 | 0 | 3C | 5A | 6C | 2B | 7 |
| Octal | 15 | 31 | 12 | 60 | 0 | 74 | 132 | 154 | 53 | 7 |
| Binary | 1101 | 11001 | 1010 | 110000 | 0 | 111100 | 1011010 | 1101100 | 101011 | 111 |
Color Harmonies of #0D190A
Complementary color
Monochromatic Colors of #0D190A
Black with #0D190A
Text Example
Text Example
White with #0D190A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0D190A; }
p { color: rgb(13,25,10); }
H1.HeaderClassName
{
color: #0D190A;
}
.AnyTagClassName
{
color: #0D190A;
}
</style>
background-color css
<style>
a { background-color: #0D190A; }
a { background-color: rgb(13,25,10); }
div.DivClassName
{
background-color: #0D190A;
}
.BgClassName
{
background-color: #0D190A;
}
</style>
border-color css
<style>
span { border-color: #0D190A; }
span { border-color: rgb(13,25,10); }
td.TdClassName
{
border-color: #0D190A;
}
.TagClassName
{
border-color: #0D190A;
}
</style>