Shades of Melanzane #1F131C
Tints of Melanzane #1F131C
RGB
CMYK
RGB Variations
Color information
#1F131C (or 0x1F131C) is known color: Melanzane. HEX triplet: 1F, 13 and 1C. RGB value is (31,19,28). Sum of RGB (Red+Green+Blue) = 31+19+28=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 19 (7.81% from 255 or 24.36% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131C is #E0ECE3. Grayscale: #171717. Windows color (decimal): -14740708 or 1839903. OLE color: 1839903.
HSL color Cylindrical-coordinate representation of color #1F131C: hue angle of 315º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F131C is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 28 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.88 |
| HSL | 315º | 0.24% | 0.1% | - |
| HSV(B) | 315º | 0.39% | 0.12% | - |
| XYZ | 1.01 | 0.84 | 1.21 | - |
| YUV | 23.61 | 130.48 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 28 | 0 | 0.39 | 0.10 | 0.88 | 315 | 0.24 | 0.1 |
| Hex | 1F | 13 | 1C | 0 | 27 | A | 58 | 13B | 18 | A |
| Octal | 37 | 23 | 34 | 0 | 47 | 12 | 130 | 473 | 30 | 12 |
| Binary | 11111 | 10011 | 11100 | 0 | 100111 | 1010 | 1011000 | 100111011 | 11000 | 1010 |
Color Harmonies of #1F131C
Complementary color
Monochromatic Colors of #1F131C
Black with #1F131C
Text Example
Text Example
White with #1F131C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F131C; }
p { color: rgb(31,19,28); }
H1.HeaderClassName
{
color: #1F131C;
}
.AnyTagClassName
{
color: #1F131C;
}
</style>
background-color css
<style>
a { background-color: #1F131C; }
a { background-color: rgb(31,19,28); }
div.DivClassName
{
background-color: #1F131C;
}
.BgClassName
{
background-color: #1F131C;
}
</style>
border-color css
<style>
span { border-color: #1F131C; }
span { border-color: rgb(31,19,28); }
td.TdClassName
{
border-color: #1F131C;
}
.TagClassName
{
border-color: #1F131C;
}
</style>