Shades of Melanzane #1C171B
Tints of Melanzane #1C171B
RGB
CMYK
RGB Variations
Color information
#1C171B (or 0x1C171B) is known color: Melanzane. HEX triplet: 1C, 17 and 1B. RGB value is (28,23,27). Sum of RGB (Red+Green+Blue) = 28+23+27=78 (10% of max value = 765). Red value is 28 (11.33% from 255 or 35.90% from 78); Green value is 23 (9.38% from 255 or 29.49% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 28 - color contains mainly: red. Hex color #1C171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C171B is #E3E8E4. Grayscale: #181818. Windows color (decimal): -14936293 or 1775388. OLE color: 1775388.
HSL color Cylindrical-coordinate representation of color #1C171B: hue angle of 312º degrees, saturation: 0.1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #1C171B is Cyan = 0, Magento = 0.18, Yellow = 0.04 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 23 | 27 | - |
| CMYK | 0 | 0.18 | 0.04 | 0.89 |
| HSL | 312º | 0.1% | 0.1% | - |
| HSV(B) | 312º | 0.18% | 0.11% | - |
| XYZ | 0.98 | 0.94 | 1.17 | - |
| YUV | 24.95 | 129.16 | 130.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 23 | 27 | 0 | 0.18 | 0.04 | 0.89 | 312 | 0.1 | 0.1 |
| Hex | 1C | 17 | 1B | 0 | 12 | 4 | 59 | 138 | A | A |
| Octal | 34 | 27 | 33 | 0 | 22 | 4 | 131 | 470 | 12 | 12 |
| Binary | 11100 | 10111 | 11011 | 0 | 10010 | 100 | 1011001 | 100111000 | 1010 | 1010 |
Color Harmonies of #1C171B
Complementary color
Monochromatic Colors of #1C171B
Black with #1C171B
Text Example
Text Example
White with #1C171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C171B; }
p { color: rgb(28,23,27); }
H1.HeaderClassName
{
color: #1C171B;
}
.AnyTagClassName
{
color: #1C171B;
}
</style>
background-color css
<style>
a { background-color: #1C171B; }
a { background-color: rgb(28,23,27); }
div.DivClassName
{
background-color: #1C171B;
}
.BgClassName
{
background-color: #1C171B;
}
</style>
border-color css
<style>
span { border-color: #1C171B; }
span { border-color: rgb(28,23,27); }
td.TdClassName
{
border-color: #1C171B;
}
.TagClassName
{
border-color: #1C171B;
}
</style>