Shades of Myrtle #133315
Tints of Myrtle #133315
RGB
CMYK
RGB Variations
Color information
#133315 (or 0x133315) is known color: Myrtle. HEX triplet: 13, 33 and 15. RGB value is (19,51,21). Sum of RGB (Red+Green+Blue) = 19+51+21=91 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.88% from 91); Green value is 51 (20.31% from 255 or 56.04% from 91); Blue value is 21 (8.59% from 255 or 23.08% from 91); Max value from RGB is 51 - color contains mainly: green. Hex color #133315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #133315 is #ECCCEA. Grayscale: #262626. Windows color (decimal): -15518955 or 1389331. OLE color: 1389331.
HSL color Cylindrical-coordinate representation of color #133315: hue angle of 123.75º degrees, saturation: 0.46, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #133315 is Cyan = 0.63, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 21 | - |
| CMYK | 0.63 | 0 | 0.59 | 0.8 |
| HSL | 123.75º | 0.46% | 0.14% | - |
| HSV(B) | 123.75º | 0.63% | 0.2% | - |
| XYZ | 1.59 | 2.56 | 1.12 | - |
| YUV | 38.01 | 118.4 | 114.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 21 | 0.63 | 0 | 0.59 | 0.8 | 123.75 | 0.46 | 0.14 |
| Hex | 13 | 33 | 15 | 3F | 0 | 3B | 50 | 7C | 2E | E |
| Octal | 23 | 63 | 25 | 77 | 0 | 73 | 120 | 174 | 56 | 16 |
| Binary | 10011 | 110011 | 10101 | 111111 | 0 | 111011 | 1010000 | 1111100 | 101110 | 1110 |
Color Harmonies of #133315
Complementary color
Monochromatic Colors of #133315
Black with #133315
Text Example
Text Example
White with #133315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #133315; }
p { color: rgb(19,51,21); }
H1.HeaderClassName
{
color: #133315;
}
.AnyTagClassName
{
color: #133315;
}
</style>
background-color css
<style>
a { background-color: #133315; }
a { background-color: rgb(19,51,21); }
div.DivClassName
{
background-color: #133315;
}
.BgClassName
{
background-color: #133315;
}
</style>
border-color css
<style>
span { border-color: #133315; }
span { border-color: rgb(19,51,21); }
td.TdClassName
{
border-color: #133315;
}
.TagClassName
{
border-color: #133315;
}
</style>