Shades of Myrtle #13280B
Tints of Myrtle #13280B
RGB
CMYK
RGB Variations
Color information
#13280B (or 0x13280B) is known color: Myrtle. HEX triplet: 13, 28 and 0B. RGB value is (19,40,11). Sum of RGB (Red+Green+Blue) = 19+40+11=70 (9% of max value = 765). Red value is 19 (7.81% from 255 or 27.14% from 70); Green value is 40 (16.02% from 255 or 57.14% from 70); Blue value is 11 (4.69% from 255 or 15.71% from 70); Max value from RGB is 40 - color contains mainly: green. Hex color #13280B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #13280B is #ECD7F4. Grayscale: #1E1E1E. Windows color (decimal): -15521781 or 731155. OLE color: 731155.
HSL color Cylindrical-coordinate representation of color #13280B: hue angle of 103.45º degrees, saturation: 0.57, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #13280B is Cyan = 0.52, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 19 | 40 | 11 | - |
| CMYK | 0.52 | 0 | 0.72 | 0.84 |
| HSL | 103.45º | 0.57% | 0.1% | - |
| HSV(B) | 103.45º | 0.73% | 0.16% | - |
| XYZ | 1.09 | 1.68 | 0.58 | - |
| YUV | 30.42 | 117.04 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 40 | 11 | 0.52 | 0 | 0.72 | 0.84 | 103.45 | 0.57 | 0.1 |
| Hex | 13 | 28 | B | 34 | 0 | 48 | 54 | 67 | 39 | A |
| Octal | 23 | 50 | 13 | 64 | 0 | 110 | 124 | 147 | 71 | 12 |
| Binary | 10011 | 101000 | 1011 | 110100 | 0 | 1001000 | 1010100 | 1100111 | 111001 | 1010 |
Color Harmonies of #13280B
Complementary color
Monochromatic Colors of #13280B
Black with #13280B
Text Example
Text Example
White with #13280B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13280B; }
p { color: rgb(19,40,11); }
H1.HeaderClassName
{
color: #13280B;
}
.AnyTagClassName
{
color: #13280B;
}
</style>
background-color css
<style>
a { background-color: #13280B; }
a { background-color: rgb(19,40,11); }
div.DivClassName
{
background-color: #13280B;
}
.BgClassName
{
background-color: #13280B;
}
</style>
border-color css
<style>
span { border-color: #13280B; }
span { border-color: rgb(19,40,11); }
td.TdClassName
{
border-color: #13280B;
}
.TagClassName
{
border-color: #13280B;
}
</style>