Shades of Myrtle #141C13
Tints of Myrtle #141C13
RGB
CMYK
RGB Variations
Color information
#141C13 (or 0x141C13) is known color: Myrtle. HEX triplet: 14, 1C and 13. RGB value is (20,28,19). Sum of RGB (Red+Green+Blue) = 20+28+19=67 (8% of max value = 765). Red value is 20 (8.20% from 255 or 29.85% from 67); Green value is 28 (11.33% from 255 or 41.79% from 67); Blue value is 19 (7.81% from 255 or 28.36% from 67); Max value from RGB is 28 - color contains mainly: green. Hex color #141C13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #141C13 is #EBE3EC. Grayscale: #181818. Windows color (decimal): -15459309 or 1252372. OLE color: 1252372.
HSL color Cylindrical-coordinate representation of color #141C13: hue angle of 113.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #141C13 is Cyan = 0.29, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 20 | 28 | 19 | - |
| CMYK | 0.29 | 0 | 0.32 | 0.89 |
| HSL | 113.33º | 0.19% | 0.09% | - |
| HSV(B) | 113.33º | 0.32% | 0.11% | - |
| XYZ | 0.82 | 1.03 | 0.77 | - |
| YUV | 24.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 28 | 19 | 0.29 | 0 | 0.32 | 0.89 | 113.33 | 0.19 | 0.09 |
| Hex | 14 | 1C | 13 | 1D | 0 | 20 | 59 | 71 | 13 | 9 |
| Octal | 24 | 34 | 23 | 35 | 0 | 40 | 131 | 161 | 23 | 11 |
| Binary | 10100 | 11100 | 10011 | 11101 | 0 | 100000 | 1011001 | 1110001 | 10011 | 1001 |
Color Harmonies of #141C13
Complementary color
Monochromatic Colors of #141C13
Black with #141C13
Text Example
Text Example
White with #141C13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #141C13; }
p { color: rgb(20,28,19); }
H1.HeaderClassName
{
color: #141C13;
}
.AnyTagClassName
{
color: #141C13;
}
</style>
background-color css
<style>
a { background-color: #141C13; }
a { background-color: rgb(20,28,19); }
div.DivClassName
{
background-color: #141C13;
}
.BgClassName
{
background-color: #141C13;
}
</style>
border-color css
<style>
span { border-color: #141C13; }
span { border-color: rgb(20,28,19); }
td.TdClassName
{
border-color: #141C13;
}
.TagClassName
{
border-color: #141C13;
}
</style>