Shades of Myrtle #132311
Tints of Myrtle #132311
RGB
CMYK
RGB Variations
Color information
#132311 (or 0x132311) is known color: Myrtle. HEX triplet: 13, 23 and 11. RGB value is (19,35,17). Sum of RGB (Red+Green+Blue) = 19+35+17=71 (9% of max value = 765). Red value is 19 (7.81% from 255 or 26.76% from 71); Green value is 35 (14.06% from 255 or 49.30% from 71); Blue value is 17 (7.03% from 255 or 23.94% from 71); Max value from RGB is 35 - color contains mainly: green. Hex color #132311 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #132311 is #ECDCEE. Grayscale: #1C1C1C. Windows color (decimal): -15523055 or 1123091. OLE color: 1123091.
HSL color Cylindrical-coordinate representation of color #132311: hue angle of 113.33º degrees, saturation: 0.35, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #132311 is Cyan = 0.46, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 19 | 35 | 17 | - |
| CMYK | 0.46 | 0 | 0.51 | 0.86 |
| HSL | 113.33º | 0.35% | 0.1% | - |
| HSV(B) | 113.33º | 0.51% | 0.14% | - |
| XYZ | 0.97 | 1.38 | 0.75 | - |
| YUV | 28.16 | 121.7 | 121.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 35 | 17 | 0.46 | 0 | 0.51 | 0.86 | 113.33 | 0.35 | 0.1 |
| Hex | 13 | 23 | 11 | 2E | 0 | 33 | 56 | 71 | 23 | A |
| Octal | 23 | 43 | 21 | 56 | 0 | 63 | 126 | 161 | 43 | 12 |
| Binary | 10011 | 100011 | 10001 | 101110 | 0 | 110011 | 1010110 | 1110001 | 100011 | 1010 |
Color Harmonies of #132311
Complementary color
Monochromatic Colors of #132311
Black with #132311
Text Example
Text Example
White with #132311
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #132311; }
p { color: rgb(19,35,17); }
H1.HeaderClassName
{
color: #132311;
}
.AnyTagClassName
{
color: #132311;
}
</style>
background-color css
<style>
a { background-color: #132311; }
a { background-color: rgb(19,35,17); }
div.DivClassName
{
background-color: #132311;
}
.BgClassName
{
background-color: #132311;
}
</style>
border-color css
<style>
span { border-color: #132311; }
span { border-color: rgb(19,35,17); }
td.TdClassName
{
border-color: #132311;
}
.TagClassName
{
border-color: #132311;
}
</style>