Shades of Myrtle #1C321B
Tints of Myrtle #1C321B
RGB
CMYK
RGB Variations
Color information
#1C321B (or 0x1C321B) is known color: Myrtle. HEX triplet: 1C, 32 and 1B. RGB value is (28,50,27). Sum of RGB (Red+Green+Blue) = 28+50+27=105 (13% of max value = 765). Red value is 28 (11.33% from 255 or 26.67% from 105); Green value is 50 (19.92% from 255 or 47.62% from 105); Blue value is 27 (10.94% from 255 or 25.71% from 105); Max value from RGB is 50 - color contains mainly: green. Hex color #1C321B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C321B is #E3CDE4. Grayscale: #282828. Windows color (decimal): -14929381 or 1782300. OLE color: 1782300.
HSL color Cylindrical-coordinate representation of color #1C321B: hue angle of 117.39º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C321B is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 50 | 27 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.80 |
| HSL | 117.39º | 0.3% | 0.15% | - |
| HSV(B) | 117.39º | 0.46% | 0.2% | - |
| XYZ | 1.82 | 2.61 | 1.44 | - |
| YUV | 40.8 | 120.21 | 118.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 50 | 27 | 0.44 | 0 | 0.46 | 0.80 | 117.39 | 0.3 | 0.15 |
| Hex | 1C | 32 | 1B | 2C | 0 | 2E | 50 | 75 | 1E | F |
| Octal | 34 | 62 | 33 | 54 | 0 | 56 | 120 | 165 | 36 | 17 |
| Binary | 11100 | 110010 | 11011 | 101100 | 0 | 101110 | 1010000 | 1110101 | 11110 | 1111 |
Color Harmonies of #1C321B
Complementary color
Monochromatic Colors of #1C321B
Black with #1C321B
Text Example
Text Example
White with #1C321B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C321B; }
p { color: rgb(28,50,27); }
H1.HeaderClassName
{
color: #1C321B;
}
.AnyTagClassName
{
color: #1C321B;
}
</style>
background-color css
<style>
a { background-color: #1C321B; }
a { background-color: rgb(28,50,27); }
div.DivClassName
{
background-color: #1C321B;
}
.BgClassName
{
background-color: #1C321B;
}
</style>
border-color css
<style>
span { border-color: #1C321B; }
span { border-color: rgb(28,50,27); }
td.TdClassName
{
border-color: #1C321B;
}
.TagClassName
{
border-color: #1C321B;
}
</style>