Shades of Myrtle #103313
Tints of Myrtle #103313
RGB
CMYK
RGB Variations
Color information
#103313 (or 0x103313) is known color: Myrtle. HEX triplet: 10, 33 and 13. RGB value is (16,51,19). Sum of RGB (Red+Green+Blue) = 16+51+19=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 51 (20.31% from 255 or 59.30% from 86); Blue value is 19 (7.81% from 255 or 22.09% from 86); Max value from RGB is 51 - color contains mainly: green. Hex color #103313 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103313 is #EFCCEC. Grayscale: #242424. Windows color (decimal): -15715565 or 1258256. OLE color: 1258256.
HSL color Cylindrical-coordinate representation of color #103313: hue angle of 125.14º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #103313 is Cyan = 0.69, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 16 | 51 | 19 | - |
| CMYK | 0.69 | 0 | 0.63 | 0.8 |
| HSL | 125.14º | 0.52% | 0.13% | - |
| HSV(B) | 125.14º | 0.69% | 0.2% | - |
| XYZ | 1.52 | 2.52 | 1.02 | - |
| YUV | 36.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 51 | 19 | 0.69 | 0 | 0.63 | 0.8 | 125.14 | 0.52 | 0.13 |
| Hex | 10 | 33 | 13 | 45 | 0 | 3F | 50 | 7D | 34 | D |
| Octal | 20 | 63 | 23 | 105 | 0 | 77 | 120 | 175 | 64 | 15 |
| Binary | 10000 | 110011 | 10011 | 1000101 | 0 | 111111 | 1010000 | 1111101 | 110100 | 1101 |
Color Harmonies of #103313
Complementary color
Monochromatic Colors of #103313
Black with #103313
Text Example
Text Example
White with #103313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103313; }
p { color: rgb(16,51,19); }
H1.HeaderClassName
{
color: #103313;
}
.AnyTagClassName
{
color: #103313;
}
</style>
background-color css
<style>
a { background-color: #103313; }
a { background-color: rgb(16,51,19); }
div.DivClassName
{
background-color: #103313;
}
.BgClassName
{
background-color: #103313;
}
</style>
border-color css
<style>
span { border-color: #103313; }
span { border-color: rgb(16,51,19); }
td.TdClassName
{
border-color: #103313;
}
.TagClassName
{
border-color: #103313;
}
</style>