Shades of Melanzane #1F0619
Tints of Melanzane #1F0619
RGB
CMYK
RGB Variations
Color information
#1F0619 (or 0x1F0619) is known color: Melanzane. HEX triplet: 1F, 06 and 19. RGB value is (31,6,25). Sum of RGB (Red+Green+Blue) = 31+6+25=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0619 is #E0F9E6. Grayscale: #0F0F0F. Windows color (decimal): -14744039 or 1639967. OLE color: 1639967.
HSL color Cylindrical-coordinate representation of color #1F0619: hue angle of 314.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1F0619 is Cyan = 0, Magento = 0.81, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 6 | 25 | - |
| CMYK | 0 | 0.81 | 0.19 | 0.88 |
| HSL | 314.4º | 0.68% | 0.07% | - |
| HSV(B) | 314.4º | 0.81% | 0.12% | - |
| XYZ | 0.81 | 0.49 | 0.97 | - |
| YUV | 15.64 | 133.28 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 6 | 25 | 0 | 0.81 | 0.19 | 0.88 | 314.4 | 0.68 | 0.07 |
| Hex | 1F | 6 | 19 | 0 | 51 | 13 | 58 | 13A | 44 | 7 |
| Octal | 37 | 6 | 31 | 0 | 121 | 23 | 130 | 472 | 104 | 7 |
| Binary | 11111 | 110 | 11001 | 0 | 1010001 | 10011 | 1011000 | 100111010 | 1000100 | 111 |
Color Harmonies of #1F0619
Complementary color
Monochromatic Colors of #1F0619
Black with #1F0619
Text Example
Text Example
White with #1F0619
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0619; }
p { color: rgb(31,6,25); }
H1.HeaderClassName
{
color: #1F0619;
}
.AnyTagClassName
{
color: #1F0619;
}
</style>
background-color css
<style>
a { background-color: #1F0619; }
a { background-color: rgb(31,6,25); }
div.DivClassName
{
background-color: #1F0619;
}
.BgClassName
{
background-color: #1F0619;
}
</style>
border-color css
<style>
span { border-color: #1F0619; }
span { border-color: rgb(31,6,25); }
td.TdClassName
{
border-color: #1F0619;
}
.TagClassName
{
border-color: #1F0619;
}
</style>