Shades of Myrtle #1C371E
Tints of Myrtle #1C371E
RGB
CMYK
RGB Variations
Color information
#1C371E (or 0x1C371E) is known color: Myrtle. HEX triplet: 1C, 37 and 1E. RGB value is (28,55,30). Sum of RGB (Red+Green+Blue) = 28+55+30=113 (14% of max value = 765). Red value is 28 (11.33% from 255 or 24.78% from 113); Green value is 55 (21.88% from 255 or 48.67% from 113); Blue value is 30 (12.11% from 255 or 26.55% from 113); Max value from RGB is 55 - color contains mainly: green. Hex color #1C371E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C371E is #E3C8E1. Grayscale: #2C2C2C. Windows color (decimal): -14928098 or 1980188. OLE color: 1980188.
HSL color Cylindrical-coordinate representation of color #1C371E: hue angle of 124.44º degrees, saturation: 0.33, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #1C371E is Cyan = 0.49, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 30 | - |
| CMYK | 0.49 | 0 | 0.45 | 0.78 |
| HSL | 124.44º | 0.33% | 0.16% | - |
| HSV(B) | 124.44º | 0.49% | 0.22% | - |
| XYZ | 2.08 | 3.07 | 1.71 | - |
| YUV | 44.08 | 120.05 | 116.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 30 | 0.49 | 0 | 0.45 | 0.78 | 124.44 | 0.33 | 0.16 |
| Hex | 1C | 37 | 1E | 31 | 0 | 2D | 4E | 7C | 21 | 10 |
| Octal | 34 | 67 | 36 | 61 | 0 | 55 | 116 | 174 | 41 | 20 |
| Binary | 11100 | 110111 | 11110 | 110001 | 0 | 101101 | 1001110 | 1111100 | 100001 | 10000 |
Color Harmonies of #1C371E
Complementary color
Monochromatic Colors of #1C371E
Black with #1C371E
Text Example
Text Example
White with #1C371E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C371E; }
p { color: rgb(28,55,30); }
H1.HeaderClassName
{
color: #1C371E;
}
.AnyTagClassName
{
color: #1C371E;
}
</style>
background-color css
<style>
a { background-color: #1C371E; }
a { background-color: rgb(28,55,30); }
div.DivClassName
{
background-color: #1C371E;
}
.BgClassName
{
background-color: #1C371E;
}
</style>
border-color css
<style>
span { border-color: #1C371E; }
span { border-color: rgb(28,55,30); }
td.TdClassName
{
border-color: #1C371E;
}
.TagClassName
{
border-color: #1C371E;
}
</style>