Shades of Melanzane #1C121A
Tints of Melanzane #1C121A
RGB
CMYK
RGB Variations
Color information
#1C121A (or 0x1C121A) is known color: Melanzane. HEX triplet: 1C, 12 and 1A. RGB value is (28,18,26). Sum of RGB (Red+Green+Blue) = 28+18+26=72 (9% of max value = 765). Red value is 28 (11.33% from 255 or 38.89% from 72); Green value is 18 (7.42% from 255 or 25% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 28 - color contains mainly: red. Hex color #1C121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1C121A is #E3EDE5. Grayscale: #151515. Windows color (decimal): -14937574 or 1708572. OLE color: 1708572.
HSL color Cylindrical-coordinate representation of color #1C121A: hue angle of 312º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #1C121A is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 18 | 26 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.89 |
| HSL | 312º | 0.22% | 0.09% | - |
| HSV(B) | 312º | 0.36% | 0.11% | - |
| XYZ | 0.88 | 0.75 | 1.08 | - |
| YUV | 21.9 | 130.31 | 132.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 18 | 26 | 0 | 0.36 | 0.07 | 0.89 | 312 | 0.22 | 0.09 |
| Hex | 1C | 12 | 1A | 0 | 24 | 7 | 59 | 138 | 16 | 9 |
| Octal | 34 | 22 | 32 | 0 | 44 | 7 | 131 | 470 | 26 | 11 |
| Binary | 11100 | 10010 | 11010 | 0 | 100100 | 111 | 1011001 | 100111000 | 10110 | 1001 |
Color Harmonies of #1C121A
Complementary color
Monochromatic Colors of #1C121A
Black with #1C121A
Text Example
Text Example
White with #1C121A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C121A; }
p { color: rgb(28,18,26); }
H1.HeaderClassName
{
color: #1C121A;
}
.AnyTagClassName
{
color: #1C121A;
}
</style>
background-color css
<style>
a { background-color: #1C121A; }
a { background-color: rgb(28,18,26); }
div.DivClassName
{
background-color: #1C121A;
}
.BgClassName
{
background-color: #1C121A;
}
</style>
border-color css
<style>
span { border-color: #1C121A; }
span { border-color: rgb(28,18,26); }
td.TdClassName
{
border-color: #1C121A;
}
.TagClassName
{
border-color: #1C121A;
}
</style>