Shades of Melanzane #1F0118
Tints of Melanzane #1F0118
RGB
CMYK
RGB Variations
Color information
#1F0118 (or 0x1F0118) is known color: Melanzane. HEX triplet: 1F, 01 and 18. RGB value is (31,1,24). Sum of RGB (Red+Green+Blue) = 31+1+24=56 (7% of max value = 765). Red value is 31 (12.5% from 255 or 55.36% from 56); Green value is 1 (0.78% from 255 or 1.79% from 56); Blue value is 24 (9.77% from 255 or 42.86% from 56); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0118 is #E0FEE7. Grayscale: #0C0C0C. Windows color (decimal): -14745320 or 1573151. OLE color: 1573151.
HSL color Cylindrical-coordinate representation of color #1F0118: hue angle of 314º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1F0118 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 1 | 24 | - |
| CMYK | 0 | 0.97 | 0.23 | 0.88 |
| HSL | 314º | 0.94% | 0.06% | - |
| HSV(B) | 314º | 0.97% | 0.12% | - |
| XYZ | 0.74 | 0.38 | 0.9 | - |
| YUV | 12.59 | 134.44 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 1 | 24 | 0 | 0.97 | 0.23 | 0.88 | 314 | 0.94 | 0.06 |
| Hex | 1F | 1 | 18 | 0 | 61 | 17 | 58 | 13A | 5E | 6 |
| Octal | 37 | 1 | 30 | 0 | 141 | 27 | 130 | 472 | 136 | 6 |
| Binary | 11111 | 1 | 11000 | 0 | 1100001 | 10111 | 1011000 | 100111010 | 1011110 | 110 |
Color Harmonies of #1F0118
Complementary color
Monochromatic Colors of #1F0118
Black with #1F0118
Text Example
Text Example
White with #1F0118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0118; }
p { color: rgb(31,1,24); }
H1.HeaderClassName
{
color: #1F0118;
}
.AnyTagClassName
{
color: #1F0118;
}
</style>
background-color css
<style>
a { background-color: #1F0118; }
a { background-color: rgb(31,1,24); }
div.DivClassName
{
background-color: #1F0118;
}
.BgClassName
{
background-color: #1F0118;
}
</style>
border-color css
<style>
span { border-color: #1F0118; }
span { border-color: rgb(31,1,24); }
td.TdClassName
{
border-color: #1F0118;
}
.TagClassName
{
border-color: #1F0118;
}
</style>