Shades of Myrtle #20301F
Tints of Myrtle #20301F
RGB
CMYK
RGB Variations
Color information
#20301F (or 0x20301F) is known color: Myrtle. HEX triplet: 20, 30 and 1F. RGB value is (32,48,31). Sum of RGB (Red+Green+Blue) = 32+48+31=111 (14% of max value = 765). Red value is 32 (12.89% from 255 or 28.83% from 111); Green value is 48 (19.14% from 255 or 43.24% from 111); Blue value is 31 (12.5% from 255 or 27.93% from 111); Max value from RGB is 48 - color contains mainly: green. Hex color #20301F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #20301F is #DFCFE0. Grayscale: #292929. Windows color (decimal): -14667745 or 2043936. OLE color: 2043936.
HSL color Cylindrical-coordinate representation of color #20301F: hue angle of 116.47º degrees, saturation: 0.22, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #20301F is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 32 | 48 | 31 | - |
| CMYK | 0.33 | 0 | 0.35 | 0.81 |
| HSL | 116.47º | 0.22% | 0.15% | - |
| HSV(B) | 116.47º | 0.35% | 0.19% | - |
| XYZ | 1.9 | 2.52 | 1.68 | - |
| YUV | 41.28 | 122.2 | 121.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 48 | 31 | 0.33 | 0 | 0.35 | 0.81 | 116.47 | 0.22 | 0.15 |
| Hex | 20 | 30 | 1F | 21 | 0 | 23 | 51 | 74 | 16 | F |
| Octal | 40 | 60 | 37 | 41 | 0 | 43 | 121 | 164 | 26 | 17 |
| Binary | 100000 | 110000 | 11111 | 100001 | 0 | 100011 | 1010001 | 1110100 | 10110 | 1111 |
Color Harmonies of #20301F
Complementary color
Monochromatic Colors of #20301F
Black with #20301F
Text Example
Text Example
White with #20301F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20301F; }
p { color: rgb(32,48,31); }
H1.HeaderClassName
{
color: #20301F;
}
.AnyTagClassName
{
color: #20301F;
}
</style>
background-color css
<style>
a { background-color: #20301F; }
a { background-color: rgb(32,48,31); }
div.DivClassName
{
background-color: #20301F;
}
.BgClassName
{
background-color: #20301F;
}
</style>
border-color css
<style>
span { border-color: #20301F; }
span { border-color: rgb(32,48,31); }
td.TdClassName
{
border-color: #20301F;
}
.TagClassName
{
border-color: #20301F;
}
</style>