Shades of Myrtle #1C371A
Tints of Myrtle #1C371A
RGB
CMYK
RGB Variations
Color information
#1C371A (or 0x1C371A) is known color: Myrtle. HEX triplet: 1C, 37 and 1A. RGB value is (28,55,26). Sum of RGB (Red+Green+Blue) = 28+55+26=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 55 (21.88% from 255 or 50.46% from 109); Blue value is 26 (10.55% from 255 or 23.85% from 109); Max value from RGB is 55 - color contains mainly: green. Hex color #1C371A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C371A is #E3C8E5. Grayscale: #2B2B2B. Windows color (decimal): -14928102 or 1718044. OLE color: 1718044.
HSL color Cylindrical-coordinate representation of color #1C371A: hue angle of 115.86º degrees, saturation: 0.36, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #1C371A is Cyan = 0.49, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 26 | - |
| CMYK | 0.49 | 0 | 0.53 | 0.78 |
| HSL | 115.86º | 0.36% | 0.16% | - |
| HSV(B) | 115.86º | 0.53% | 0.22% | - |
| XYZ | 2.03 | 3.05 | 1.46 | - |
| YUV | 43.62 | 118.05 | 116.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 26 | 0.49 | 0 | 0.53 | 0.78 | 115.86 | 0.36 | 0.16 |
| Hex | 1C | 37 | 1A | 31 | 0 | 35 | 4E | 74 | 24 | 10 |
| Octal | 34 | 67 | 32 | 61 | 0 | 65 | 116 | 164 | 44 | 20 |
| Binary | 11100 | 110111 | 11010 | 110001 | 0 | 110101 | 1001110 | 1110100 | 100100 | 10000 |
Color Harmonies of #1C371A
Complementary color
Monochromatic Colors of #1C371A
Black with #1C371A
Text Example
Text Example
White with #1C371A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C371A; }
p { color: rgb(28,55,26); }
H1.HeaderClassName
{
color: #1C371A;
}
.AnyTagClassName
{
color: #1C371A;
}
</style>
background-color css
<style>
a { background-color: #1C371A; }
a { background-color: rgb(28,55,26); }
div.DivClassName
{
background-color: #1C371A;
}
.BgClassName
{
background-color: #1C371A;
}
</style>
border-color css
<style>
span { border-color: #1C371A; }
span { border-color: rgb(28,55,26); }
td.TdClassName
{
border-color: #1C371A;
}
.TagClassName
{
border-color: #1C371A;
}
</style>