Shades of Myrtle #1C341B
Tints of Myrtle #1C341B
RGB
CMYK
RGB Variations
Color information
#1C341B (or 0x1C341B) is known color: Myrtle. HEX triplet: 1C, 34 and 1B. RGB value is (28,52,27). Sum of RGB (Red+Green+Blue) = 28+52+27=107 (14% of max value = 765). Red value is 28 (11.33% from 255 or 26.17% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #1C341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C341B is #E3CBE4. Grayscale: #2A2A2A. Windows color (decimal): -14928869 or 1782812. OLE color: 1782812.
HSL color Cylindrical-coordinate representation of color #1C341B: hue angle of 117.6º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1C341B is Cyan = 0.46, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 27 | - |
| CMYK | 0.46 | 0 | 0.48 | 0.80 |
| HSL | 117.6º | 0.32% | 0.15% | - |
| HSV(B) | 117.6º | 0.48% | 0.2% | - |
| XYZ | 1.9 | 2.78 | 1.47 | - |
| YUV | 41.97 | 119.55 | 118.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 27 | 0.46 | 0 | 0.48 | 0.80 | 117.6 | 0.32 | 0.15 |
| Hex | 1C | 34 | 1B | 2E | 0 | 30 | 50 | 76 | 20 | F |
| Octal | 34 | 64 | 33 | 56 | 0 | 60 | 120 | 166 | 40 | 17 |
| Binary | 11100 | 110100 | 11011 | 101110 | 0 | 110000 | 1010000 | 1110110 | 100000 | 1111 |
Color Harmonies of #1C341B
Complementary color
Monochromatic Colors of #1C341B
Black with #1C341B
Text Example
Text Example
White with #1C341B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C341B; }
p { color: rgb(28,52,27); }
H1.HeaderClassName
{
color: #1C341B;
}
.AnyTagClassName
{
color: #1C341B;
}
</style>
background-color css
<style>
a { background-color: #1C341B; }
a { background-color: rgb(28,52,27); }
div.DivClassName
{
background-color: #1C341B;
}
.BgClassName
{
background-color: #1C341B;
}
</style>
border-color css
<style>
span { border-color: #1C341B; }
span { border-color: rgb(28,52,27); }
td.TdClassName
{
border-color: #1C341B;
}
.TagClassName
{
border-color: #1C341B;
}
</style>