Shades of Melanzane #1F141D
Tints of Melanzane #1F141D
RGB
CMYK
RGB Variations
Color information
#1F141D (or 0x1F141D) is known color: Melanzane. HEX triplet: 1F, 14 and 1D. RGB value is (31,20,29). Sum of RGB (Red+Green+Blue) = 31+20+29=80 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.75% from 80); Green value is 20 (8.20% from 255 or 25% from 80); Blue value is 29 (11.72% from 255 or 36.25% from 80); Max value from RGB is 31 - color contains mainly: red. Hex color #1F141D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141D is #E0EBE2. Grayscale: #181818. Windows color (decimal): -14740451 or 1905695. OLE color: 1905695.
HSL color Cylindrical-coordinate representation of color #1F141D: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #1F141D is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 29 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.88 |
| HSL | 310.91º | 0.22% | 0.1% | - |
| HSV(B) | 310.91º | 0.35% | 0.12% | - |
| XYZ | 1.04 | 0.88 | 1.28 | - |
| YUV | 24.32 | 130.64 | 132.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 29 | 0 | 0.35 | 0.06 | 0.88 | 310.91 | 0.22 | 0.1 |
| Hex | 1F | 14 | 1D | 0 | 23 | 6 | 58 | 137 | 16 | A |
| Octal | 37 | 24 | 35 | 0 | 43 | 6 | 130 | 467 | 26 | 12 |
| Binary | 11111 | 10100 | 11101 | 0 | 100011 | 110 | 1011000 | 100110111 | 10110 | 1010 |
Color Harmonies of #1F141D
Complementary color
Monochromatic Colors of #1F141D
Black with #1F141D
Text Example
Text Example
White with #1F141D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F141D; }
p { color: rgb(31,20,29); }
H1.HeaderClassName
{
color: #1F141D;
}
.AnyTagClassName
{
color: #1F141D;
}
</style>
background-color css
<style>
a { background-color: #1F141D; }
a { background-color: rgb(31,20,29); }
div.DivClassName
{
background-color: #1F141D;
}
.BgClassName
{
background-color: #1F141D;
}
</style>
border-color css
<style>
span { border-color: #1F141D; }
span { border-color: rgb(31,20,29); }
td.TdClassName
{
border-color: #1F141D;
}
.TagClassName
{
border-color: #1F141D;
}
</style>