Shades of Myrtle #1A2219
Tints of Myrtle #1A2219
RGB
CMYK
RGB Variations
Color information
#1A2219 (or 0x1A2219) is known color: Myrtle. HEX triplet: 1A, 22 and 19. RGB value is (26,34,25). Sum of RGB (Red+Green+Blue) = 26+34+25=85 (11% of max value = 765). Red value is 26 (10.55% from 255 or 30.59% from 85); Green value is 34 (13.67% from 255 or 40% from 85); Blue value is 25 (10.16% from 255 or 29.41% from 85); Max value from RGB is 34 - color contains mainly: green. Hex color #1A2219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1A2219 is #E5DDE6. Grayscale: #1E1E1E. Windows color (decimal): -15064551 or 1647130. OLE color: 1647130.
HSL color Cylindrical-coordinate representation of color #1A2219: hue angle of 113.33º degrees, saturation: 0.15, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1A2219 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 26 | 34 | 25 | - |
| CMYK | 0.24 | 0 | 0.26 | 0.87 |
| HSL | 113.33º | 0.15% | 0.12% | - |
| HSV(B) | 113.33º | 0.26% | 0.13% | - |
| XYZ | 1.17 | 1.43 | 1.13 | - |
| YUV | 30.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 34 | 25 | 0.24 | 0 | 0.26 | 0.87 | 113.33 | 0.15 | 0.12 |
| Hex | 1A | 22 | 19 | 18 | 0 | 1A | 57 | 71 | F | C |
| Octal | 32 | 42 | 31 | 30 | 0 | 32 | 127 | 161 | 17 | 14 |
| Binary | 11010 | 100010 | 11001 | 11000 | 0 | 11010 | 1010111 | 1110001 | 1111 | 1100 |
Color Harmonies of #1A2219
Complementary color
Monochromatic Colors of #1A2219
Black with #1A2219
Text Example
Text Example
White with #1A2219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2219; }
p { color: rgb(26,34,25); }
H1.HeaderClassName
{
color: #1A2219;
}
.AnyTagClassName
{
color: #1A2219;
}
</style>
background-color css
<style>
a { background-color: #1A2219; }
a { background-color: rgb(26,34,25); }
div.DivClassName
{
background-color: #1A2219;
}
.BgClassName
{
background-color: #1A2219;
}
</style>
border-color css
<style>
span { border-color: #1A2219; }
span { border-color: rgb(26,34,25); }
td.TdClassName
{
border-color: #1A2219;
}
.TagClassName
{
border-color: #1A2219;
}
</style>