Shades of Melanzane #1C191B
Tints of Melanzane #1C191B
RGB
CMYK
RGB Variations
Color information
#1C191B (or 0x1C191B) is known color: Melanzane. HEX triplet: 1C, 19 and 1B. RGB value is (28,25,27). Sum of RGB (Red+Green+Blue) = 28+25+27=80 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 27 (10.94% from 255 or 33.75% from 80); Max value from RGB is 28 - color contains mainly: red. Hex color #1C191B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C191B is #E3E6E4. Grayscale: #1A1A1A. Windows color (decimal): -14935781 or 1775900. OLE color: 1775900.
HSL color Cylindrical-coordinate representation of color #1C191B: hue angle of 320º degrees, saturation: 0.06, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #1C191B is Cyan = 0, Magento = 0.11, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 25 | 27 | - |
| CMYK | 0 | 0.11 | 0.04 | 0.89 |
| HSL | 320º | 0.06% | 0.1% | - |
| HSV(B) | 320º | 0.11% | 0.11% | - |
| XYZ | 1.02 | 1.02 | 1.18 | - |
| YUV | 26.13 | 128.49 | 129.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 25 | 27 | 0 | 0.11 | 0.04 | 0.89 | 320 | 0.06 | 0.1 |
| Hex | 1C | 19 | 1B | 0 | B | 4 | 59 | 140 | 6 | A |
| Octal | 34 | 31 | 33 | 0 | 13 | 4 | 131 | 500 | 6 | 12 |
| Binary | 11100 | 11001 | 11011 | 0 | 1011 | 100 | 1011001 | 101000000 | 110 | 1010 |
Color Harmonies of #1C191B
Complementary color
Monochromatic Colors of #1C191B
Black with #1C191B
Text Example
Text Example
White with #1C191B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C191B; }
p { color: rgb(28,25,27); }
H1.HeaderClassName
{
color: #1C191B;
}
.AnyTagClassName
{
color: #1C191B;
}
</style>
background-color css
<style>
a { background-color: #1C191B; }
a { background-color: rgb(28,25,27); }
div.DivClassName
{
background-color: #1C191B;
}
.BgClassName
{
background-color: #1C191B;
}
</style>
border-color css
<style>
span { border-color: #1C191B; }
span { border-color: rgb(28,25,27); }
td.TdClassName
{
border-color: #1C191B;
}
.TagClassName
{
border-color: #1C191B;
}
</style>