Shades of Melanzane #1C0015
Tints of Melanzane #1C0015
RGB
CMYK
RGB Variations
Color information
#1C0015 (or 0x1C0015) is known color: Melanzane. HEX triplet: 1C, 00 and 15. RGB value is (28,0,21). Sum of RGB (Red+Green+Blue) = 28+0+21=49 (6% of max value = 765). Red value is 28 (11.33% from 255 or 57.14% from 49); Green value is 0 (0.39% from 255 or 0% from 49); Blue value is 21 (8.59% from 255 or 42.86% from 49); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0015 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0015 is #E3FFEA. Grayscale: #0A0A0A. Windows color (decimal): -14942187 or 1376284. OLE color: 1376284.
HSL color Cylindrical-coordinate representation of color #1C0015: hue angle of 315º degrees, saturation: 1, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1C0015 is Cyan = 0, Magento = 1, Yellow = 0.25 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 0 | 21 | - |
| CMYK | 0 | 1 | 0.25 | 0.89 |
| HSL | 315º | 1% | 0.05% | - |
| HSV(B) | 315º | 1% | 0.11% | - |
| XYZ | 0.61 | 0.3 | 0.74 | - |
| YUV | 10.77 | 133.78 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 0 | 21 | 0 | 1 | 0.25 | 0.89 | 315 | 1 | 0.05 |
| Hex | 1C | 0 | 15 | 0 | 64 | 19 | 59 | 13B | 64 | 5 |
| Octal | 34 | 0 | 25 | 0 | 144 | 31 | 131 | 473 | 144 | 5 |
| Binary | 11100 | 0 | 10101 | 0 | 1100100 | 11001 | 1011001 | 100111011 | 1100100 | 101 |
Color Harmonies of #1C0015
Complementary color
Monochromatic Colors of #1C0015
Black with #1C0015
Text Example
Text Example
White with #1C0015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0015; }
p { color: rgb(28,0,21); }
H1.HeaderClassName
{
color: #1C0015;
}
.AnyTagClassName
{
color: #1C0015;
}
</style>
background-color css
<style>
a { background-color: #1C0015; }
a { background-color: rgb(28,0,21); }
div.DivClassName
{
background-color: #1C0015;
}
.BgClassName
{
background-color: #1C0015;
}
</style>
border-color css
<style>
span { border-color: #1C0015; }
span { border-color: rgb(28,0,21); }
td.TdClassName
{
border-color: #1C0015;
}
.TagClassName
{
border-color: #1C0015;
}
</style>