Shades of Myrtle #15310A
Tints of Myrtle #15310A
RGB
CMYK
RGB Variations
Color information
#15310A (or 0x15310A) is known color: Myrtle. HEX triplet: 15, 31 and 0A. RGB value is (21,49,10). Sum of RGB (Red+Green+Blue) = 21+49+10=80 (10% of max value = 765). Red value is 21 (8.59% from 255 or 26.25% from 80); Green value is 49 (19.53% from 255 or 61.25% from 80); Blue value is 10 (4.30% from 255 or 12.5% from 80); Max value from RGB is 49 - color contains mainly: green. Hex color #15310A is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #15310A is #EACEF5. Grayscale: #242424. Windows color (decimal): -15388406 or 667925. OLE color: 667925.
HSL color Cylindrical-coordinate representation of color #15310A: hue angle of 103.08º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #15310A is Cyan = 0.57, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 21 | 49 | 10 | - |
| CMYK | 0.57 | 0 | 0.80 | 0.81 |
| HSL | 103.08º | 0.66% | 0.12% | - |
| HSV(B) | 103.08º | 0.8% | 0.19% | - |
| XYZ | 1.46 | 2.38 | 0.67 | - |
| YUV | 36.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 49 | 10 | 0.57 | 0 | 0.80 | 0.81 | 103.08 | 0.66 | 0.12 |
| Hex | 15 | 31 | A | 39 | 0 | 50 | 51 | 67 | 42 | C |
| Octal | 25 | 61 | 12 | 71 | 0 | 120 | 121 | 147 | 102 | 14 |
| Binary | 10101 | 110001 | 1010 | 111001 | 0 | 1010000 | 1010001 | 1100111 | 1000010 | 1100 |
Color Harmonies of #15310A
Complementary color
Monochromatic Colors of #15310A
Black with #15310A
Text Example
Text Example
White with #15310A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15310A; }
p { color: rgb(21,49,10); }
H1.HeaderClassName
{
color: #15310A;
}
.AnyTagClassName
{
color: #15310A;
}
</style>
background-color css
<style>
a { background-color: #15310A; }
a { background-color: rgb(21,49,10); }
div.DivClassName
{
background-color: #15310A;
}
.BgClassName
{
background-color: #15310A;
}
</style>
border-color css
<style>
span { border-color: #15310A; }
span { border-color: rgb(21,49,10); }
td.TdClassName
{
border-color: #15310A;
}
.TagClassName
{
border-color: #15310A;
}
</style>