Shades of Myrtle #21401D
Tints of Myrtle #21401D
RGB
CMYK
RGB Variations
Color information
#21401D (or 0x21401D) is known color: Myrtle. HEX triplet: 21, 40 and 1D. RGB value is (33,64,29). Sum of RGB (Red+Green+Blue) = 33+64+29=126 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.19% from 126); Green value is 64 (25.39% from 255 or 50.79% from 126); Blue value is 29 (11.72% from 255 or 23.02% from 126); Max value from RGB is 64 - color contains mainly: green. Hex color #21401D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21401D is #DEBFE2. Grayscale: #323232. Windows color (decimal): -14598115 or 1916961. OLE color: 1916961.
HSL color Cylindrical-coordinate representation of color #21401D: hue angle of 113.14º degrees, saturation: 0.38, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21401D is Cyan = 0.48, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 33 | 64 | 29 | - |
| CMYK | 0.48 | 0 | 0.55 | 0.75 |
| HSL | 113.14º | 0.38% | 0.18% | - |
| HSV(B) | 113.14º | 0.55% | 0.25% | - |
| XYZ | 2.68 | 4.08 | 1.81 | - |
| YUV | 50.74 | 115.73 | 115.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 64 | 29 | 0.48 | 0 | 0.55 | 0.75 | 113.14 | 0.38 | 0.18 |
| Hex | 21 | 40 | 1D | 30 | 0 | 37 | 4B | 71 | 26 | 12 |
| Octal | 41 | 100 | 35 | 60 | 0 | 67 | 113 | 161 | 46 | 22 |
| Binary | 100001 | 1000000 | 11101 | 110000 | 0 | 110111 | 1001011 | 1110001 | 100110 | 10010 |
Color Harmonies of #21401D
Complementary color
Monochromatic Colors of #21401D
Black with #21401D
Text Example
Text Example
White with #21401D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21401D; }
p { color: rgb(33,64,29); }
H1.HeaderClassName
{
color: #21401D;
}
.AnyTagClassName
{
color: #21401D;
}
</style>
background-color css
<style>
a { background-color: #21401D; }
a { background-color: rgb(33,64,29); }
div.DivClassName
{
background-color: #21401D;
}
.BgClassName
{
background-color: #21401D;
}
</style>
border-color css
<style>
span { border-color: #21401D; }
span { border-color: rgb(33,64,29); }
td.TdClassName
{
border-color: #21401D;
}
.TagClassName
{
border-color: #21401D;
}
</style>