Shades of Myrtle #1C390D
Tints of Myrtle #1C390D
RGB
CMYK
RGB Variations
Color information
#1C390D (or 0x1C390D) is known color: Myrtle. HEX triplet: 1C, 39 and 0D. RGB value is (28,57,13). Sum of RGB (Red+Green+Blue) = 28+57+13=98 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.57% from 98); Green value is 57 (22.66% from 255 or 58.16% from 98); Blue value is 13 (5.47% from 255 or 13.27% from 98); Max value from RGB is 57 - color contains mainly: green. Hex color #1C390D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C390D is #E3C6F2. Grayscale: #2B2B2B. Windows color (decimal): -14927603 or 866588. OLE color: 866588.
HSL color Cylindrical-coordinate representation of color #1C390D: hue angle of 99.55º degrees, saturation: 0.63, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1C390D is Cyan = 0.51, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 57 | 13 | - |
| CMYK | 0.51 | 0 | 0.77 | 0.78 |
| HSL | 99.55º | 0.63% | 0.14% | - |
| HSV(B) | 99.55º | 0.77% | 0.22% | - |
| XYZ | 2.01 | 3.2 | 0.89 | - |
| YUV | 43.31 | 110.89 | 117.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 57 | 13 | 0.51 | 0 | 0.77 | 0.78 | 99.55 | 0.63 | 0.14 |
| Hex | 1C | 39 | D | 33 | 0 | 4D | 4E | 64 | 3F | E |
| Octal | 34 | 71 | 15 | 63 | 0 | 115 | 116 | 144 | 77 | 16 |
| Binary | 11100 | 111001 | 1101 | 110011 | 0 | 1001101 | 1001110 | 1100100 | 111111 | 1110 |
Color Harmonies of #1C390D
Complementary color
Monochromatic Colors of #1C390D
Black with #1C390D
Text Example
Text Example
White with #1C390D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C390D; }
p { color: rgb(28,57,13); }
H1.HeaderClassName
{
color: #1C390D;
}
.AnyTagClassName
{
color: #1C390D;
}
</style>
background-color css
<style>
a { background-color: #1C390D; }
a { background-color: rgb(28,57,13); }
div.DivClassName
{
background-color: #1C390D;
}
.BgClassName
{
background-color: #1C390D;
}
</style>
border-color css
<style>
span { border-color: #1C390D; }
span { border-color: rgb(28,57,13); }
td.TdClassName
{
border-color: #1C390D;
}
.TagClassName
{
border-color: #1C390D;
}
</style>