Shades of Myrtle #133111
Tints of Myrtle #133111
RGB
CMYK
RGB Variations
Color information
#133111 (or 0x133111) is known color: Myrtle. HEX triplet: 13, 31 and 11. RGB value is (19,49,17). Sum of RGB (Red+Green+Blue) = 19+49+17=85 (11% of max value = 765). Red value is 19 (7.81% from 255 or 22.35% from 85); Green value is 49 (19.53% from 255 or 57.65% from 85); Blue value is 17 (7.03% from 255 or 20% from 85); Max value from RGB is 49 - color contains mainly: green. Hex color #133111 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133111 is #ECCEEE. Grayscale: #242424. Windows color (decimal): -15519471 or 1126675. OLE color: 1126675.
HSL color Cylindrical-coordinate representation of color #133111: hue angle of 116.25º degrees, saturation: 0.48, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #133111 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 49 | 17 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.81 |
| HSL | 116.25º | 0.48% | 0.13% | - |
| HSV(B) | 116.25º | 0.65% | 0.19% | - |
| XYZ | 1.47 | 2.38 | 0.91 | - |
| YUV | 36.38 | 117.06 | 115.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 49 | 17 | 0.61 | 0 | 0.65 | 0.81 | 116.25 | 0.48 | 0.13 |
| Hex | 13 | 31 | 11 | 3D | 0 | 41 | 51 | 74 | 30 | D |
| Octal | 23 | 61 | 21 | 75 | 0 | 101 | 121 | 164 | 60 | 15 |
| Binary | 10011 | 110001 | 10001 | 111101 | 0 | 1000001 | 1010001 | 1110100 | 110000 | 1101 |
Color Harmonies of #133111
Complementary color
Monochromatic Colors of #133111
Black with #133111
Text Example
Text Example
White with #133111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133111; }
p { color: rgb(19,49,17); }
H1.HeaderClassName
{
color: #133111;
}
.AnyTagClassName
{
color: #133111;
}
</style>
background-color css
<style>
a { background-color: #133111; }
a { background-color: rgb(19,49,17); }
div.DivClassName
{
background-color: #133111;
}
.BgClassName
{
background-color: #133111;
}
</style>
border-color css
<style>
span { border-color: #133111; }
span { border-color: rgb(19,49,17); }
td.TdClassName
{
border-color: #133111;
}
.TagClassName
{
border-color: #133111;
}
</style>