Shades of Myrtle #1C371B
Tints of Myrtle #1C371B
RGB
CMYK
RGB Variations
Color information
#1C371B (or 0x1C371B) is known color: Myrtle. HEX triplet: 1C, 37 and 1B. RGB value is (28,55,27). Sum of RGB (Red+Green+Blue) = 28+55+27=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 55 (21.88% from 255 or 50% from 110); Blue value is 27 (10.94% from 255 or 24.55% from 110); Max value from RGB is 55 - color contains mainly: green. Hex color #1C371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C371B is #E3C8E4. Grayscale: #2B2B2B. Windows color (decimal): -14928101 or 1783580. OLE color: 1783580.
HSL color Cylindrical-coordinate representation of color #1C371B: hue angle of 117.86º degrees, saturation: 0.34, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1C371B is Cyan = 0.49, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 28 | 55 | 27 | - |
| CMYK | 0.49 | 0 | 0.51 | 0.78 |
| HSL | 117.86º | 0.34% | 0.16% | - |
| HSV(B) | 117.86º | 0.51% | 0.22% | - |
| XYZ | 2.04 | 3.06 | 1.52 | - |
| YUV | 43.74 | 118.55 | 116.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 55 | 27 | 0.49 | 0 | 0.51 | 0.78 | 117.86 | 0.34 | 0.16 |
| Hex | 1C | 37 | 1B | 31 | 0 | 33 | 4E | 76 | 22 | 10 |
| Octal | 34 | 67 | 33 | 61 | 0 | 63 | 116 | 166 | 42 | 20 |
| Binary | 11100 | 110111 | 11011 | 110001 | 0 | 110011 | 1001110 | 1110110 | 100010 | 10000 |
Color Harmonies of #1C371B
Complementary color
Monochromatic Colors of #1C371B
Black with #1C371B
Text Example
Text Example
White with #1C371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C371B; }
p { color: rgb(28,55,27); }
H1.HeaderClassName
{
color: #1C371B;
}
.AnyTagClassName
{
color: #1C371B;
}
</style>
background-color css
<style>
a { background-color: #1C371B; }
a { background-color: rgb(28,55,27); }
div.DivClassName
{
background-color: #1C371B;
}
.BgClassName
{
background-color: #1C371B;
}
</style>
border-color css
<style>
span { border-color: #1C371B; }
span { border-color: rgb(28,55,27); }
td.TdClassName
{
border-color: #1C371B;
}
.TagClassName
{
border-color: #1C371B;
}
</style>