Shades of Myrtle #183215
Tints of Myrtle #183215
RGB
CMYK
RGB Variations
Color information
#183215 (or 0x183215) is known color: Myrtle. HEX triplet: 18, 32 and 15. RGB value is (24,50,21). Sum of RGB (Red+Green+Blue) = 24+50+21=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 50 (19.92% from 255 or 52.63% from 95); Blue value is 21 (8.59% from 255 or 22.11% from 95); Max value from RGB is 50 - color contains mainly: green. Hex color #183215 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #183215 is #E7CDEA. Grayscale: #272727. Windows color (decimal): -15191531 or 1389080. OLE color: 1389080.
HSL color Cylindrical-coordinate representation of color #183215: hue angle of 113.79º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #183215 is Cyan = 0.52, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 21 | - |
| CMYK | 0.52 | 0 | 0.58 | 0.80 |
| HSL | 113.79º | 0.41% | 0.14% | - |
| HSV(B) | 113.79º | 0.58% | 0.2% | - |
| XYZ | 1.65 | 2.53 | 1.11 | - |
| YUV | 38.92 | 117.89 | 117.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 21 | 0.52 | 0 | 0.58 | 0.80 | 113.79 | 0.41 | 0.14 |
| Hex | 18 | 32 | 15 | 34 | 0 | 3A | 50 | 72 | 29 | E |
| Octal | 30 | 62 | 25 | 64 | 0 | 72 | 120 | 162 | 51 | 16 |
| Binary | 11000 | 110010 | 10101 | 110100 | 0 | 111010 | 1010000 | 1110010 | 101001 | 1110 |
Color Harmonies of #183215
Complementary color
Monochromatic Colors of #183215
Black with #183215
Text Example
Text Example
White with #183215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183215; }
p { color: rgb(24,50,21); }
H1.HeaderClassName
{
color: #183215;
}
.AnyTagClassName
{
color: #183215;
}
</style>
background-color css
<style>
a { background-color: #183215; }
a { background-color: rgb(24,50,21); }
div.DivClassName
{
background-color: #183215;
}
.BgClassName
{
background-color: #183215;
}
</style>
border-color css
<style>
span { border-color: #183215; }
span { border-color: rgb(24,50,21); }
td.TdClassName
{
border-color: #183215;
}
.TagClassName
{
border-color: #183215;
}
</style>