Shades of Myrtle #1C241B
Tints of Myrtle #1C241B
RGB
CMYK
RGB Variations
Color information
#1C241B (or 0x1C241B) is known color: Myrtle. HEX triplet: 1C, 24 and 1B. RGB value is (28,36,27). Sum of RGB (Red+Green+Blue) = 28+36+27=91 (12% of max value = 765). Red value is 28 (11.33% from 255 or 30.77% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 27 (10.94% from 255 or 29.67% from 91); Max value from RGB is 36 - color contains mainly: green. Hex color #1C241B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C241B is #E3DBE4. Grayscale: #202020. Windows color (decimal): -14932965 or 1778716. OLE color: 1778716.
HSL color Cylindrical-coordinate representation of color #1C241B: hue angle of 113.33º degrees, saturation: 0.14, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1C241B is Cyan = 0.22, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 28 | 36 | 27 | - |
| CMYK | 0.22 | 0 | 0.25 | 0.86 |
| HSL | 113.33º | 0.14% | 0.12% | - |
| HSV(B) | 113.33º | 0.25% | 0.14% | - |
| XYZ | 1.31 | 1.59 | 1.27 | - |
| YUV | 32.58 | 124.85 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 36 | 27 | 0.22 | 0 | 0.25 | 0.86 | 113.33 | 0.14 | 0.12 |
| Hex | 1C | 24 | 1B | 16 | 0 | 19 | 56 | 71 | E | C |
| Octal | 34 | 44 | 33 | 26 | 0 | 31 | 126 | 161 | 16 | 14 |
| Binary | 11100 | 100100 | 11011 | 10110 | 0 | 11001 | 1010110 | 1110001 | 1110 | 1100 |
Color Harmonies of #1C241B
Complementary color
Monochromatic Colors of #1C241B
Black with #1C241B
Text Example
Text Example
White with #1C241B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C241B; }
p { color: rgb(28,36,27); }
H1.HeaderClassName
{
color: #1C241B;
}
.AnyTagClassName
{
color: #1C241B;
}
</style>
background-color css
<style>
a { background-color: #1C241B; }
a { background-color: rgb(28,36,27); }
div.DivClassName
{
background-color: #1C241B;
}
.BgClassName
{
background-color: #1C241B;
}
</style>
border-color css
<style>
span { border-color: #1C241B; }
span { border-color: rgb(28,36,27); }
td.TdClassName
{
border-color: #1C241B;
}
.TagClassName
{
border-color: #1C241B;
}
</style>