Shades of Melanzane #1F141B
Tints of Melanzane #1F141B
RGB
CMYK
RGB Variations
Color information
#1F141B (or 0x1F141B) is known color: Melanzane. HEX triplet: 1F, 14 and 1B. RGB value is (31,20,27). Sum of RGB (Red+Green+Blue) = 31+20+27=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F141B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141B is #E0EBE4. Grayscale: #181818. Windows color (decimal): -14740453 or 1774623. OLE color: 1774623.
HSL color Cylindrical-coordinate representation of color #1F141B: hue angle of 321.82º 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 #1F141B is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 27 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.88 |
| HSL | 321.82º | 0.22% | 0.1% | - |
| HSV(B) | 321.82º | 0.35% | 0.12% | - |
| XYZ | 1.01 | 0.87 | 1.15 | - |
| YUV | 24.09 | 129.64 | 132.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 27 | 0 | 0.35 | 0.13 | 0.88 | 321.82 | 0.22 | 0.1 |
| Hex | 1F | 14 | 1B | 0 | 23 | D | 58 | 142 | 16 | A |
| Octal | 37 | 24 | 33 | 0 | 43 | 15 | 130 | 502 | 26 | 12 |
| Binary | 11111 | 10100 | 11011 | 0 | 100011 | 1101 | 1011000 | 101000010 | 10110 | 1010 |
Color Harmonies of #1F141B
Complementary color
Monochromatic Colors of #1F141B
Black with #1F141B
Text Example
Text Example
White with #1F141B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F141B; }
p { color: rgb(31,20,27); }
H1.HeaderClassName
{
color: #1F141B;
}
.AnyTagClassName
{
color: #1F141B;
}
</style>
background-color css
<style>
a { background-color: #1F141B; }
a { background-color: rgb(31,20,27); }
div.DivClassName
{
background-color: #1F141B;
}
.BgClassName
{
background-color: #1F141B;
}
</style>
border-color css
<style>
span { border-color: #1F141B; }
span { border-color: rgb(31,20,27); }
td.TdClassName
{
border-color: #1F141B;
}
.TagClassName
{
border-color: #1F141B;
}
</style>