Shades of Myrtle #182916
Tints of Myrtle #182916
RGB
CMYK
RGB Variations
Color information
#182916 (or 0x182916) is known color: Myrtle. HEX triplet: 18, 29 and 16. RGB value is (24,41,22). Sum of RGB (Red+Green+Blue) = 24+41+22=87 (11% of max value = 765). Red value is 24 (9.77% from 255 or 27.59% from 87); Green value is 41 (16.41% from 255 or 47.13% from 87); Blue value is 22 (8.98% from 255 or 25.29% from 87); Max value from RGB is 41 - color contains mainly: green. Hex color #182916 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182916 is #E7D6E9. Grayscale: #212121. Windows color (decimal): -15193834 or 1452312. OLE color: 1452312.
HSL color Cylindrical-coordinate representation of color #182916: hue angle of 113.68º degrees, saturation: 0.3, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #182916 is Cyan = 0.41, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 41 | 22 | - |
| CMYK | 0.41 | 0 | 0.46 | 0.84 |
| HSL | 113.68º | 0.3% | 0.12% | - |
| HSV(B) | 113.68º | 0.46% | 0.16% | - |
| XYZ | 1.31 | 1.84 | 1.04 | - |
| YUV | 33.75 | 121.37 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 22 | 0.41 | 0 | 0.46 | 0.84 | 113.68 | 0.3 | 0.12 |
| Hex | 18 | 29 | 16 | 29 | 0 | 2E | 54 | 72 | 1E | C |
| Octal | 30 | 51 | 26 | 51 | 0 | 56 | 124 | 162 | 36 | 14 |
| Binary | 11000 | 101001 | 10110 | 101001 | 0 | 101110 | 1010100 | 1110010 | 11110 | 1100 |
Color Harmonies of #182916
Complementary color
Monochromatic Colors of #182916
Black with #182916
Text Example
Text Example
White with #182916
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182916; }
p { color: rgb(24,41,22); }
H1.HeaderClassName
{
color: #182916;
}
.AnyTagClassName
{
color: #182916;
}
</style>
background-color css
<style>
a { background-color: #182916; }
a { background-color: rgb(24,41,22); }
div.DivClassName
{
background-color: #182916;
}
.BgClassName
{
background-color: #182916;
}
</style>
border-color css
<style>
span { border-color: #182916; }
span { border-color: rgb(24,41,22); }
td.TdClassName
{
border-color: #182916;
}
.TagClassName
{
border-color: #182916;
}
</style>