Shades of Myrtle #213B21
Tints of Myrtle #213B21
RGB
CMYK
RGB Variations
Color information
#213B21 (or 0x213B21) is known color: Myrtle. HEX triplet: 21, 3B and 21. RGB value is (33,59,33). Sum of RGB (Red+Green+Blue) = 33+59+33=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 59 (23.44% from 255 or 47.2% from 125); Blue value is 33 (13.28% from 255 or 26.4% from 125); Max value from RGB is 59 - color contains mainly: green. Hex color #213B21 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213B21 is #DEC4DE. Grayscale: #303030. Windows color (decimal): -14599391 or 2177825. OLE color: 2177825.
HSL color Cylindrical-coordinate representation of color #213B21: hue angle of 120º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #213B21 is Cyan = 0.44, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 33 | 59 | 33 | - |
| CMYK | 0.44 | 0 | 0.44 | 0.77 |
| HSL | 120º | 0.28% | 0.18% | - |
| HSV(B) | 120º | 0.44% | 0.23% | - |
| XYZ | 2.47 | 3.56 | 2 | - |
| YUV | 48.26 | 119.39 | 117.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 59 | 33 | 0.44 | 0 | 0.44 | 0.77 | 120 | 0.28 | 0.18 |
| Hex | 21 | 3B | 21 | 2C | 0 | 2C | 4D | 78 | 1C | 12 |
| Octal | 41 | 73 | 41 | 54 | 0 | 54 | 115 | 170 | 34 | 22 |
| Binary | 100001 | 111011 | 100001 | 101100 | 0 | 101100 | 1001101 | 1111000 | 11100 | 10010 |
Color Harmonies of #213B21
Complementary color
Monochromatic Colors of #213B21
Black with #213B21
Text Example
Text Example
White with #213B21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #213B21; }
p { color: rgb(33,59,33); }
H1.HeaderClassName
{
color: #213B21;
}
.AnyTagClassName
{
color: #213B21;
}
</style>
background-color css
<style>
a { background-color: #213B21; }
a { background-color: rgb(33,59,33); }
div.DivClassName
{
background-color: #213B21;
}
.BgClassName
{
background-color: #213B21;
}
</style>
border-color css
<style>
span { border-color: #213B21; }
span { border-color: rgb(33,59,33); }
td.TdClassName
{
border-color: #213B21;
}
.TagClassName
{
border-color: #213B21;
}
</style>