Shades of Myrtle #21301D
Tints of Myrtle #21301D
RGB
CMYK
RGB Variations
Color information
#21301D (or 0x21301D) is known color: Myrtle. HEX triplet: 21, 30 and 1D. RGB value is (33,48,29). Sum of RGB (Red+Green+Blue) = 33+48+29=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 48 (19.14% from 255 or 43.64% from 110); Blue value is 29 (11.72% from 255 or 26.36% from 110); Max value from RGB is 48 - color contains mainly: green. Hex color #21301D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21301D is #DECFE2. Grayscale: #292929. Windows color (decimal): -14602211 or 1912865. OLE color: 1912865.
HSL color Cylindrical-coordinate representation of color #21301D: hue angle of 107.37º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #21301D is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 33 | 48 | 29 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.81 |
| HSL | 107.37º | 0.25% | 0.15% | - |
| HSV(B) | 107.37º | 0.4% | 0.19% | - |
| XYZ | 1.91 | 2.53 | 1.55 | - |
| YUV | 41.35 | 121.03 | 122.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 48 | 29 | 0.31 | 0 | 0.40 | 0.81 | 107.37 | 0.25 | 0.15 |
| Hex | 21 | 30 | 1D | 1F | 0 | 28 | 51 | 6B | 19 | F |
| Octal | 41 | 60 | 35 | 37 | 0 | 50 | 121 | 153 | 31 | 17 |
| Binary | 100001 | 110000 | 11101 | 11111 | 0 | 101000 | 1010001 | 1101011 | 11001 | 1111 |
Color Harmonies of #21301D
Complementary color
Monochromatic Colors of #21301D
Black with #21301D
Text Example
Text Example
White with #21301D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21301D; }
p { color: rgb(33,48,29); }
H1.HeaderClassName
{
color: #21301D;
}
.AnyTagClassName
{
color: #21301D;
}
</style>
background-color css
<style>
a { background-color: #21301D; }
a { background-color: rgb(33,48,29); }
div.DivClassName
{
background-color: #21301D;
}
.BgClassName
{
background-color: #21301D;
}
</style>
border-color css
<style>
span { border-color: #21301D; }
span { border-color: rgb(33,48,29); }
td.TdClassName
{
border-color: #21301D;
}
.TagClassName
{
border-color: #21301D;
}
</style>