Shades of Melanzane #1F0218
Tints of Melanzane #1F0218
RGB
CMYK
RGB Variations
Color information
#1F0218 (or 0x1F0218) is known color: Melanzane. HEX triplet: 1F, 02 and 18. RGB value is (31,2,24). Sum of RGB (Red+Green+Blue) = 31+2+24=57 (7% of max value = 765). Red value is 31 (12.5% from 255 or 54.39% from 57); Green value is 2 (1.17% from 255 or 3.51% from 57); Blue value is 24 (9.77% from 255 or 42.11% from 57); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0218 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0218 is #E0FDE7. Grayscale: #0D0D0D. Windows color (decimal): -14745064 or 1573407. OLE color: 1573407.
HSL color Cylindrical-coordinate representation of color #1F0218: hue angle of 314.48º 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 #1F0218 is Cyan = 0, Magento = 0.94, Yellow = 0.23 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 2 | 24 | - |
| CMYK | 0 | 0.94 | 0.23 | 0.88 |
| HSL | 314.48º | 0.88% | 0.06% | - |
| HSV(B) | 314.48º | 0.94% | 0.12% | - |
| XYZ | 0.75 | 0.4 | 0.9 | - |
| YUV | 13.18 | 134.11 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 2 | 24 | 0 | 0.94 | 0.23 | 0.88 | 314.48 | 0.88 | 0.06 |
| Hex | 1F | 2 | 18 | 0 | 5E | 17 | 58 | 13A | 58 | 6 |
| Octal | 37 | 2 | 30 | 0 | 136 | 27 | 130 | 472 | 130 | 6 |
| Binary | 11111 | 10 | 11000 | 0 | 1011110 | 10111 | 1011000 | 100111010 | 1011000 | 110 |
Color Harmonies of #1F0218
Complementary color
Monochromatic Colors of #1F0218
Black with #1F0218
Text Example
Text Example
White with #1F0218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0218; }
p { color: rgb(31,2,24); }
H1.HeaderClassName
{
color: #1F0218;
}
.AnyTagClassName
{
color: #1F0218;
}
</style>
background-color css
<style>
a { background-color: #1F0218; }
a { background-color: rgb(31,2,24); }
div.DivClassName
{
background-color: #1F0218;
}
.BgClassName
{
background-color: #1F0218;
}
</style>
border-color css
<style>
span { border-color: #1F0218; }
span { border-color: rgb(31,2,24); }
td.TdClassName
{
border-color: #1F0218;
}
.TagClassName
{
border-color: #1F0218;
}
</style>