Shades of Melanzane #1C131A
Tints of Melanzane #1C131A
RGB
CMYK
RGB Variations
Color information
#1C131A (or 0x1C131A) is known color: Melanzane. HEX triplet: 1C, 13 and 1A. RGB value is (28,19,26). Sum of RGB (Red+Green+Blue) = 28+19+26=73 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.36% from 73); Green value is 19 (7.81% from 255 or 26.03% from 73); Blue value is 26 (10.55% from 255 or 35.62% from 73); Max value from RGB is 28 - color contains mainly: red. Hex color #1C131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C131A is #E3ECE5. Grayscale: #161616. Windows color (decimal): -14937318 or 1708828. OLE color: 1708828.
HSL color Cylindrical-coordinate representation of color #1C131A: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1C131A is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 19 | 26 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.89 |
| HSL | 313.33º | 0.19% | 0.09% | - |
| HSV(B) | 313.33º | 0.32% | 0.11% | - |
| XYZ | 0.9 | 0.79 | 1.08 | - |
| YUV | 22.49 | 129.98 | 131.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 19 | 26 | 0 | 0.32 | 0.07 | 0.89 | 313.33 | 0.19 | 0.09 |
| Hex | 1C | 13 | 1A | 0 | 20 | 7 | 59 | 139 | 13 | 9 |
| Octal | 34 | 23 | 32 | 0 | 40 | 7 | 131 | 471 | 23 | 11 |
| Binary | 11100 | 10011 | 11010 | 0 | 100000 | 111 | 1011001 | 100111001 | 10011 | 1001 |
Color Harmonies of #1C131A
Complementary color
Monochromatic Colors of #1C131A
Black with #1C131A
Text Example
Text Example
White with #1C131A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C131A; }
p { color: rgb(28,19,26); }
H1.HeaderClassName
{
color: #1C131A;
}
.AnyTagClassName
{
color: #1C131A;
}
</style>
background-color css
<style>
a { background-color: #1C131A; }
a { background-color: rgb(28,19,26); }
div.DivClassName
{
background-color: #1C131A;
}
.BgClassName
{
background-color: #1C131A;
}
</style>
border-color css
<style>
span { border-color: #1C131A; }
span { border-color: rgb(28,19,26); }
td.TdClassName
{
border-color: #1C131A;
}
.TagClassName
{
border-color: #1C131A;
}
</style>