Shades of Myrtle #21491B
Tints of Myrtle #21491B
RGB
CMYK
RGB Variations
Color information
#21491B (or 0x21491B) is known color: Myrtle. HEX triplet: 21, 49 and 1B. RGB value is (33,73,27). Sum of RGB (Red+Green+Blue) = 33+73+27=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 73 (28.91% from 255 or 54.89% from 133); Blue value is 27 (10.94% from 255 or 20.30% from 133); Max value from RGB is 73 - color contains mainly: green. Hex color #21491B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21491B is #DEB6E4. Grayscale: #373737. Windows color (decimal): -14595813 or 1788193. OLE color: 1788193.
HSL color Cylindrical-coordinate representation of color #21491B: hue angle of 112.17º degrees, saturation: 0.46, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #21491B is Cyan = 0.55, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 33 | 73 | 27 | - |
| CMYK | 0.55 | 0 | 0.63 | 0.71 |
| HSL | 112.17º | 0.46% | 0.2% | - |
| HSV(B) | 112.17º | 0.63% | 0.29% | - |
| XYZ | 3.21 | 5.17 | 1.87 | - |
| YUV | 55.8 | 111.75 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 73 | 27 | 0.55 | 0 | 0.63 | 0.71 | 112.17 | 0.46 | 0.2 |
| Hex | 21 | 49 | 1B | 37 | 0 | 3F | 47 | 70 | 2E | 14 |
| Octal | 41 | 111 | 33 | 67 | 0 | 77 | 107 | 160 | 56 | 24 |
| Binary | 100001 | 1001001 | 11011 | 110111 | 0 | 111111 | 1000111 | 1110000 | 101110 | 10100 |
Color Harmonies of #21491B
Complementary color
Monochromatic Colors of #21491B
Black with #21491B
Text Example
Text Example
White with #21491B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21491B; }
p { color: rgb(33,73,27); }
H1.HeaderClassName
{
color: #21491B;
}
.AnyTagClassName
{
color: #21491B;
}
</style>
background-color css
<style>
a { background-color: #21491B; }
a { background-color: rgb(33,73,27); }
div.DivClassName
{
background-color: #21491B;
}
.BgClassName
{
background-color: #21491B;
}
</style>
border-color css
<style>
span { border-color: #21491B; }
span { border-color: rgb(33,73,27); }
td.TdClassName
{
border-color: #21491B;
}
.TagClassName
{
border-color: #21491B;
}
</style>