Shades of Myrtle #13330B
Tints of Myrtle #13330B
RGB
CMYK
RGB Variations
Color information
#13330B (or 0x13330B) is known color: Myrtle. HEX triplet: 13, 33 and 0B. RGB value is (19,51,11). Sum of RGB (Red+Green+Blue) = 19+51+11=81 (10% of max value = 765). Red value is 19 (7.81% from 255 or 23.46% from 81); Green value is 51 (20.31% from 255 or 62.96% from 81); Blue value is 11 (4.69% from 255 or 13.58% from 81); Max value from RGB is 51 - color contains mainly: green. Hex color #13330B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13330B is #ECCCF4. Grayscale: #252525. Windows color (decimal): -15518965 or 733971. OLE color: 733971.
HSL color Cylindrical-coordinate representation of color #13330B: hue angle of 108º degrees, saturation: 0.65, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #13330B is Cyan = 0.63, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 19 | 51 | 11 | - |
| CMYK | 0.63 | 0 | 0.78 | 0.8 |
| HSL | 108º | 0.65% | 0.12% | - |
| HSV(B) | 108º | 0.78% | 0.2% | - |
| XYZ | 1.51 | 2.53 | 0.73 | - |
| YUV | 36.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 51 | 11 | 0.63 | 0 | 0.78 | 0.8 | 108 | 0.65 | 0.12 |
| Hex | 13 | 33 | B | 3F | 0 | 4E | 50 | 6C | 41 | C |
| Octal | 23 | 63 | 13 | 77 | 0 | 116 | 120 | 154 | 101 | 14 |
| Binary | 10011 | 110011 | 1011 | 111111 | 0 | 1001110 | 1010000 | 1101100 | 1000001 | 1100 |
Color Harmonies of #13330B
Complementary color
Monochromatic Colors of #13330B
Black with #13330B
Text Example
Text Example
White with #13330B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13330B; }
p { color: rgb(19,51,11); }
H1.HeaderClassName
{
color: #13330B;
}
.AnyTagClassName
{
color: #13330B;
}
</style>
background-color css
<style>
a { background-color: #13330B; }
a { background-color: rgb(19,51,11); }
div.DivClassName
{
background-color: #13330B;
}
.BgClassName
{
background-color: #13330B;
}
</style>
border-color css
<style>
span { border-color: #13330B; }
span { border-color: rgb(19,51,11); }
td.TdClassName
{
border-color: #13330B;
}
.TagClassName
{
border-color: #13330B;
}
</style>