Shades of Myrtle #21331C
Tints of Myrtle #21331C
RGB
CMYK
RGB Variations
Color information
#21331C (or 0x21331C) is known color: Myrtle. HEX triplet: 21, 33 and 1C. RGB value is (33,51,28). Sum of RGB (Red+Green+Blue) = 33+51+28=112 (14% of max value = 765). Red value is 33 (13.28% from 255 or 29.46% from 112); Green value is 51 (20.31% from 255 or 45.54% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 51 - color contains mainly: green. Hex color #21331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21331C is #DECCE3. Grayscale: #2B2B2B. Windows color (decimal): -14601444 or 1848097. OLE color: 1848097.
HSL color Cylindrical-coordinate representation of color #21331C: hue angle of 106.96º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #21331C is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 33 | 51 | 28 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.8 |
| HSL | 106.96º | 0.29% | 0.15% | - |
| HSV(B) | 106.96º | 0.45% | 0.2% | - |
| XYZ | 2.02 | 2.77 | 1.53 | - |
| YUV | 43 | 119.54 | 120.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 51 | 28 | 0.35 | 0 | 0.45 | 0.8 | 106.96 | 0.29 | 0.15 |
| Hex | 21 | 33 | 1C | 23 | 0 | 2D | 50 | 6B | 1D | F |
| Octal | 41 | 63 | 34 | 43 | 0 | 55 | 120 | 153 | 35 | 17 |
| Binary | 100001 | 110011 | 11100 | 100011 | 0 | 101101 | 1010000 | 1101011 | 11101 | 1111 |
Color Harmonies of #21331C
Complementary color
Monochromatic Colors of #21331C
Black with #21331C
Text Example
Text Example
White with #21331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21331C; }
p { color: rgb(33,51,28); }
H1.HeaderClassName
{
color: #21331C;
}
.AnyTagClassName
{
color: #21331C;
}
</style>
background-color css
<style>
a { background-color: #21331C; }
a { background-color: rgb(33,51,28); }
div.DivClassName
{
background-color: #21331C;
}
.BgClassName
{
background-color: #21331C;
}
</style>
border-color css
<style>
span { border-color: #21331C; }
span { border-color: rgb(33,51,28); }
td.TdClassName
{
border-color: #21331C;
}
.TagClassName
{
border-color: #21331C;
}
</style>