Shades of Melanzane #1F111C
Tints of Melanzane #1F111C
RGB
CMYK
RGB Variations
Color information
#1F111C (or 0x1F111C) is known color: Melanzane. HEX triplet: 1F, 11 and 1C. RGB value is (31,17,28). Sum of RGB (Red+Green+Blue) = 31+17+28=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F111C is #E0EEE3. Grayscale: #161616. Windows color (decimal): -14741220 or 1839391. OLE color: 1839391.
HSL color Cylindrical-coordinate representation of color #1F111C: hue angle of 312.86º 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 #1F111C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 28 | - |
| CMYK | 0 | 0.45 | 0.10 | 0.88 |
| HSL | 312.86º | 0.29% | 0.09% | - |
| HSV(B) | 312.86º | 0.45% | 0.12% | - |
| XYZ | 0.98 | 0.78 | 1.2 | - |
| YUV | 22.44 | 131.14 | 134.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 28 | 0 | 0.45 | 0.10 | 0.88 | 312.86 | 0.29 | 0.09 |
| Hex | 1F | 11 | 1C | 0 | 2D | A | 58 | 139 | 1D | 9 |
| Octal | 37 | 21 | 34 | 0 | 55 | 12 | 130 | 471 | 35 | 11 |
| Binary | 11111 | 10001 | 11100 | 0 | 101101 | 1010 | 1011000 | 100111001 | 11101 | 1001 |
Color Harmonies of #1F111C
Complementary color
Monochromatic Colors of #1F111C
Black with #1F111C
Text Example
Text Example
White with #1F111C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F111C; }
p { color: rgb(31,17,28); }
H1.HeaderClassName
{
color: #1F111C;
}
.AnyTagClassName
{
color: #1F111C;
}
</style>
background-color css
<style>
a { background-color: #1F111C; }
a { background-color: rgb(31,17,28); }
div.DivClassName
{
background-color: #1F111C;
}
.BgClassName
{
background-color: #1F111C;
}
</style>
border-color css
<style>
span { border-color: #1F111C; }
span { border-color: rgb(31,17,28); }
td.TdClassName
{
border-color: #1F111C;
}
.TagClassName
{
border-color: #1F111C;
}
</style>