Shades of Myrtle #132112
Tints of Myrtle #132112
RGB
CMYK
RGB Variations
Color information
#132112 (or 0x132112) is known color: Myrtle. HEX triplet: 13, 21 and 12. RGB value is (19,33,18). Sum of RGB (Red+Green+Blue) = 19+33+18=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 33 (13.28% from 255 or 47.14% from 70); Blue value is 18 (7.42% from 255 or 25.71% from 70); Max value from RGB is 33 - color contains mainly: green. Hex color #132112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132112 is #ECDEED. Grayscale: #1B1B1B. Windows color (decimal): -15523566 or 1188115. OLE color: 1188115.
HSL color Cylindrical-coordinate representation of color #132112: hue angle of 116º degrees, saturation: 0.29, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #132112 is Cyan = 0.42, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 33 | 18 | - |
| CMYK | 0.42 | 0 | 0.45 | 0.87 |
| HSL | 116º | 0.29% | 0.1% | - |
| HSV(B) | 116º | 0.45% | 0.13% | - |
| XYZ | 0.92 | 1.27 | 0.77 | - |
| YUV | 27.1 | 122.86 | 122.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 33 | 18 | 0.42 | 0 | 0.45 | 0.87 | 116 | 0.29 | 0.1 |
| Hex | 13 | 21 | 12 | 2A | 0 | 2D | 57 | 74 | 1D | A |
| Octal | 23 | 41 | 22 | 52 | 0 | 55 | 127 | 164 | 35 | 12 |
| Binary | 10011 | 100001 | 10010 | 101010 | 0 | 101101 | 1010111 | 1110100 | 11101 | 1010 |
Color Harmonies of #132112
Complementary color
Monochromatic Colors of #132112
Black with #132112
Text Example
Text Example
White with #132112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132112; }
p { color: rgb(19,33,18); }
H1.HeaderClassName
{
color: #132112;
}
.AnyTagClassName
{
color: #132112;
}
</style>
background-color css
<style>
a { background-color: #132112; }
a { background-color: rgb(19,33,18); }
div.DivClassName
{
background-color: #132112;
}
.BgClassName
{
background-color: #132112;
}
</style>
border-color css
<style>
span { border-color: #132112; }
span { border-color: rgb(19,33,18); }
td.TdClassName
{
border-color: #132112;
}
.TagClassName
{
border-color: #132112;
}
</style>