Shades of Myrtle #21361D
Tints of Myrtle #21361D
RGB
CMYK
RGB Variations
Color information
#21361D (or 0x21361D) is known color: Myrtle. HEX triplet: 21, 36 and 1D. RGB value is (33,54,29). Sum of RGB (Red+Green+Blue) = 33+54+29=116 (15% of max value = 765). Red value is 33 (13.28% from 255 or 28.45% from 116); Green value is 54 (21.48% from 255 or 46.55% from 116); Blue value is 29 (11.72% from 255 or 25% from 116); Max value from RGB is 54 - color contains mainly: green. Hex color #21361D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21361D is #DEC9E2. Grayscale: #2C2C2C. Windows color (decimal): -14600675 or 1914401. OLE color: 1914401.
HSL color Cylindrical-coordinate representation of color #21361D: hue angle of 110.4º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21361D is Cyan = 0.39, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 33 | 54 | 29 | - |
| CMYK | 0.39 | 0 | 0.46 | 0.79 |
| HSL | 110.4º | 0.3% | 0.16% | - |
| HSV(B) | 110.4º | 0.46% | 0.21% | - |
| XYZ | 2.17 | 3.05 | 1.64 | - |
| YUV | 44.87 | 119.04 | 119.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 54 | 29 | 0.39 | 0 | 0.46 | 0.79 | 110.4 | 0.3 | 0.16 |
| Hex | 21 | 36 | 1D | 27 | 0 | 2E | 4F | 6E | 1E | 10 |
| Octal | 41 | 66 | 35 | 47 | 0 | 56 | 117 | 156 | 36 | 20 |
| Binary | 100001 | 110110 | 11101 | 100111 | 0 | 101110 | 1001111 | 1101110 | 11110 | 10000 |
Color Harmonies of #21361D
Complementary color
Monochromatic Colors of #21361D
Black with #21361D
Text Example
Text Example
White with #21361D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21361D; }
p { color: rgb(33,54,29); }
H1.HeaderClassName
{
color: #21361D;
}
.AnyTagClassName
{
color: #21361D;
}
</style>
background-color css
<style>
a { background-color: #21361D; }
a { background-color: rgb(33,54,29); }
div.DivClassName
{
background-color: #21361D;
}
.BgClassName
{
background-color: #21361D;
}
</style>
border-color css
<style>
span { border-color: #21361D; }
span { border-color: rgb(33,54,29); }
td.TdClassName
{
border-color: #21361D;
}
.TagClassName
{
border-color: #21361D;
}
</style>