Shades of Melanzane #1C0918
Tints of Melanzane #1C0918
RGB
CMYK
RGB Variations
Color information
#1C0918 (or 0x1C0918) is known color: Melanzane. HEX triplet: 1C, 09 and 18. RGB value is (28,9,24). Sum of RGB (Red+Green+Blue) = 28+9+24=61 (8% of max value = 765). Red value is 28 (11.33% from 255 or 45.90% from 61); Green value is 9 (3.91% from 255 or 14.75% from 61); Blue value is 24 (9.77% from 255 or 39.34% from 61); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0918 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0918 is #E3F6E7. Grayscale: #101010. Windows color (decimal): -14939880 or 1575196. OLE color: 1575196.
HSL color Cylindrical-coordinate representation of color #1C0918: hue angle of 312.63º degrees, saturation: 0.51, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1C0918 is Cyan = 0, Magento = 0.68, Yellow = 0.14 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 9 | 24 | - |
| CMYK | 0 | 0.68 | 0.14 | 0.89 |
| HSL | 312.63º | 0.51% | 0.07% | - |
| HSV(B) | 312.63º | 0.68% | 0.11% | - |
| XYZ | 0.74 | 0.51 | 0.92 | - |
| YUV | 16.39 | 132.29 | 136.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 9 | 24 | 0 | 0.68 | 0.14 | 0.89 | 312.63 | 0.51 | 0.07 |
| Hex | 1C | 9 | 18 | 0 | 44 | E | 59 | 139 | 33 | 7 |
| Octal | 34 | 11 | 30 | 0 | 104 | 16 | 131 | 471 | 63 | 7 |
| Binary | 11100 | 1001 | 11000 | 0 | 1000100 | 1110 | 1011001 | 100111001 | 110011 | 111 |
Color Harmonies of #1C0918
Complementary color
Monochromatic Colors of #1C0918
Black with #1C0918
Text Example
Text Example
White with #1C0918
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0918; }
p { color: rgb(28,9,24); }
H1.HeaderClassName
{
color: #1C0918;
}
.AnyTagClassName
{
color: #1C0918;
}
</style>
background-color css
<style>
a { background-color: #1C0918; }
a { background-color: rgb(28,9,24); }
div.DivClassName
{
background-color: #1C0918;
}
.BgClassName
{
background-color: #1C0918;
}
</style>
border-color css
<style>
span { border-color: #1C0918; }
span { border-color: rgb(28,9,24); }
td.TdClassName
{
border-color: #1C0918;
}
.TagClassName
{
border-color: #1C0918;
}
</style>