Shades of Myrtle #103211
Tints of Myrtle #103211
RGB
CMYK
RGB Variations
Color information
#103211 (or 0x103211) is known color: Myrtle. HEX triplet: 10, 32 and 11. RGB value is (16,50,17). Sum of RGB (Red+Green+Blue) = 16+50+17=83 (10% of max value = 765). Red value is 16 (6.64% from 255 or 19.28% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 17 (7.03% from 255 or 20.48% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #103211 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #103211 is #EFCDEE. Grayscale: #242424. Windows color (decimal): -15715823 or 1126928. OLE color: 1126928.
HSL color Cylindrical-coordinate representation of color #103211: hue angle of 121.76º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #103211 is Cyan = 0.68, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 50 | 17 | - |
| CMYK | 0.68 | 0 | 0.66 | 0.80 |
| HSL | 121.76º | 0.52% | 0.13% | - |
| HSV(B) | 121.76º | 0.68% | 0.2% | - |
| XYZ | 1.46 | 2.43 | 0.92 | - |
| YUV | 36.07 | 117.24 | 113.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 50 | 17 | 0.68 | 0 | 0.66 | 0.80 | 121.76 | 0.52 | 0.13 |
| Hex | 10 | 32 | 11 | 44 | 0 | 42 | 50 | 7A | 34 | D |
| Octal | 20 | 62 | 21 | 104 | 0 | 102 | 120 | 172 | 64 | 15 |
| Binary | 10000 | 110010 | 10001 | 1000100 | 0 | 1000010 | 1010000 | 1111010 | 110100 | 1101 |
Color Harmonies of #103211
Complementary color
Monochromatic Colors of #103211
Black with #103211
Text Example
Text Example
White with #103211
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #103211; }
p { color: rgb(16,50,17); }
H1.HeaderClassName
{
color: #103211;
}
.AnyTagClassName
{
color: #103211;
}
</style>
background-color css
<style>
a { background-color: #103211; }
a { background-color: rgb(16,50,17); }
div.DivClassName
{
background-color: #103211;
}
.BgClassName
{
background-color: #103211;
}
</style>
border-color css
<style>
span { border-color: #103211; }
span { border-color: rgb(16,50,17); }
td.TdClassName
{
border-color: #103211;
}
.TagClassName
{
border-color: #103211;
}
</style>