Shades of Myrtle #152013
Tints of Myrtle #152013
RGB
CMYK
RGB Variations
Color information
#152013 (or 0x152013) is known color: Myrtle. HEX triplet: 15, 20 and 13. RGB value is (21,32,19). Sum of RGB (Red+Green+Blue) = 21+32+19=72 (9% of max value = 765). Red value is 21 (8.59% from 255 or 29.17% from 72); Green value is 32 (12.89% from 255 or 44.44% from 72); Blue value is 19 (7.81% from 255 or 26.39% from 72); Max value from RGB is 32 - color contains mainly: green. Hex color #152013 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #152013 is #EADFEC. Grayscale: #1B1B1B. Windows color (decimal): -15392749 or 1253397. OLE color: 1253397.
HSL color Cylindrical-coordinate representation of color #152013: hue angle of 110.77º degrees, saturation: 0.25, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #152013 is Cyan = 0.34, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 21 | 32 | 19 | - |
| CMYK | 0.34 | 0 | 0.41 | 0.87 |
| HSL | 110.77º | 0.25% | 0.1% | - |
| HSV(B) | 110.77º | 0.41% | 0.13% | - |
| XYZ | 0.94 | 1.24 | 0.81 | - |
| YUV | 27.23 | 123.36 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 32 | 19 | 0.34 | 0 | 0.41 | 0.87 | 110.77 | 0.25 | 0.1 |
| Hex | 15 | 20 | 13 | 22 | 0 | 29 | 57 | 6F | 19 | A |
| Octal | 25 | 40 | 23 | 42 | 0 | 51 | 127 | 157 | 31 | 12 |
| Binary | 10101 | 100000 | 10011 | 100010 | 0 | 101001 | 1010111 | 1101111 | 11001 | 1010 |
Color Harmonies of #152013
Complementary color
Monochromatic Colors of #152013
Black with #152013
Text Example
Text Example
White with #152013
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #152013; }
p { color: rgb(21,32,19); }
H1.HeaderClassName
{
color: #152013;
}
.AnyTagClassName
{
color: #152013;
}
</style>
background-color css
<style>
a { background-color: #152013; }
a { background-color: rgb(21,32,19); }
div.DivClassName
{
background-color: #152013;
}
.BgClassName
{
background-color: #152013;
}
</style>
border-color css
<style>
span { border-color: #152013; }
span { border-color: rgb(21,32,19); }
td.TdClassName
{
border-color: #152013;
}
.TagClassName
{
border-color: #152013;
}
</style>