Shades of Myrtle #203319
Tints of Myrtle #203319
RGB
CMYK
RGB Variations
Color information
#203319 (or 0x203319) is known color: Myrtle. HEX triplet: 20, 33 and 19. RGB value is (32,51,25). Sum of RGB (Red+Green+Blue) = 32+51+25=108 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.63% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 25 (10.16% from 255 or 23.15% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #203319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #203319 is #DFCCE6. Grayscale: #2A2A2A. Windows color (decimal): -14666983 or 1651488. OLE color: 1651488.
HSL color Cylindrical-coordinate representation of color #203319: hue angle of 103.85º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #203319 is Cyan = 0.37, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 25 | - |
| CMYK | 0.37 | 0 | 0.51 | 0.8 |
| HSL | 103.85º | 0.34% | 0.15% | - |
| HSV(B) | 103.85º | 0.51% | 0.2% | - |
| XYZ | 1.95 | 2.74 | 1.35 | - |
| YUV | 42.36 | 118.21 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 25 | 0.37 | 0 | 0.51 | 0.8 | 103.85 | 0.34 | 0.15 |
| Hex | 20 | 33 | 19 | 25 | 0 | 33 | 50 | 68 | 22 | F |
| Octal | 40 | 63 | 31 | 45 | 0 | 63 | 120 | 150 | 42 | 17 |
| Binary | 100000 | 110011 | 11001 | 100101 | 0 | 110011 | 1010000 | 1101000 | 100010 | 1111 |
Color Harmonies of #203319
Complementary color
Monochromatic Colors of #203319
Black with #203319
Text Example
Text Example
White with #203319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203319; }
p { color: rgb(32,51,25); }
H1.HeaderClassName
{
color: #203319;
}
.AnyTagClassName
{
color: #203319;
}
</style>
background-color css
<style>
a { background-color: #203319; }
a { background-color: rgb(32,51,25); }
div.DivClassName
{
background-color: #203319;
}
.BgClassName
{
background-color: #203319;
}
</style>
border-color css
<style>
span { border-color: #203319; }
span { border-color: rgb(32,51,25); }
td.TdClassName
{
border-color: #203319;
}
.TagClassName
{
border-color: #203319;
}
</style>