Shades of Myrtle #21420B
Tints of Myrtle #21420B
RGB
CMYK
RGB Variations
Color information
#21420B (or 0x21420B) is known color: Myrtle. HEX triplet: 21, 42 and 0B. RGB value is (33,66,11). Sum of RGB (Red+Green+Blue) = 33+66+11=110 (14% of max value = 765). Red value is 33 (13.28% from 255 or 30% from 110); Green value is 66 (26.17% from 255 or 60% from 110); Blue value is 11 (4.69% from 255 or 10% from 110); Max value from RGB is 66 - color contains mainly: green. Hex color #21420B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #21420B is #DEBDF4. Grayscale: #323232. Windows color (decimal): -14597621 or 737825. OLE color: 737825.
HSL color Cylindrical-coordinate representation of color #21420B: hue angle of 96º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21420B is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 33 | 66 | 11 | - |
| CMYK | 0.5 | 0 | 0.83 | 0.74 |
| HSL | 96º | 0.71% | 0.15% | - |
| HSV(B) | 96º | 0.83% | 0.26% | - |
| XYZ | 2.64 | 4.24 | 1 | - |
| YUV | 49.86 | 106.07 | 115.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 66 | 11 | 0.5 | 0 | 0.83 | 0.74 | 96 | 0.71 | 0.15 |
| Hex | 21 | 42 | B | 32 | 0 | 53 | 4A | 60 | 47 | F |
| Octal | 41 | 102 | 13 | 62 | 0 | 123 | 112 | 140 | 107 | 17 |
| Binary | 100001 | 1000010 | 1011 | 110010 | 0 | 1010011 | 1001010 | 1100000 | 1000111 | 1111 |
Color Harmonies of #21420B
Complementary color
Monochromatic Colors of #21420B
Black with #21420B
Text Example
Text Example
White with #21420B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21420B; }
p { color: rgb(33,66,11); }
H1.HeaderClassName
{
color: #21420B;
}
.AnyTagClassName
{
color: #21420B;
}
</style>
background-color css
<style>
a { background-color: #21420B; }
a { background-color: rgb(33,66,11); }
div.DivClassName
{
background-color: #21420B;
}
.BgClassName
{
background-color: #21420B;
}
</style>
border-color css
<style>
span { border-color: #21420B; }
span { border-color: rgb(33,66,11); }
td.TdClassName
{
border-color: #21420B;
}
.TagClassName
{
border-color: #21420B;
}
</style>