Shades of Melanzane #1C0718
Tints of Melanzane #1C0718
RGB
CMYK
RGB Variations
Color information
#1C0718 (or 0x1C0718) is known color: Melanzane. HEX triplet: 1C, 07 and 18. RGB value is (28,7,24). Sum of RGB (Red+Green+Blue) = 28+7+24=59 (7% of max value = 765). Red value is 28 (11.33% from 255 or 47.46% from 59); Green value is 7 (3.12% from 255 or 11.86% from 59); Blue value is 24 (9.77% from 255 or 40.68% from 59); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0718 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0718 is #E3F8E7. Grayscale: #0F0F0F. Windows color (decimal): -14940392 or 1574684. OLE color: 1574684.
HSL color Cylindrical-coordinate representation of color #1C0718: hue angle of 311.43º degrees, saturation: 0.6, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1C0718 is Cyan = 0, Magento = 0.75, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 7 | 24 | - |
| CMYK | 0 | 0.75 | 0.14 | 0.89 |
| HSL | 311.43º | 0.6% | 0.07% | - |
| HSV(B) | 311.43º | 0.75% | 0.11% | - |
| XYZ | 0.72 | 0.46 | 0.92 | - |
| YUV | 15.22 | 132.96 | 137.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 7 | 24 | 0 | 0.75 | 0.14 | 0.89 | 311.43 | 0.6 | 0.07 |
| Hex | 1C | 7 | 18 | 0 | 4B | E | 59 | 137 | 3C | 7 |
| Octal | 34 | 7 | 30 | 0 | 113 | 16 | 131 | 467 | 74 | 7 |
| Binary | 11100 | 111 | 11000 | 0 | 1001011 | 1110 | 1011001 | 100110111 | 111100 | 111 |
Color Harmonies of #1C0718
Complementary color
Monochromatic Colors of #1C0718
Black with #1C0718
Text Example
Text Example
White with #1C0718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0718; }
p { color: rgb(28,7,24); }
H1.HeaderClassName
{
color: #1C0718;
}
.AnyTagClassName
{
color: #1C0718;
}
</style>
background-color css
<style>
a { background-color: #1C0718; }
a { background-color: rgb(28,7,24); }
div.DivClassName
{
background-color: #1C0718;
}
.BgClassName
{
background-color: #1C0718;
}
</style>
border-color css
<style>
span { border-color: #1C0718; }
span { border-color: rgb(28,7,24); }
td.TdClassName
{
border-color: #1C0718;
}
.TagClassName
{
border-color: #1C0718;
}
</style>