Shades of Melanzane #1F131D
Tints of Melanzane #1F131D
RGB
CMYK
RGB Variations
Color information
#1F131D (or 0x1F131D) is known color: Melanzane. HEX triplet: 1F, 13 and 1D. RGB value is (31,19,29). Sum of RGB (Red+Green+Blue) = 31+19+29=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131D is #E0ECE2. Grayscale: #171717. Windows color (decimal): -14740707 or 1905439. OLE color: 1905439.
HSL color Cylindrical-coordinate representation of color #1F131D: hue angle of 310º 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 #1F131D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 19 | 29 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.88 |
| HSL | 310º | 0.24% | 0.1% | - |
| HSV(B) | 310º | 0.39% | 0.12% | - |
| XYZ | 1.02 | 0.85 | 1.27 | - |
| YUV | 23.73 | 130.98 | 133.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 19 | 29 | 0 | 0.39 | 0.06 | 0.88 | 310 | 0.24 | 0.1 |
| Hex | 1F | 13 | 1D | 0 | 27 | 6 | 58 | 136 | 18 | A |
| Octal | 37 | 23 | 35 | 0 | 47 | 6 | 130 | 466 | 30 | 12 |
| Binary | 11111 | 10011 | 11101 | 0 | 100111 | 110 | 1011000 | 100110110 | 11000 | 1010 |
Color Harmonies of #1F131D
Complementary color
Monochromatic Colors of #1F131D
Black with #1F131D
Text Example
Text Example
White with #1F131D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F131D; }
p { color: rgb(31,19,29); }
H1.HeaderClassName
{
color: #1F131D;
}
.AnyTagClassName
{
color: #1F131D;
}
</style>
background-color css
<style>
a { background-color: #1F131D; }
a { background-color: rgb(31,19,29); }
div.DivClassName
{
background-color: #1F131D;
}
.BgClassName
{
background-color: #1F131D;
}
</style>
border-color css
<style>
span { border-color: #1F131D; }
span { border-color: rgb(31,19,29); }
td.TdClassName
{
border-color: #1F131D;
}
.TagClassName
{
border-color: #1F131D;
}
</style>