Shades of Myrtle #1D371B
Tints of Myrtle #1D371B
RGB
CMYK
RGB Variations
Color information
#1D371B (or 0x1D371B) is known color: Myrtle. HEX triplet: 1D, 37 and 1B. RGB value is (29,55,27). Sum of RGB (Red+Green+Blue) = 29+55+27=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 55 (21.88% from 255 or 49.55% from 111); Blue value is 27 (10.94% from 255 or 24.32% from 111); Max value from RGB is 55 - color contains mainly: green. Hex color #1D371B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D371B is #E2C8E4. Grayscale: #2C2C2C. Windows color (decimal): -14862565 or 1783581. OLE color: 1783581.
HSL color Cylindrical-coordinate representation of color #1D371B: hue angle of 115.71º 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 #1D371B is Cyan = 0.47, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 29 | 55 | 27 | - |
| CMYK | 0.47 | 0 | 0.51 | 0.78 |
| HSL | 115.71º | 0.34% | 0.16% | - |
| HSV(B) | 115.71º | 0.51% | 0.22% | - |
| XYZ | 2.07 | 3.07 | 1.52 | - |
| YUV | 44.03 | 118.39 | 117.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 55 | 27 | 0.47 | 0 | 0.51 | 0.78 | 115.71 | 0.34 | 0.16 |
| Hex | 1D | 37 | 1B | 2F | 0 | 33 | 4E | 74 | 22 | 10 |
| Octal | 35 | 67 | 33 | 57 | 0 | 63 | 116 | 164 | 42 | 20 |
| Binary | 11101 | 110111 | 11011 | 101111 | 0 | 110011 | 1001110 | 1110100 | 100010 | 10000 |
Color Harmonies of #1D371B
Complementary color
Monochromatic Colors of #1D371B
Black with #1D371B
Text Example
Text Example
White with #1D371B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D371B; }
p { color: rgb(29,55,27); }
H1.HeaderClassName
{
color: #1D371B;
}
.AnyTagClassName
{
color: #1D371B;
}
</style>
background-color css
<style>
a { background-color: #1D371B; }
a { background-color: rgb(29,55,27); }
div.DivClassName
{
background-color: #1D371B;
}
.BgClassName
{
background-color: #1D371B;
}
</style>
border-color css
<style>
span { border-color: #1D371B; }
span { border-color: rgb(29,55,27); }
td.TdClassName
{
border-color: #1D371B;
}
.TagClassName
{
border-color: #1D371B;
}
</style>