Shades of Myrtle #21321B
Tints of Myrtle #21321B
RGB
CMYK
RGB Variations
Color information
#21321B (or 0x21321B) is known color: Myrtle. HEX triplet: 21, 32 and 1B. RGB value is (33,50,27). Sum of RGB (Red+Green+Blue) = 33+50+27=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 50 (19.92% from 255 or 45.45% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 50 - color contains mainly: green. Hex color #21321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21321B is #DECDE4. Grayscale: #2A2A2A. Windows color (decimal): -14601701 or 1782305. OLE color: 1782305.
HSL color Cylindrical-coordinate representation of color #21321B: hue angle of 104.35º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21321B is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 33 | 50 | 27 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.80 |
| HSL | 104.35º | 0.3% | 0.15% | - |
| HSV(B) | 104.35º | 0.46% | 0.2% | - |
| XYZ | 1.97 | 2.68 | 1.45 | - |
| YUV | 42.3 | 119.37 | 121.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 50 | 27 | 0.34 | 0 | 0.46 | 0.80 | 104.35 | 0.3 | 0.15 |
| Hex | 21 | 32 | 1B | 22 | 0 | 2E | 50 | 68 | 1E | F |
| Octal | 41 | 62 | 33 | 42 | 0 | 56 | 120 | 150 | 36 | 17 |
| Binary | 100001 | 110010 | 11011 | 100010 | 0 | 101110 | 1010000 | 1101000 | 11110 | 1111 |
Color Harmonies of #21321B
Complementary color
Monochromatic Colors of #21321B
Black with #21321B
Text Example
Text Example
White with #21321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21321B; }
p { color: rgb(33,50,27); }
H1.HeaderClassName
{
color: #21321B;
}
.AnyTagClassName
{
color: #21321B;
}
</style>
background-color css
<style>
a { background-color: #21321B; }
a { background-color: rgb(33,50,27); }
div.DivClassName
{
background-color: #21321B;
}
.BgClassName
{
background-color: #21321B;
}
</style>
border-color css
<style>
span { border-color: #21321B; }
span { border-color: rgb(33,50,27); }
td.TdClassName
{
border-color: #21321B;
}
.TagClassName
{
border-color: #21321B;
}
</style>