Shades of Melanzane #1C141A
Tints of Melanzane #1C141A
RGB
CMYK
RGB Variations
Color information
#1C141A (or 0x1C141A) is known color: Melanzane. HEX triplet: 1C, 14 and 1A. RGB value is (28,20,26). Sum of RGB (Red+Green+Blue) = 28+20+26=74 (9% of max value = 765). Red value is 28 (11.33% from 255 or 37.84% from 74); Green value is 20 (8.20% from 255 or 27.03% from 74); Blue value is 26 (10.55% from 255 or 35.14% from 74); Max value from RGB is 28 - color contains mainly: red. Hex color #1C141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C141A is #E3EBE5. Grayscale: #171717. Windows color (decimal): -14937062 or 1709084. OLE color: 1709084.
HSL color Cylindrical-coordinate representation of color #1C141A: hue angle of 315º degrees, saturation: 0.17, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1C141A is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 20 | 26 | - |
| CMYK | 0 | 0.29 | 0.07 | 0.89 |
| HSL | 315º | 0.17% | 0.09% | - |
| HSV(B) | 315º | 0.29% | 0.11% | - |
| XYZ | 0.92 | 0.82 | 1.09 | - |
| YUV | 23.08 | 129.65 | 131.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 20 | 26 | 0 | 0.29 | 0.07 | 0.89 | 315 | 0.17 | 0.09 |
| Hex | 1C | 14 | 1A | 0 | 1D | 7 | 59 | 13B | 11 | 9 |
| Octal | 34 | 24 | 32 | 0 | 35 | 7 | 131 | 473 | 21 | 11 |
| Binary | 11100 | 10100 | 11010 | 0 | 11101 | 111 | 1011001 | 100111011 | 10001 | 1001 |
Color Harmonies of #1C141A
Complementary color
Monochromatic Colors of #1C141A
Black with #1C141A
Text Example
Text Example
White with #1C141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C141A; }
p { color: rgb(28,20,26); }
H1.HeaderClassName
{
color: #1C141A;
}
.AnyTagClassName
{
color: #1C141A;
}
</style>
background-color css
<style>
a { background-color: #1C141A; }
a { background-color: rgb(28,20,26); }
div.DivClassName
{
background-color: #1C141A;
}
.BgClassName
{
background-color: #1C141A;
}
</style>
border-color css
<style>
span { border-color: #1C141A; }
span { border-color: rgb(28,20,26); }
td.TdClassName
{
border-color: #1C141A;
}
.TagClassName
{
border-color: #1C141A;
}
</style>