Shades of Melanzane #1F141C
Tints of Melanzane #1F141C
RGB
CMYK
RGB Variations
Color information
#1F141C (or 0x1F141C) is known color: Melanzane. HEX triplet: 1F, 14 and 1C. RGB value is (31,20,28). Sum of RGB (Red+Green+Blue) = 31+20+28=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F141C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141C is #E0EBE3. Grayscale: #181818. Windows color (decimal): -14740452 or 1840159. OLE color: 1840159.
HSL color Cylindrical-coordinate representation of color #1F141C: hue angle of 316.36º 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 #1F141C is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 28 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.88 |
| HSL | 316.36º | 0.22% | 0.1% | - |
| HSV(B) | 316.36º | 0.35% | 0.12% | - |
| XYZ | 1.02 | 0.88 | 1.21 | - |
| YUV | 24.2 | 130.14 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 28 | 0 | 0.35 | 0.10 | 0.88 | 316.36 | 0.22 | 0.1 |
| Hex | 1F | 14 | 1C | 0 | 23 | A | 58 | 13C | 16 | A |
| Octal | 37 | 24 | 34 | 0 | 43 | 12 | 130 | 474 | 26 | 12 |
| Binary | 11111 | 10100 | 11100 | 0 | 100011 | 1010 | 1011000 | 100111100 | 10110 | 1010 |
Color Harmonies of #1F141C
Complementary color
Monochromatic Colors of #1F141C
Black with #1F141C
Text Example
Text Example
White with #1F141C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F141C; }
p { color: rgb(31,20,28); }
H1.HeaderClassName
{
color: #1F141C;
}
.AnyTagClassName
{
color: #1F141C;
}
</style>
background-color css
<style>
a { background-color: #1F141C; }
a { background-color: rgb(31,20,28); }
div.DivClassName
{
background-color: #1F141C;
}
.BgClassName
{
background-color: #1F141C;
}
</style>
border-color css
<style>
span { border-color: #1F141C; }
span { border-color: rgb(31,20,28); }
td.TdClassName
{
border-color: #1F141C;
}
.TagClassName
{
border-color: #1F141C;
}
</style>