Shades of Myrtle #1C380D
Tints of Myrtle #1C380D
RGB
CMYK
RGB Variations
Color information
#1C380D (or 0x1C380D) is known color: Myrtle. HEX triplet: 1C, 38 and 0D. RGB value is (28,56,13). Sum of RGB (Red+Green+Blue) = 28+56+13=97 (12% of max value = 765). Red value is 28 (11.33% from 255 or 28.87% from 97); Green value is 56 (22.27% from 255 or 57.73% from 97); Blue value is 13 (5.47% from 255 or 13.40% from 97); Max value from RGB is 56 - color contains mainly: green. Hex color #1C380D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #1C380D is #E3C7F2. Grayscale: #2A2A2A. Windows color (decimal): -14927859 or 866332. OLE color: 866332.
HSL color Cylindrical-coordinate representation of color #1C380D: hue angle of 99.07º degrees, saturation: 0.62, 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 #1C380D is Cyan = 0.50, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 56 | 13 | - |
| CMYK | 0.50 | 0 | 0.77 | 0.78 |
| HSL | 99.07º | 0.62% | 0.14% | - |
| HSV(B) | 99.07º | 0.77% | 0.22% | - |
| XYZ | 1.97 | 3.1 | 0.88 | - |
| YUV | 42.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 56 | 13 | 0.50 | 0 | 0.77 | 0.78 | 99.07 | 0.62 | 0.14 |
| Hex | 1C | 38 | D | 32 | 0 | 4D | 4E | 63 | 3E | E |
| Octal | 34 | 70 | 15 | 62 | 0 | 115 | 116 | 143 | 76 | 16 |
| Binary | 11100 | 111000 | 1101 | 110010 | 0 | 1001101 | 1001110 | 1100011 | 111110 | 1110 |
Color Harmonies of #1C380D
Complementary color
Monochromatic Colors of #1C380D
Black with #1C380D
Text Example
Text Example
White with #1C380D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C380D; }
p { color: rgb(28,56,13); }
H1.HeaderClassName
{
color: #1C380D;
}
.AnyTagClassName
{
color: #1C380D;
}
</style>
background-color css
<style>
a { background-color: #1C380D; }
a { background-color: rgb(28,56,13); }
div.DivClassName
{
background-color: #1C380D;
}
.BgClassName
{
background-color: #1C380D;
}
</style>
border-color css
<style>
span { border-color: #1C380D; }
span { border-color: rgb(28,56,13); }
td.TdClassName
{
border-color: #1C380D;
}
.TagClassName
{
border-color: #1C380D;
}
</style>