Shades of Myrtle #22311D
Tints of Myrtle #22311D
RGB
CMYK
RGB Variations
Color information
#22311D (or 0x22311D) is known color: Myrtle. HEX triplet: 22, 31 and 1D. RGB value is (34,49,29). Sum of RGB (Red+Green+Blue) = 34+49+29=112 (14% of max value = 765). Red value is 34 (13.67% from 255 or 30.36% from 112); Green value is 49 (19.53% from 255 or 43.75% from 112); Blue value is 29 (11.72% from 255 or 25.89% from 112); Max value from RGB is 49 - color contains mainly: green. Hex color #22311D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #22311D is #DDCEE2. Grayscale: #2A2A2A. Windows color (decimal): -14536419 or 1913122. OLE color: 1913122.
HSL color Cylindrical-coordinate representation of color #22311D: hue angle of 105º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #22311D is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 34 | 49 | 29 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.81 |
| HSL | 105º | 0.26% | 0.15% | - |
| HSV(B) | 105º | 0.41% | 0.19% | - |
| XYZ | 1.98 | 2.63 | 1.56 | - |
| YUV | 42.24 | 120.53 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 49 | 29 | 0.31 | 0 | 0.41 | 0.81 | 105 | 0.26 | 0.15 |
| Hex | 22 | 31 | 1D | 1F | 0 | 29 | 51 | 69 | 1A | F |
| Octal | 42 | 61 | 35 | 37 | 0 | 51 | 121 | 151 | 32 | 17 |
| Binary | 100010 | 110001 | 11101 | 11111 | 0 | 101001 | 1010001 | 1101001 | 11010 | 1111 |
Color Harmonies of #22311D
Complementary color
Monochromatic Colors of #22311D
Black with #22311D
Text Example
Text Example
White with #22311D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22311D; }
p { color: rgb(34,49,29); }
H1.HeaderClassName
{
color: #22311D;
}
.AnyTagClassName
{
color: #22311D;
}
</style>
background-color css
<style>
a { background-color: #22311D; }
a { background-color: rgb(34,49,29); }
div.DivClassName
{
background-color: #22311D;
}
.BgClassName
{
background-color: #22311D;
}
</style>
border-color css
<style>
span { border-color: #22311D; }
span { border-color: rgb(34,49,29); }
td.TdClassName
{
border-color: #22311D;
}
.TagClassName
{
border-color: #22311D;
}
</style>