Shades of Myrtle #1C321D
Tints of Myrtle #1C321D
RGB
CMYK
RGB Variations
Color information
#1C321D (or 0x1C321D) is known color: Myrtle. HEX triplet: 1C, 32 and 1D. RGB value is (28,50,29). Sum of RGB (Red+Green+Blue) = 28+50+29=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 50 (19.92% from 255 or 46.73% from 107); Blue value is 29 (11.72% from 255 or 27.10% from 107); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321D is #E3CDE2. Grayscale: #292929. Windows color (decimal): -14929379 or 1913372. OLE color: 1913372.
HSL color Cylindrical-coordinate representation of color #1C321D: hue angle of 122.73º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C321D is Cyan = 0.44, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 29 | - |
| CMYK | 0.44 | 0 | 0.42 | 0.80 |
| HSL | 122.73º | 0.28% | 0.15% | - |
| HSV(B) | 122.73º | 0.44% | 0.2% | - |
| XYZ | 1.84 | 2.62 | 1.57 | - |
| YUV | 41.03 | 121.21 | 118.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 29 | 0.44 | 0 | 0.42 | 0.80 | 122.73 | 0.28 | 0.15 |
| Hex | 1C | 32 | 1D | 2C | 0 | 2A | 50 | 7B | 1C | F |
| Octal | 34 | 62 | 35 | 54 | 0 | 52 | 120 | 173 | 34 | 17 |
| Binary | 11100 | 110010 | 11101 | 101100 | 0 | 101010 | 1010000 | 1111011 | 11100 | 1111 |
Color Harmonies of #1C321D
Complementary color
Monochromatic Colors of #1C321D
Black with #1C321D
Text Example
Text Example
White with #1C321D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C321D; }
p { color: rgb(28,50,29); }
H1.HeaderClassName
{
color: #1C321D;
}
.AnyTagClassName
{
color: #1C321D;
}
</style>
background-color css
<style>
a { background-color: #1C321D; }
a { background-color: rgb(28,50,29); }
div.DivClassName
{
background-color: #1C321D;
}
.BgClassName
{
background-color: #1C321D;
}
</style>
border-color css
<style>
span { border-color: #1C321D; }
span { border-color: rgb(28,50,29); }
td.TdClassName
{
border-color: #1C321D;
}
.TagClassName
{
border-color: #1C321D;
}
</style>