Shades of Myrtle #1D331B
Tints of Myrtle #1D331B
RGB
CMYK
RGB Variations
Color information
#1D331B (or 0x1D331B) is known color: Myrtle. HEX triplet: 1D, 33 and 1B. RGB value is (29,51,27). Sum of RGB (Red+Green+Blue) = 29+51+27=107 (14% of max value = 765). Red value is 29 (11.72% from 255 or 27.10% from 107); Green value is 51 (20.31% from 255 or 47.66% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 51 - color contains mainly: green. Hex color #1D331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D331B is #E2CCE4. Grayscale: #292929. Windows color (decimal): -14863589 or 1782557. OLE color: 1782557.
HSL color Cylindrical-coordinate representation of color #1D331B: hue angle of 115º degrees, saturation: 0.31, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #1D331B is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 29 | 51 | 27 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.8 |
| HSL | 115º | 0.31% | 0.15% | - |
| HSV(B) | 115º | 0.47% | 0.2% | - |
| XYZ | 1.89 | 2.71 | 1.46 | - |
| YUV | 41.69 | 119.71 | 118.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 29 | 51 | 27 | 0.43 | 0 | 0.47 | 0.8 | 115 | 0.31 | 0.15 |
| Hex | 1D | 33 | 1B | 2B | 0 | 2F | 50 | 73 | 1F | F |
| Octal | 35 | 63 | 33 | 53 | 0 | 57 | 120 | 163 | 37 | 17 |
| Binary | 11101 | 110011 | 11011 | 101011 | 0 | 101111 | 1010000 | 1110011 | 11111 | 1111 |
Color Harmonies of #1D331B
Complementary color
Monochromatic Colors of #1D331B
Black with #1D331B
Text Example
Text Example
White with #1D331B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1D331B; }
p { color: rgb(29,51,27); }
H1.HeaderClassName
{
color: #1D331B;
}
.AnyTagClassName
{
color: #1D331B;
}
</style>
background-color css
<style>
a { background-color: #1D331B; }
a { background-color: rgb(29,51,27); }
div.DivClassName
{
background-color: #1D331B;
}
.BgClassName
{
background-color: #1D331B;
}
</style>
border-color css
<style>
span { border-color: #1D331B; }
span { border-color: rgb(29,51,27); }
td.TdClassName
{
border-color: #1D331B;
}
.TagClassName
{
border-color: #1D331B;
}
</style>