Shades of Melanzane #1C1018
Tints of Melanzane #1C1018
RGB
CMYK
RGB Variations
Color information
#1C1018 (or 0x1C1018) is known color: Melanzane. HEX triplet: 1C, 10 and 18. RGB value is (28,16,24). Sum of RGB (Red+Green+Blue) = 28+16+24=68 (9% of max value = 765). Red value is 28 (11.33% from 255 or 41.18% from 68); Green value is 16 (6.64% from 255 or 23.53% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1018 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1018 is #E3EFE7. Grayscale: #141414. Windows color (decimal): -14938088 or 1576988. OLE color: 1576988.
HSL color Cylindrical-coordinate representation of color #1C1018: hue angle of 320º degrees, saturation: 0.27, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #1C1018 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 16 | 24 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.89 |
| HSL | 320º | 0.27% | 0.09% | - |
| HSV(B) | 320º | 0.43% | 0.11% | - |
| XYZ | 0.83 | 0.68 | 0.95 | - |
| YUV | 20.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 16 | 24 | 0 | 0.43 | 0.14 | 0.89 | 320 | 0.27 | 0.09 |
| Hex | 1C | 10 | 18 | 0 | 2B | E | 59 | 140 | 1B | 9 |
| Octal | 34 | 20 | 30 | 0 | 53 | 16 | 131 | 500 | 33 | 11 |
| Binary | 11100 | 10000 | 11000 | 0 | 101011 | 1110 | 1011001 | 101000000 | 11011 | 1001 |
Color Harmonies of #1C1018
Complementary color
Monochromatic Colors of #1C1018
Black with #1C1018
Text Example
Text Example
White with #1C1018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1018; }
p { color: rgb(28,16,24); }
H1.HeaderClassName
{
color: #1C1018;
}
.AnyTagClassName
{
color: #1C1018;
}
</style>
background-color css
<style>
a { background-color: #1C1018; }
a { background-color: rgb(28,16,24); }
div.DivClassName
{
background-color: #1C1018;
}
.BgClassName
{
background-color: #1C1018;
}
</style>
border-color css
<style>
span { border-color: #1C1018; }
span { border-color: rgb(28,16,24); }
td.TdClassName
{
border-color: #1C1018;
}
.TagClassName
{
border-color: #1C1018;
}
</style>