Shades of Melanzane #1F1119
Tints of Melanzane #1F1119
RGB
CMYK
RGB Variations
Color information
#1F1119 (or 0x1F1119) is known color: Melanzane. HEX triplet: 1F, 11 and 19. RGB value is (31,17,25). Sum of RGB (Red+Green+Blue) = 31+17+25=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1119 is #E0EEE6. Grayscale: #161616. Windows color (decimal): -14741223 or 1642783. OLE color: 1642783.
HSL color Cylindrical-coordinate representation of color #1F1119: hue angle of 325.71º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F1119 is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 25 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.88 |
| HSL | 325.71º | 0.29% | 0.09% | - |
| HSV(B) | 325.71º | 0.45% | 0.12% | - |
| XYZ | 0.94 | 0.76 | 1.02 | - |
| YUV | 22.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 25 | 0 | 0.45 | 0.19 | 0.88 | 325.71 | 0.29 | 0.09 |
| Hex | 1F | 11 | 19 | 0 | 2D | 13 | 58 | 146 | 1D | 9 |
| Octal | 37 | 21 | 31 | 0 | 55 | 23 | 130 | 506 | 35 | 11 |
| Binary | 11111 | 10001 | 11001 | 0 | 101101 | 10011 | 1011000 | 101000110 | 11101 | 1001 |
Color Harmonies of #1F1119
Complementary color
Monochromatic Colors of #1F1119
Black with #1F1119
Text Example
Text Example
White with #1F1119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F1119; }
p { color: rgb(31,17,25); }
H1.HeaderClassName
{
color: #1F1119;
}
.AnyTagClassName
{
color: #1F1119;
}
</style>
background-color css
<style>
a { background-color: #1F1119; }
a { background-color: rgb(31,17,25); }
div.DivClassName
{
background-color: #1F1119;
}
.BgClassName
{
background-color: #1F1119;
}
</style>
border-color css
<style>
span { border-color: #1F1119; }
span { border-color: rgb(31,17,25); }
td.TdClassName
{
border-color: #1F1119;
}
.TagClassName
{
border-color: #1F1119;
}
</style>