Shades of Myrtle #13200F
Tints of Myrtle #13200F
RGB
CMYK
RGB Variations
Color information
#13200F (or 0x13200F) is known color: Myrtle. HEX triplet: 13, 20 and 0F. RGB value is (19,32,15). Sum of RGB (Red+Green+Blue) = 19+32+15=66 (8% of max value = 765). Red value is 19 (7.81% from 255 or 28.79% from 66); Green value is 32 (12.89% from 255 or 48.48% from 66); Blue value is 15 (6.25% from 255 or 22.73% from 66); Max value from RGB is 32 - color contains mainly: green. Hex color #13200F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13200F is #ECDFF0. Grayscale: #1A1A1A. Windows color (decimal): -15523825 or 991251. OLE color: 991251.
HSL color Cylindrical-coordinate representation of color #13200F: hue angle of 105.88º degrees, saturation: 0.36, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #13200F is Cyan = 0.41, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 19 | 32 | 15 | - |
| CMYK | 0.41 | 0 | 0.53 | 0.87 |
| HSL | 105.88º | 0.36% | 0.09% | - |
| HSV(B) | 105.88º | 0.53% | 0.13% | - |
| XYZ | 0.87 | 1.21 | 0.64 | - |
| YUV | 26.18 | 121.69 | 122.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 32 | 15 | 0.41 | 0 | 0.53 | 0.87 | 105.88 | 0.36 | 0.09 |
| Hex | 13 | 20 | F | 29 | 0 | 35 | 57 | 6A | 24 | 9 |
| Octal | 23 | 40 | 17 | 51 | 0 | 65 | 127 | 152 | 44 | 11 |
| Binary | 10011 | 100000 | 1111 | 101001 | 0 | 110101 | 1010111 | 1101010 | 100100 | 1001 |
Color Harmonies of #13200F
Complementary color
Monochromatic Colors of #13200F
Black with #13200F
Text Example
Text Example
White with #13200F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13200F; }
p { color: rgb(19,32,15); }
H1.HeaderClassName
{
color: #13200F;
}
.AnyTagClassName
{
color: #13200F;
}
</style>
background-color css
<style>
a { background-color: #13200F; }
a { background-color: rgb(19,32,15); }
div.DivClassName
{
background-color: #13200F;
}
.BgClassName
{
background-color: #13200F;
}
</style>
border-color css
<style>
span { border-color: #13200F; }
span { border-color: rgb(19,32,15); }
td.TdClassName
{
border-color: #13200F;
}
.TagClassName
{
border-color: #13200F;
}
</style>