Shades of Myrtle #20321B
Tints of Myrtle #20321B
RGB
CMYK
RGB Variations
Color information
#20321B (or 0x20321B) is known color: Myrtle. HEX triplet: 20, 32 and 1B. RGB value is (32,50,27). Sum of RGB (Red+Green+Blue) = 32+50+27=109 (14% of max value = 765). Red value is 32 (12.89% from 255 or 29.36% from 109); Green value is 50 (19.92% from 255 or 45.87% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 50 - color contains mainly: green. Hex color #20321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20321B is #DFCDE4. Grayscale: #2A2A2A. Windows color (decimal): -14667237 or 1782304. OLE color: 1782304.
HSL color Cylindrical-coordinate representation of color #20321B: hue angle of 106.96º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #20321B is Cyan = 0.36, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 32 | 50 | 27 | - |
| CMYK | 0.36 | 0 | 0.46 | 0.80 |
| HSL | 106.96º | 0.3% | 0.15% | - |
| HSV(B) | 106.96º | 0.46% | 0.2% | - |
| XYZ | 1.93 | 2.67 | 1.45 | - |
| YUV | 42 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 50 | 27 | 0.36 | 0 | 0.46 | 0.80 | 106.96 | 0.3 | 0.15 |
| Hex | 20 | 32 | 1B | 24 | 0 | 2E | 50 | 6B | 1E | F |
| Octal | 40 | 62 | 33 | 44 | 0 | 56 | 120 | 153 | 36 | 17 |
| Binary | 100000 | 110010 | 11011 | 100100 | 0 | 101110 | 1010000 | 1101011 | 11110 | 1111 |
Color Harmonies of #20321B
Complementary color
Monochromatic Colors of #20321B
Black with #20321B
Text Example
Text Example
White with #20321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20321B; }
p { color: rgb(32,50,27); }
H1.HeaderClassName
{
color: #20321B;
}
.AnyTagClassName
{
color: #20321B;
}
</style>
background-color css
<style>
a { background-color: #20321B; }
a { background-color: rgb(32,50,27); }
div.DivClassName
{
background-color: #20321B;
}
.BgClassName
{
background-color: #20321B;
}
</style>
border-color css
<style>
span { border-color: #20321B; }
span { border-color: rgb(32,50,27); }
td.TdClassName
{
border-color: #20321B;
}
.TagClassName
{
border-color: #20321B;
}
</style>