Shades of Myrtle #10220B
Tints of Myrtle #10220B
RGB
CMYK
RGB Variations
Color information
#10220B (or 0x10220B) is known color: Myrtle. HEX triplet: 10, 22 and 0B. RGB value is (16,34,11). Sum of RGB (Red+Green+Blue) = 16+34+11=61 (8% of max value = 765). Red value is 16 (6.64% from 255 or 26.23% from 61); Green value is 34 (13.67% from 255 or 55.74% from 61); Blue value is 11 (4.69% from 255 or 18.03% from 61); Max value from RGB is 34 - color contains mainly: green. Hex color #10220B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #10220B is #EFDDF4. Grayscale: #1A1A1A. Windows color (decimal): -15719925 or 729616. OLE color: 729616.
HSL color Cylindrical-coordinate representation of color #10220B: hue angle of 106.96º degrees, saturation: 0.51, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #10220B is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 16 | 34 | 11 | - |
| CMYK | 0.53 | 0 | 0.68 | 0.87 |
| HSL | 106.96º | 0.51% | 0.09% | - |
| HSV(B) | 106.96º | 0.68% | 0.13% | - |
| XYZ | 0.85 | 1.28 | 0.52 | - |
| YUV | 26 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 34 | 11 | 0.53 | 0 | 0.68 | 0.87 | 106.96 | 0.51 | 0.09 |
| Hex | 10 | 22 | B | 35 | 0 | 44 | 57 | 6B | 33 | 9 |
| Octal | 20 | 42 | 13 | 65 | 0 | 104 | 127 | 153 | 63 | 11 |
| Binary | 10000 | 100010 | 1011 | 110101 | 0 | 1000100 | 1010111 | 1101011 | 110011 | 1001 |
Color Harmonies of #10220B
Complementary color
Monochromatic Colors of #10220B
Black with #10220B
Text Example
Text Example
White with #10220B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10220B; }
p { color: rgb(16,34,11); }
H1.HeaderClassName
{
color: #10220B;
}
.AnyTagClassName
{
color: #10220B;
}
</style>
background-color css
<style>
a { background-color: #10220B; }
a { background-color: rgb(16,34,11); }
div.DivClassName
{
background-color: #10220B;
}
.BgClassName
{
background-color: #10220B;
}
</style>
border-color css
<style>
span { border-color: #10220B; }
span { border-color: rgb(16,34,11); }
td.TdClassName
{
border-color: #10220B;
}
.TagClassName
{
border-color: #10220B;
}
</style>