Shades of Melanzane #1C0815
Tints of Melanzane #1C0815
RGB
CMYK
RGB Variations
Color information
#1C0815 (or 0x1C0815) is known color: Melanzane. HEX triplet: 1C, 08 and 15. RGB value is (28,8,21). Sum of RGB (Red+Green+Blue) = 28+8+21=57 (7% of max value = 765). Red value is 28 (11.33% from 255 or 49.12% from 57); Green value is 8 (3.52% from 255 or 14.04% from 57); Blue value is 21 (8.59% from 255 or 36.84% from 57); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0815 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0815 is #E3F7EA. Grayscale: #0F0F0F. Windows color (decimal): -14940139 or 1378332. OLE color: 1378332.
HSL color Cylindrical-coordinate representation of color #1C0815: hue angle of 321º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0815 is Cyan = 0, Magento = 0.71, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 8 | 21 | - |
| CMYK | 0 | 0.71 | 0.25 | 0.89 |
| HSL | 321º | 0.56% | 0.07% | - |
| HSV(B) | 321º | 0.71% | 0.11% | - |
| XYZ | 0.7 | 0.47 | 0.76 | - |
| YUV | 15.46 | 131.13 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 8 | 21 | 0 | 0.71 | 0.25 | 0.89 | 321 | 0.56 | 0.07 |
| Hex | 1C | 8 | 15 | 0 | 47 | 19 | 59 | 141 | 38 | 7 |
| Octal | 34 | 10 | 25 | 0 | 107 | 31 | 131 | 501 | 70 | 7 |
| Binary | 11100 | 1000 | 10101 | 0 | 1000111 | 11001 | 1011001 | 101000001 | 111000 | 111 |
Color Harmonies of #1C0815
Complementary color
Monochromatic Colors of #1C0815
Black with #1C0815
Text Example
Text Example
White with #1C0815
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0815; }
p { color: rgb(28,8,21); }
H1.HeaderClassName
{
color: #1C0815;
}
.AnyTagClassName
{
color: #1C0815;
}
</style>
background-color css
<style>
a { background-color: #1C0815; }
a { background-color: rgb(28,8,21); }
div.DivClassName
{
background-color: #1C0815;
}
.BgClassName
{
background-color: #1C0815;
}
</style>
border-color css
<style>
span { border-color: #1C0815; }
span { border-color: rgb(28,8,21); }
td.TdClassName
{
border-color: #1C0815;
}
.TagClassName
{
border-color: #1C0815;
}
</style>