Shades of Myrtle #182315
Tints of Myrtle #182315
RGB
CMYK
RGB Variations
Color information
#182315 (or 0x182315) is known color: Myrtle. HEX triplet: 18, 23 and 15. RGB value is (24,35,21). Sum of RGB (Red+Green+Blue) = 24+35+21=80 (10% of max value = 765). Red value is 24 (9.77% from 255 or 30% from 80); Green value is 35 (14.06% from 255 or 43.75% from 80); Blue value is 21 (8.59% from 255 or 26.25% from 80); Max value from RGB is 35 - color contains mainly: green. Hex color #182315 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #182315 is #E7DCEA. Grayscale: #1E1E1E. Windows color (decimal): -15195371 or 1385240. OLE color: 1385240.
HSL color Cylindrical-coordinate representation of color #182315: hue angle of 107.14º degrees, saturation: 0.25, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182315 is Cyan = 0.31, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 21 | - |
| CMYK | 0.31 | 0 | 0.40 | 0.86 |
| HSL | 107.14º | 0.25% | 0.11% | - |
| HSV(B) | 107.14º | 0.4% | 0.14% | - |
| XYZ | 1.11 | 1.45 | 0.93 | - |
| YUV | 30.12 | 122.86 | 123.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 21 | 0.31 | 0 | 0.40 | 0.86 | 107.14 | 0.25 | 0.11 |
| Hex | 18 | 23 | 15 | 1F | 0 | 28 | 56 | 6B | 19 | B |
| Octal | 30 | 43 | 25 | 37 | 0 | 50 | 126 | 153 | 31 | 13 |
| Binary | 11000 | 100011 | 10101 | 11111 | 0 | 101000 | 1010110 | 1101011 | 11001 | 1011 |
Color Harmonies of #182315
Complementary color
Monochromatic Colors of #182315
Black with #182315
Text Example
Text Example
White with #182315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182315; }
p { color: rgb(24,35,21); }
H1.HeaderClassName
{
color: #182315;
}
.AnyTagClassName
{
color: #182315;
}
</style>
background-color css
<style>
a { background-color: #182315; }
a { background-color: rgb(24,35,21); }
div.DivClassName
{
background-color: #182315;
}
.BgClassName
{
background-color: #182315;
}
</style>
border-color css
<style>
span { border-color: #182315; }
span { border-color: rgb(24,35,21); }
td.TdClassName
{
border-color: #182315;
}
.TagClassName
{
border-color: #182315;
}
</style>