Shades of Myrtle #21321F
Tints of Myrtle #21321F
RGB
CMYK
RGB Variations
Color information
#21321F (or 0x21321F) is known color: Myrtle. HEX triplet: 21, 32 and 1F. RGB value is (33,50,31). Sum of RGB (Red+Green+Blue) = 33+50+31=114 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.95% from 114); Green value is 50 (19.92% from 255 or 43.86% from 114); Blue value is 31 (12.5% from 255 or 27.19% from 114); Max value from RGB is 50 - color contains mainly: green. Hex color #21321F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21321F is #DECDE0. Grayscale: #2A2A2A. Windows color (decimal): -14601697 or 2044449. OLE color: 2044449.
HSL color Cylindrical-coordinate representation of color #21321F: hue angle of 113.68º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #21321F is Cyan = 0.34, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 31 | - |
| CMYK | 0.34 | 0 | 0.38 | 0.80 |
| HSL | 113.68º | 0.23% | 0.16% | - |
| HSV(B) | 113.68º | 0.38% | 0.2% | - |
| XYZ | 2.02 | 2.7 | 1.71 | - |
| YUV | 42.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 31 | 0.34 | 0 | 0.38 | 0.80 | 113.68 | 0.23 | 0.16 |
| Hex | 21 | 32 | 1F | 22 | 0 | 26 | 50 | 72 | 17 | 10 |
| Octal | 41 | 62 | 37 | 42 | 0 | 46 | 120 | 162 | 27 | 20 |
| Binary | 100001 | 110010 | 11111 | 100010 | 0 | 100110 | 1010000 | 1110010 | 10111 | 10000 |
Color Harmonies of #21321F
Complementary color
Monochromatic Colors of #21321F
Black with #21321F
Text Example
Text Example
White with #21321F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21321F; }
p { color: rgb(33,50,31); }
H1.HeaderClassName
{
color: #21321F;
}
.AnyTagClassName
{
color: #21321F;
}
</style>
background-color css
<style>
a { background-color: #21321F; }
a { background-color: rgb(33,50,31); }
div.DivClassName
{
background-color: #21321F;
}
.BgClassName
{
background-color: #21321F;
}
</style>
border-color css
<style>
span { border-color: #21321F; }
span { border-color: rgb(33,50,31); }
td.TdClassName
{
border-color: #21321F;
}
.TagClassName
{
border-color: #21321F;
}
</style>