Shades of Melanzane #1C0D18
Tints of Melanzane #1C0D18
RGB
CMYK
RGB Variations
Color information
#1C0D18 (or 0x1C0D18) is known color: Melanzane. HEX triplet: 1C, 0D and 18. RGB value is (28,13,24). Sum of RGB (Red+Green+Blue) = 28+13+24=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 13 (5.47% from 255 or 20% from 65); Blue value is 24 (9.77% from 255 or 36.92% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0D18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0D18 is #E3F2E7. Grayscale: #121212. Windows color (decimal): -14938856 or 1576220. OLE color: 1576220.
HSL color Cylindrical-coordinate representation of color #1C0D18: hue angle of 316º degrees, saturation: 0.37, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1C0D18 is Cyan = 0, Magento = 0.54, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 13 | 24 | - |
| CMYK | 0 | 0.54 | 0.14 | 0.89 |
| HSL | 316º | 0.37% | 0.08% | - |
| HSV(B) | 316º | 0.54% | 0.11% | - |
| XYZ | 0.79 | 0.6 | 0.94 | - |
| YUV | 18.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 13 | 24 | 0 | 0.54 | 0.14 | 0.89 | 316 | 0.37 | 0.08 |
| Hex | 1C | D | 18 | 0 | 36 | E | 59 | 13C | 25 | 8 |
| Octal | 34 | 15 | 30 | 0 | 66 | 16 | 131 | 474 | 45 | 10 |
| Binary | 11100 | 1101 | 11000 | 0 | 110110 | 1110 | 1011001 | 100111100 | 100101 | 1000 |
Color Harmonies of #1C0D18
Complementary color
Monochromatic Colors of #1C0D18
Black with #1C0D18
Text Example
Text Example
White with #1C0D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0D18; }
p { color: rgb(28,13,24); }
H1.HeaderClassName
{
color: #1C0D18;
}
.AnyTagClassName
{
color: #1C0D18;
}
</style>
background-color css
<style>
a { background-color: #1C0D18; }
a { background-color: rgb(28,13,24); }
div.DivClassName
{
background-color: #1C0D18;
}
.BgClassName
{
background-color: #1C0D18;
}
</style>
border-color css
<style>
span { border-color: #1C0D18; }
span { border-color: rgb(28,13,24); }
td.TdClassName
{
border-color: #1C0D18;
}
.TagClassName
{
border-color: #1C0D18;
}
</style>