Shades of Myrtle #1D331C
Tints of Myrtle #1D331C
RGB
CMYK
RGB Variations
Color information
#1D331C (or 0x1D331C) is known color: Myrtle. HEX triplet: 1D, 33 and 1C. RGB value is (29,51,28). Sum of RGB (Red+Green+Blue) = 29+51+28=108 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.85% from 108); Green value is 51 (20.31% from 255 or 47.22% from 108); Blue value is 28 (11.33% from 255 or 25.93% from 108); Max value from RGB is 51 - color contains mainly: green. Hex color #1D331C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D331C is #E2CCE3. Grayscale: #292929. Windows color (decimal): -14863588 or 1848093. OLE color: 1848093.
HSL color Cylindrical-coordinate representation of color #1D331C: hue angle of 117.39º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1D331C is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 29 | 51 | 28 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.8 |
| HSL | 117.39º | 0.29% | 0.15% | - |
| HSV(B) | 117.39º | 0.45% | 0.2% | - |
| XYZ | 1.9 | 2.71 | 1.52 | - |
| YUV | 41.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 28 | 0.43 | 0 | 0.45 | 0.8 | 117.39 | 0.29 | 0.15 |
| Hex | 1D | 33 | 1C | 2B | 0 | 2D | 50 | 75 | 1D | F |
| Octal | 35 | 63 | 34 | 53 | 0 | 55 | 120 | 165 | 35 | 17 |
| Binary | 11101 | 110011 | 11100 | 101011 | 0 | 101101 | 1010000 | 1110101 | 11101 | 1111 |
Color Harmonies of #1D331C
Complementary color
Monochromatic Colors of #1D331C
Black with #1D331C
Text Example
Text Example
White with #1D331C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D331C; }
p { color: rgb(29,51,28); }
H1.HeaderClassName
{
color: #1D331C;
}
.AnyTagClassName
{
color: #1D331C;
}
</style>
background-color css
<style>
a { background-color: #1D331C; }
a { background-color: rgb(29,51,28); }
div.DivClassName
{
background-color: #1D331C;
}
.BgClassName
{
background-color: #1D331C;
}
</style>
border-color css
<style>
span { border-color: #1D331C; }
span { border-color: rgb(29,51,28); }
td.TdClassName
{
border-color: #1D331C;
}
.TagClassName
{
border-color: #1D331C;
}
</style>