Shades of Myrtle #214121
Tints of Myrtle #214121
RGB
CMYK
RGB Variations
Color information
#214121 (or 0x214121) is known color: Myrtle. HEX triplet: 21, 41 and 21. RGB value is (33,65,33). Sum of RGB (Red+Green+Blue) = 33+65+33=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 65 (25.78% from 255 or 49.62% from 131); Blue value is 33 (13.28% from 255 or 25.19% from 131); Max value from RGB is 65 - color contains mainly: green. Hex color #214121 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214121 is #DEBEDE. Grayscale: #333333. Windows color (decimal): -14597855 or 2179361. OLE color: 2179361.
HSL color Cylindrical-coordinate representation of color #214121: hue angle of 120º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #214121 is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 65 | 33 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.75 |
| HSL | 120º | 0.33% | 0.19% | - |
| HSV(B) | 120º | 0.49% | 0.25% | - |
| XYZ | 2.79 | 4.21 | 2.11 | - |
| YUV | 51.78 | 117.4 | 114.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 65 | 33 | 0.49 | 0 | 0.49 | 0.75 | 120 | 0.33 | 0.19 |
| Hex | 21 | 41 | 21 | 31 | 0 | 31 | 4B | 78 | 21 | 13 |
| Octal | 41 | 101 | 41 | 61 | 0 | 61 | 113 | 170 | 41 | 23 |
| Binary | 100001 | 1000001 | 100001 | 110001 | 0 | 110001 | 1001011 | 1111000 | 100001 | 10011 |
Color Harmonies of #214121
Complementary color
Monochromatic Colors of #214121
Black with #214121
Text Example
Text Example
White with #214121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #214121; }
p { color: rgb(33,65,33); }
H1.HeaderClassName
{
color: #214121;
}
.AnyTagClassName
{
color: #214121;
}
</style>
background-color css
<style>
a { background-color: #214121; }
a { background-color: rgb(33,65,33); }
div.DivClassName
{
background-color: #214121;
}
.BgClassName
{
background-color: #214121;
}
</style>
border-color css
<style>
span { border-color: #214121; }
span { border-color: rgb(33,65,33); }
td.TdClassName
{
border-color: #214121;
}
.TagClassName
{
border-color: #214121;
}
</style>