Shades of Melanzane #1C0C19
Tints of Melanzane #1C0C19
RGB
CMYK
RGB Variations
Color information
#1C0C19 (or 0x1C0C19) is known color: Melanzane. HEX triplet: 1C, 0C and 19. RGB value is (28,12,25). Sum of RGB (Red+Green+Blue) = 28+12+25=65 (8% of max value = 765). Red value is 28 (11.33% from 255 or 43.08% from 65); Green value is 12 (5.08% from 255 or 18.46% from 65); Blue value is 25 (10.16% from 255 or 38.46% from 65); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C19 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C19 is #E3F3E6. Grayscale: #121212. Windows color (decimal): -14939111 or 1641500. OLE color: 1641500.
HSL color Cylindrical-coordinate representation of color #1C0C19: hue angle of 311.25º degrees, saturation: 0.4, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #1C0C19 is Cyan = 0, Magento = 0.57, Yellow = 0.11 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 28 | 12 | 25 | - |
| CMYK | 0 | 0.57 | 0.11 | 0.89 |
| HSL | 311.25º | 0.4% | 0.08% | - |
| HSV(B) | 311.25º | 0.57% | 0.11% | - |
| XYZ | 0.79 | 0.58 | 0.99 | - |
| YUV | 18.27 | 131.8 | 134.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 12 | 25 | 0 | 0.57 | 0.11 | 0.89 | 311.25 | 0.4 | 0.08 |
| Hex | 1C | C | 19 | 0 | 39 | B | 59 | 137 | 28 | 8 |
| Octal | 34 | 14 | 31 | 0 | 71 | 13 | 131 | 467 | 50 | 10 |
| Binary | 11100 | 1100 | 11001 | 0 | 111001 | 1011 | 1011001 | 100110111 | 101000 | 1000 |
Color Harmonies of #1C0C19
Complementary color
Monochromatic Colors of #1C0C19
Black with #1C0C19
Text Example
Text Example
White with #1C0C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C0C19; }
p { color: rgb(28,12,25); }
H1.HeaderClassName
{
color: #1C0C19;
}
.AnyTagClassName
{
color: #1C0C19;
}
</style>
background-color css
<style>
a { background-color: #1C0C19; }
a { background-color: rgb(28,12,25); }
div.DivClassName
{
background-color: #1C0C19;
}
.BgClassName
{
background-color: #1C0C19;
}
</style>
border-color css
<style>
span { border-color: #1C0C19; }
span { border-color: rgb(28,12,25); }
td.TdClassName
{
border-color: #1C0C19;
}
.TagClassName
{
border-color: #1C0C19;
}
</style>