Shades of Myrtle #213321
Tints of Myrtle #213321
RGB
CMYK
RGB Variations
Color information
#213321 (or 0x213321) is known color: Myrtle. HEX triplet: 21, 33 and 21. RGB value is (33,51,33). Sum of RGB (Red+Green+Blue) = 33+51+33=117 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.21% from 117); Green value is 51 (20.31% from 255 or 43.59% from 117); Blue value is 33 (13.28% from 255 or 28.21% from 117); Max value from RGB is 51 - color contains mainly: green. Hex color #213321 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213321 is #DECCDE. Grayscale: #2B2B2B. Windows color (decimal): -14601439 or 2175777. OLE color: 2175777.
HSL color Cylindrical-coordinate representation of color #213321: hue angle of 120º degrees, saturation: 0.21, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #213321 is Cyan = 0.35, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 33 | - |
| CMYK | 0.35 | 0 | 0.35 | 0.8 |
| HSL | 120º | 0.21% | 0.16% | - |
| HSV(B) | 120º | 0.35% | 0.2% | - |
| XYZ | 2.09 | 2.8 | 1.87 | - |
| YUV | 43.57 | 122.04 | 120.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 33 | 0.35 | 0 | 0.35 | 0.8 | 120 | 0.21 | 0.16 |
| Hex | 21 | 33 | 21 | 23 | 0 | 23 | 50 | 78 | 15 | 10 |
| Octal | 41 | 63 | 41 | 43 | 0 | 43 | 120 | 170 | 25 | 20 |
| Binary | 100001 | 110011 | 100001 | 100011 | 0 | 100011 | 1010000 | 1111000 | 10101 | 10000 |
Color Harmonies of #213321
Complementary color
Monochromatic Colors of #213321
Black with #213321
Text Example
Text Example
White with #213321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213321; }
p { color: rgb(33,51,33); }
H1.HeaderClassName
{
color: #213321;
}
.AnyTagClassName
{
color: #213321;
}
</style>
background-color css
<style>
a { background-color: #213321; }
a { background-color: rgb(33,51,33); }
div.DivClassName
{
background-color: #213321;
}
.BgClassName
{
background-color: #213321;
}
</style>
border-color css
<style>
span { border-color: #213321; }
span { border-color: rgb(33,51,33); }
td.TdClassName
{
border-color: #213321;
}
.TagClassName
{
border-color: #213321;
}
</style>