Shades of Myrtle #1D371C
Tints of Myrtle #1D371C
RGB
CMYK
RGB Variations
Color information
#1D371C (or 0x1D371C) is known color: Myrtle. HEX triplet: 1D, 37 and 1C. RGB value is (29,55,28). Sum of RGB (Red+Green+Blue) = 29+55+28=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 55 (21.88% from 255 or 49.11% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 55 - color contains mainly: green. Hex color #1D371C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D371C is #E2C8E3. Grayscale: #2C2C2C. Windows color (decimal): -14862564 or 1849117. OLE color: 1849117.
HSL color Cylindrical-coordinate representation of color #1D371C: hue angle of 117.78º 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 #1D371C is Cyan = 0.47, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 28 | - |
| CMYK | 0.47 | 0 | 0.49 | 0.78 |
| HSL | 117.78º | 0.33% | 0.16% | - |
| HSV(B) | 117.78º | 0.49% | 0.22% | - |
| XYZ | 2.08 | 3.08 | 1.58 | - |
| YUV | 44.15 | 118.89 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 28 | 0.47 | 0 | 0.49 | 0.78 | 117.78 | 0.33 | 0.16 |
| Hex | 1D | 37 | 1C | 2F | 0 | 31 | 4E | 76 | 21 | 10 |
| Octal | 35 | 67 | 34 | 57 | 0 | 61 | 116 | 166 | 41 | 20 |
| Binary | 11101 | 110111 | 11100 | 101111 | 0 | 110001 | 1001110 | 1110110 | 100001 | 10000 |
Color Harmonies of #1D371C
Complementary color
Monochromatic Colors of #1D371C
Black with #1D371C
Text Example
Text Example
White with #1D371C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D371C; }
p { color: rgb(29,55,28); }
H1.HeaderClassName
{
color: #1D371C;
}
.AnyTagClassName
{
color: #1D371C;
}
</style>
background-color css
<style>
a { background-color: #1D371C; }
a { background-color: rgb(29,55,28); }
div.DivClassName
{
background-color: #1D371C;
}
.BgClassName
{
background-color: #1D371C;
}
</style>
border-color css
<style>
span { border-color: #1D371C; }
span { border-color: rgb(29,55,28); }
td.TdClassName
{
border-color: #1D371C;
}
.TagClassName
{
border-color: #1D371C;
}
</style>