Shades of Myrtle #13300B
Tints of Myrtle #13300B
RGB
CMYK
RGB Variations
Color information
#13300B (or 0x13300B) is known color: Myrtle. HEX triplet: 13, 30 and 0B. RGB value is (19,48,11). Sum of RGB (Red+Green+Blue) = 19+48+11=78 (10% of max value = 765). Red value is 19 (7.81% from 255 or 24.36% from 78); Green value is 48 (19.14% from 255 or 61.54% from 78); Blue value is 11 (4.69% from 255 or 14.10% from 78); Max value from RGB is 48 - color contains mainly: green. Hex color #13300B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13300B is #ECCFF4. Grayscale: #232323. Windows color (decimal): -15519733 or 733203. OLE color: 733203.
HSL color Cylindrical-coordinate representation of color #13300B: hue angle of 107.03º degrees, saturation: 0.63, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #13300B is Cyan = 0.60, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 19 | 48 | 11 | - |
| CMYK | 0.60 | 0 | 0.77 | 0.81 |
| HSL | 107.03º | 0.63% | 0.12% | - |
| HSV(B) | 107.03º | 0.77% | 0.19% | - |
| XYZ | 1.39 | 2.28 | 0.68 | - |
| YUV | 35.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 48 | 11 | 0.60 | 0 | 0.77 | 0.81 | 107.03 | 0.63 | 0.12 |
| Hex | 13 | 30 | B | 3C | 0 | 4D | 51 | 6B | 3F | C |
| Octal | 23 | 60 | 13 | 74 | 0 | 115 | 121 | 153 | 77 | 14 |
| Binary | 10011 | 110000 | 1011 | 111100 | 0 | 1001101 | 1010001 | 1101011 | 111111 | 1100 |
Color Harmonies of #13300B
Complementary color
Monochromatic Colors of #13300B
Black with #13300B
Text Example
Text Example
White with #13300B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13300B; }
p { color: rgb(19,48,11); }
H1.HeaderClassName
{
color: #13300B;
}
.AnyTagClassName
{
color: #13300B;
}
</style>
background-color css
<style>
a { background-color: #13300B; }
a { background-color: rgb(19,48,11); }
div.DivClassName
{
background-color: #13300B;
}
.BgClassName
{
background-color: #13300B;
}
</style>
border-color css
<style>
span { border-color: #13300B; }
span { border-color: rgb(19,48,11); }
td.TdClassName
{
border-color: #13300B;
}
.TagClassName
{
border-color: #13300B;
}
</style>