Shades of Myrtle #142113
Tints of Myrtle #142113
RGB
CMYK
RGB Variations
Color information
#142113 (or 0x142113) is known color: Myrtle. HEX triplet: 14, 21 and 13. RGB value is (20,33,19). Sum of RGB (Red+Green+Blue) = 20+33+19=72 (9% of max value = 765). Red value is 20 (8.20% from 255 or 27.78% from 72); Green value is 33 (13.28% from 255 or 45.83% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 33 - color contains mainly: green. Hex color #142113 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #142113 is #EBDEEC. Grayscale: #1B1B1B. Windows color (decimal): -15458029 or 1253652. OLE color: 1253652.
HSL color Cylindrical-coordinate representation of color #142113: hue angle of 115.71º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #142113 is Cyan = 0.39, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 20 | 33 | 19 | - |
| CMYK | 0.39 | 0 | 0.42 | 0.87 |
| HSL | 115.71º | 0.27% | 0.1% | - |
| HSV(B) | 115.71º | 0.42% | 0.13% | - |
| XYZ | 0.95 | 1.28 | 0.81 | - |
| YUV | 27.52 | 123.19 | 122.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 20 | 33 | 19 | 0.39 | 0 | 0.42 | 0.87 | 115.71 | 0.27 | 0.1 |
| Hex | 14 | 21 | 13 | 27 | 0 | 2A | 57 | 74 | 1B | A |
| Octal | 24 | 41 | 23 | 47 | 0 | 52 | 127 | 164 | 33 | 12 |
| Binary | 10100 | 100001 | 10011 | 100111 | 0 | 101010 | 1010111 | 1110100 | 11011 | 1010 |
Color Harmonies of #142113
Complementary color
Monochromatic Colors of #142113
Black with #142113
Text Example
Text Example
White with #142113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #142113; }
p { color: rgb(20,33,19); }
H1.HeaderClassName
{
color: #142113;
}
.AnyTagClassName
{
color: #142113;
}
</style>
background-color css
<style>
a { background-color: #142113; }
a { background-color: rgb(20,33,19); }
div.DivClassName
{
background-color: #142113;
}
.BgClassName
{
background-color: #142113;
}
</style>
border-color css
<style>
span { border-color: #142113; }
span { border-color: rgb(20,33,19); }
td.TdClassName
{
border-color: #142113;
}
.TagClassName
{
border-color: #142113;
}
</style>