Shades of Melanzane #1C1619
Tints of Melanzane #1C1619
RGB
CMYK
RGB Variations
Color information
#1C1619 (or 0x1C1619) is known color: Melanzane. HEX triplet: 1C, 16 and 19. RGB value is (28,22,25). Sum of RGB (Red+Green+Blue) = 28+22+25=75 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.33% from 75); Green value is 22 (8.98% from 255 or 29.33% from 75); Blue value is 25 (10.16% from 255 or 33.33% from 75); Max value from RGB is 28 - color contains mainly: red. Hex color #1C1619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C1619 is #E3E9E6. Grayscale: #181818. Windows color (decimal): -14936551 or 1644060. OLE color: 1644060.
HSL color Cylindrical-coordinate representation of color #1C1619: hue angle of 330º degrees, saturation: 0.12, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #1C1619 is Cyan = 0, Magento = 0.21, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 22 | 25 | - |
| CMYK | 0 | 0.21 | 0.11 | 0.89 |
| HSL | 330º | 0.12% | 0.1% | - |
| HSV(B) | 330º | 0.21% | 0.11% | - |
| XYZ | 0.94 | 0.89 | 1.04 | - |
| YUV | 24.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 22 | 25 | 0 | 0.21 | 0.11 | 0.89 | 330 | 0.12 | 0.1 |
| Hex | 1C | 16 | 19 | 0 | 15 | B | 59 | 14A | C | A |
| Octal | 34 | 26 | 31 | 0 | 25 | 13 | 131 | 512 | 14 | 12 |
| Binary | 11100 | 10110 | 11001 | 0 | 10101 | 1011 | 1011001 | 101001010 | 1100 | 1010 |
Color Harmonies of #1C1619
Complementary color
Monochromatic Colors of #1C1619
Black with #1C1619
Text Example
Text Example
White with #1C1619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C1619; }
p { color: rgb(28,22,25); }
H1.HeaderClassName
{
color: #1C1619;
}
.AnyTagClassName
{
color: #1C1619;
}
</style>
background-color css
<style>
a { background-color: #1C1619; }
a { background-color: rgb(28,22,25); }
div.DivClassName
{
background-color: #1C1619;
}
.BgClassName
{
background-color: #1C1619;
}
</style>
border-color css
<style>
span { border-color: #1C1619; }
span { border-color: rgb(28,22,25); }
td.TdClassName
{
border-color: #1C1619;
}
.TagClassName
{
border-color: #1C1619;
}
</style>