Shades of Melanzane #1F0419
Tints of Melanzane #1F0419
RGB
CMYK
RGB Variations
Color information
#1F0419 (or 0x1F0419) is known color: Melanzane. HEX triplet: 1F, 04 and 19. RGB value is (31,4,25). Sum of RGB (Red+Green+Blue) = 31+4+25=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0419 is #E0FBE6. Grayscale: #0E0E0E. Windows color (decimal): -14744551 or 1639455. OLE color: 1639455.
HSL color Cylindrical-coordinate representation of color #1F0419: hue angle of 313.33º degrees, saturation: 0.77, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F0419 is Cyan = 0, Magento = 0.87, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 4 | 25 | - |
| CMYK | 0 | 0.87 | 0.19 | 0.88 |
| HSL | 313.33º | 0.77% | 0.07% | - |
| HSV(B) | 313.33º | 0.87% | 0.12% | - |
| XYZ | 0.78 | 0.45 | 0.96 | - |
| YUV | 14.47 | 133.95 | 139.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 4 | 25 | 0 | 0.87 | 0.19 | 0.88 | 313.33 | 0.77 | 0.07 |
| Hex | 1F | 4 | 19 | 0 | 57 | 13 | 58 | 139 | 4D | 7 |
| Octal | 37 | 4 | 31 | 0 | 127 | 23 | 130 | 471 | 115 | 7 |
| Binary | 11111 | 100 | 11001 | 0 | 1010111 | 10011 | 1011000 | 100111001 | 1001101 | 111 |
Color Harmonies of #1F0419
Complementary color
Monochromatic Colors of #1F0419
Black with #1F0419
Text Example
Text Example
White with #1F0419
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0419; }
p { color: rgb(31,4,25); }
H1.HeaderClassName
{
color: #1F0419;
}
.AnyTagClassName
{
color: #1F0419;
}
</style>
background-color css
<style>
a { background-color: #1F0419; }
a { background-color: rgb(31,4,25); }
div.DivClassName
{
background-color: #1F0419;
}
.BgClassName
{
background-color: #1F0419;
}
</style>
border-color css
<style>
span { border-color: #1F0419; }
span { border-color: rgb(31,4,25); }
td.TdClassName
{
border-color: #1F0419;
}
.TagClassName
{
border-color: #1F0419;
}
</style>