Shades of Myrtle #1C301B
Tints of Myrtle #1C301B
RGB
CMYK
RGB Variations
Color information
#1C301B (or 0x1C301B) is known color: Myrtle. HEX triplet: 1C, 30 and 1B. RGB value is (28,48,27). Sum of RGB (Red+Green+Blue) = 28+48+27=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 48 (19.14% from 255 or 46.60% from 103); Blue value is 27 (10.94% from 255 or 26.21% from 103); Max value from RGB is 48 - color contains mainly: green. Hex color #1C301B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C301B is #E3CFE4. Grayscale: #272727. Windows color (decimal): -14929893 or 1781788. OLE color: 1781788.
HSL color Cylindrical-coordinate representation of color #1C301B: hue angle of 117.14º degrees, saturation: 0.28, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1C301B is Cyan = 0.42, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 28 | 48 | 27 | - |
| CMYK | 0.42 | 0 | 0.44 | 0.81 |
| HSL | 117.14º | 0.28% | 0.15% | - |
| HSV(B) | 117.14º | 0.44% | 0.19% | - |
| XYZ | 1.73 | 2.44 | 1.42 | - |
| YUV | 39.63 | 120.87 | 119.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 48 | 27 | 0.42 | 0 | 0.44 | 0.81 | 117.14 | 0.28 | 0.15 |
| Hex | 1C | 30 | 1B | 2A | 0 | 2C | 51 | 75 | 1C | F |
| Octal | 34 | 60 | 33 | 52 | 0 | 54 | 121 | 165 | 34 | 17 |
| Binary | 11100 | 110000 | 11011 | 101010 | 0 | 101100 | 1010001 | 1110101 | 11100 | 1111 |
Color Harmonies of #1C301B
Complementary color
Monochromatic Colors of #1C301B
Black with #1C301B
Text Example
Text Example
White with #1C301B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C301B; }
p { color: rgb(28,48,27); }
H1.HeaderClassName
{
color: #1C301B;
}
.AnyTagClassName
{
color: #1C301B;
}
</style>
background-color css
<style>
a { background-color: #1C301B; }
a { background-color: rgb(28,48,27); }
div.DivClassName
{
background-color: #1C301B;
}
.BgClassName
{
background-color: #1C301B;
}
</style>
border-color css
<style>
span { border-color: #1C301B; }
span { border-color: rgb(28,48,27); }
td.TdClassName
{
border-color: #1C301B;
}
.TagClassName
{
border-color: #1C301B;
}
</style>