Shades of Melanzane #1F161C
Tints of Melanzane #1F161C
RGB
CMYK
RGB Variations
Color information
#1F161C (or 0x1F161C) is known color: Melanzane. HEX triplet: 1F, 16 and 1C. RGB value is (31,22,28). Sum of RGB (Red+Green+Blue) = 31+22+28=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 22 (8.98% from 255 or 27.16% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F161C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F161C is #E0E9E3. Grayscale: #191919. Windows color (decimal): -14739940 or 1840671. OLE color: 1840671.
HSL color Cylindrical-coordinate representation of color #1F161C: hue angle of 320º degrees, saturation: 0.17, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #1F161C is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 22 | 28 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.88 |
| HSL | 320º | 0.17% | 0.1% | - |
| HSV(B) | 320º | 0.29% | 0.12% | - |
| XYZ | 1.06 | 0.95 | 1.23 | - |
| YUV | 25.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 22 | 28 | 0 | 0.29 | 0.10 | 0.88 | 320 | 0.17 | 0.1 |
| Hex | 1F | 16 | 1C | 0 | 1D | A | 58 | 140 | 11 | A |
| Octal | 37 | 26 | 34 | 0 | 35 | 12 | 130 | 500 | 21 | 12 |
| Binary | 11111 | 10110 | 11100 | 0 | 11101 | 1010 | 1011000 | 101000000 | 10001 | 1010 |
Color Harmonies of #1F161C
Complementary color
Monochromatic Colors of #1F161C
Black with #1F161C
Text Example
Text Example
White with #1F161C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F161C; }
p { color: rgb(31,22,28); }
H1.HeaderClassName
{
color: #1F161C;
}
.AnyTagClassName
{
color: #1F161C;
}
</style>
background-color css
<style>
a { background-color: #1F161C; }
a { background-color: rgb(31,22,28); }
div.DivClassName
{
background-color: #1F161C;
}
.BgClassName
{
background-color: #1F161C;
}
</style>
border-color css
<style>
span { border-color: #1F161C; }
span { border-color: rgb(31,22,28); }
td.TdClassName
{
border-color: #1F161C;
}
.TagClassName
{
border-color: #1F161C;
}
</style>