Shades of Myrtle #13390B
Tints of Myrtle #13390B
RGB
CMYK
RGB Variations
Color information
#13390B (or 0x13390B) is known color: Myrtle. HEX triplet: 13, 39 and 0B. RGB value is (19,57,11). Sum of RGB (Red+Green+Blue) = 19+57+11=87 (11% of max value = 765). Red value is 19 (7.81% from 255 or 21.84% from 87); Green value is 57 (22.66% from 255 or 65.52% from 87); Blue value is 11 (4.69% from 255 or 12.64% from 87); Max value from RGB is 57 - color contains mainly: green. Hex color #13390B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13390B is #ECC6F4. Grayscale: #282828. Windows color (decimal): -15517429 or 735507. OLE color: 735507.
HSL color Cylindrical-coordinate representation of color #13390B: hue angle of 109.57º degrees, saturation: 0.68, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #13390B is Cyan = 0.67, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 19 | 57 | 11 | - |
| CMYK | 0.67 | 0 | 0.81 | 0.78 |
| HSL | 109.57º | 0.68% | 0.13% | - |
| HSV(B) | 109.57º | 0.81% | 0.22% | - |
| XYZ | 1.79 | 3.09 | 0.82 | - |
| YUV | 40.39 | 111.41 | 112.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 57 | 11 | 0.67 | 0 | 0.81 | 0.78 | 109.57 | 0.68 | 0.13 |
| Hex | 13 | 39 | B | 43 | 0 | 51 | 4E | 6E | 44 | D |
| Octal | 23 | 71 | 13 | 103 | 0 | 121 | 116 | 156 | 104 | 15 |
| Binary | 10011 | 111001 | 1011 | 1000011 | 0 | 1010001 | 1001110 | 1101110 | 1000100 | 1101 |
Color Harmonies of #13390B
Complementary color
Monochromatic Colors of #13390B
Black with #13390B
Text Example
Text Example
White with #13390B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13390B; }
p { color: rgb(19,57,11); }
H1.HeaderClassName
{
color: #13390B;
}
.AnyTagClassName
{
color: #13390B;
}
</style>
background-color css
<style>
a { background-color: #13390B; }
a { background-color: rgb(19,57,11); }
div.DivClassName
{
background-color: #13390B;
}
.BgClassName
{
background-color: #13390B;
}
</style>
border-color css
<style>
span { border-color: #13390B; }
span { border-color: rgb(19,57,11); }
td.TdClassName
{
border-color: #13390B;
}
.TagClassName
{
border-color: #13390B;
}
</style>