Shades of Myrtle #16320B
Tints of Myrtle #16320B
RGB
CMYK
RGB Variations
Color information
#16320B (or 0x16320B) is known color: Myrtle. HEX triplet: 16, 32 and 0B. RGB value is (22,50,11). Sum of RGB (Red+Green+Blue) = 22+50+11=83 (10% of max value = 765). Red value is 22 (8.98% from 255 or 26.51% from 83); Green value is 50 (19.92% from 255 or 60.24% from 83); Blue value is 11 (4.69% from 255 or 13.25% from 83); Max value from RGB is 50 - color contains mainly: green. Hex color #16320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #16320B is #E9CDF4. Grayscale: #252525. Windows color (decimal): -15322613 or 733718. OLE color: 733718.
HSL color Cylindrical-coordinate representation of color #16320B: hue angle of 103.08º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #16320B is Cyan = 0.56, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 22 | 50 | 11 | - |
| CMYK | 0.56 | 0 | 0.78 | 0.80 |
| HSL | 103.08º | 0.64% | 0.12% | - |
| HSV(B) | 103.08º | 0.78% | 0.2% | - |
| XYZ | 1.53 | 2.48 | 0.71 | - |
| YUV | 37.18 | 113.22 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 50 | 11 | 0.56 | 0 | 0.78 | 0.80 | 103.08 | 0.64 | 0.12 |
| Hex | 16 | 32 | B | 38 | 0 | 4E | 50 | 67 | 40 | C |
| Octal | 26 | 62 | 13 | 70 | 0 | 116 | 120 | 147 | 100 | 14 |
| Binary | 10110 | 110010 | 1011 | 111000 | 0 | 1001110 | 1010000 | 1100111 | 1000000 | 1100 |
Color Harmonies of #16320B
Complementary color
Monochromatic Colors of #16320B
Black with #16320B
Text Example
Text Example
White with #16320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16320B; }
p { color: rgb(22,50,11); }
H1.HeaderClassName
{
color: #16320B;
}
.AnyTagClassName
{
color: #16320B;
}
</style>
background-color css
<style>
a { background-color: #16320B; }
a { background-color: rgb(22,50,11); }
div.DivClassName
{
background-color: #16320B;
}
.BgClassName
{
background-color: #16320B;
}
</style>
border-color css
<style>
span { border-color: #16320B; }
span { border-color: rgb(22,50,11); }
td.TdClassName
{
border-color: #16320B;
}
.TagClassName
{
border-color: #16320B;
}
</style>