Shades of Myrtle #18320B
Tints of Myrtle #18320B
RGB
CMYK
RGB Variations
Color information
#18320B (or 0x18320B) is known color: Myrtle. HEX triplet: 18, 32 and 0B. RGB value is (24,50,11). Sum of RGB (Red+Green+Blue) = 24+50+11=85 (11% of max value = 765). Red value is 24 (9.77% from 255 or 28.24% from 85); Green value is 50 (19.92% from 255 or 58.82% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 50 - color contains mainly: green. Hex color #18320B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #18320B is #E7CDF4. Grayscale: #252525. Windows color (decimal): -15191541 or 733720. OLE color: 733720.
HSL color Cylindrical-coordinate representation of color #18320B: hue angle of 100º degrees, saturation: 0.64, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #18320B is Cyan = 0.52, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 11 | - |
| CMYK | 0.52 | 0 | 0.78 | 0.80 |
| HSL | 100º | 0.64% | 0.12% | - |
| HSV(B) | 100º | 0.78% | 0.2% | - |
| XYZ | 1.58 | 2.5 | 0.72 | - |
| YUV | 37.78 | 112.89 | 118.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 11 | 0.52 | 0 | 0.78 | 0.80 | 100 | 0.64 | 0.12 |
| Hex | 18 | 32 | B | 34 | 0 | 4E | 50 | 64 | 40 | C |
| Octal | 30 | 62 | 13 | 64 | 0 | 116 | 120 | 144 | 100 | 14 |
| Binary | 11000 | 110010 | 1011 | 110100 | 0 | 1001110 | 1010000 | 1100100 | 1000000 | 1100 |
Color Harmonies of #18320B
Complementary color
Monochromatic Colors of #18320B
Black with #18320B
Text Example
Text Example
White with #18320B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18320B; }
p { color: rgb(24,50,11); }
H1.HeaderClassName
{
color: #18320B;
}
.AnyTagClassName
{
color: #18320B;
}
</style>
background-color css
<style>
a { background-color: #18320B; }
a { background-color: rgb(24,50,11); }
div.DivClassName
{
background-color: #18320B;
}
.BgClassName
{
background-color: #18320B;
}
</style>
border-color css
<style>
span { border-color: #18320B; }
span { border-color: rgb(24,50,11); }
td.TdClassName
{
border-color: #18320B;
}
.TagClassName
{
border-color: #18320B;
}
</style>