Shades of Melanzane #1F0219
Tints of Melanzane #1F0219
RGB
CMYK
RGB Variations
Color information
#1F0219 (or 0x1F0219) is known color: Melanzane. HEX triplet: 1F, 02 and 19. RGB value is (31,2,25). Sum of RGB (Red+Green+Blue) = 31+2+25=58 (7% of max value = 765). Red value is 31 (12.5% from 255 or 53.45% from 58); Green value is 2 (1.17% from 255 or 3.45% from 58); Blue value is 25 (10.16% from 255 or 43.10% from 58); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0219 is #E0FDE6. Grayscale: #0D0D0D. Windows color (decimal): -14745063 or 1638943. OLE color: 1638943.
HSL color Cylindrical-coordinate representation of color #1F0219: hue angle of 312.41º degrees, saturation: 0.88, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #1F0219 is Cyan = 0, Magento = 0.94, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 25 | - |
| CMYK | 0 | 0.94 | 0.19 | 0.88 |
| HSL | 312.41º | 0.88% | 0.06% | - |
| HSV(B) | 312.41º | 0.94% | 0.12% | - |
| XYZ | 0.76 | 0.4 | 0.96 | - |
| YUV | 13.29 | 134.61 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 25 | 0 | 0.94 | 0.19 | 0.88 | 312.41 | 0.88 | 0.06 |
| Hex | 1F | 2 | 19 | 0 | 5E | 13 | 58 | 138 | 58 | 6 |
| Octal | 37 | 2 | 31 | 0 | 136 | 23 | 130 | 470 | 130 | 6 |
| Binary | 11111 | 10 | 11001 | 0 | 1011110 | 10011 | 1011000 | 100111000 | 1011000 | 110 |
Color Harmonies of #1F0219
Complementary color
Monochromatic Colors of #1F0219
Black with #1F0219
Text Example
Text Example
White with #1F0219
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0219; }
p { color: rgb(31,2,25); }
H1.HeaderClassName
{
color: #1F0219;
}
.AnyTagClassName
{
color: #1F0219;
}
</style>
background-color css
<style>
a { background-color: #1F0219; }
a { background-color: rgb(31,2,25); }
div.DivClassName
{
background-color: #1F0219;
}
.BgClassName
{
background-color: #1F0219;
}
</style>
border-color css
<style>
span { border-color: #1F0219; }
span { border-color: rgb(31,2,25); }
td.TdClassName
{
border-color: #1F0219;
}
.TagClassName
{
border-color: #1F0219;
}
</style>