Shades of Myrtle #141D13
Tints of Myrtle #141D13
RGB
CMYK
RGB Variations
Color information
#141D13 (or 0x141D13) is known color: Myrtle. HEX triplet: 14, 1D and 13. RGB value is (20,29,19). Sum of RGB (Red+Green+Blue) = 20+29+19=68 (9% of max value = 765). Red value is 20 (8.20% from 255 or 29.41% from 68); Green value is 29 (11.72% from 255 or 42.65% from 68); Blue value is 19 (7.81% from 255 or 27.94% from 68); Max value from RGB is 29 - color contains mainly: green. Hex color #141D13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141D13 is #EBE2EC. Grayscale: #191919. Windows color (decimal): -15459053 or 1252628. OLE color: 1252628.
HSL color Cylindrical-coordinate representation of color #141D13: hue angle of 114º degrees, saturation: 0.21, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #141D13 is Cyan = 0.31, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 29 | 19 | - |
| CMYK | 0.31 | 0 | 0.34 | 0.89 |
| HSL | 114º | 0.21% | 0.09% | - |
| HSV(B) | 114º | 0.34% | 0.11% | - |
| XYZ | 0.85 | 1.07 | 0.78 | - |
| YUV | 25.17 | 124.52 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 29 | 19 | 0.31 | 0 | 0.34 | 0.89 | 114 | 0.21 | 0.09 |
| Hex | 14 | 1D | 13 | 1F | 0 | 22 | 59 | 72 | 15 | 9 |
| Octal | 24 | 35 | 23 | 37 | 0 | 42 | 131 | 162 | 25 | 11 |
| Binary | 10100 | 11101 | 10011 | 11111 | 0 | 100010 | 1011001 | 1110010 | 10101 | 1001 |
Color Harmonies of #141D13
Complementary color
Monochromatic Colors of #141D13
Black with #141D13
Text Example
Text Example
White with #141D13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141D13; }
p { color: rgb(20,29,19); }
H1.HeaderClassName
{
color: #141D13;
}
.AnyTagClassName
{
color: #141D13;
}
</style>
background-color css
<style>
a { background-color: #141D13; }
a { background-color: rgb(20,29,19); }
div.DivClassName
{
background-color: #141D13;
}
.BgClassName
{
background-color: #141D13;
}
</style>
border-color css
<style>
span { border-color: #141D13; }
span { border-color: rgb(20,29,19); }
td.TdClassName
{
border-color: #141D13;
}
.TagClassName
{
border-color: #141D13;
}
</style>