Shades of Melanzane #1F151B
Tints of Melanzane #1F151B
RGB
CMYK
RGB Variations
Color information
#1F151B (or 0x1F151B) is known color: Melanzane. HEX triplet: 1F, 15 and 1B. RGB value is (31,21,27). Sum of RGB (Red+Green+Blue) = 31+21+27=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151B is #E0EAE4. Grayscale: #181818. Windows color (decimal): -14740197 or 1774879. OLE color: 1774879.
HSL color Cylindrical-coordinate representation of color #1F151B: hue angle of 324º degrees, saturation: 0.19, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #1F151B is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 27 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.88 |
| HSL | 324º | 0.19% | 0.1% | - |
| HSV(B) | 324º | 0.32% | 0.12% | - |
| XYZ | 1.03 | 0.91 | 1.16 | - |
| YUV | 24.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 27 | 0 | 0.32 | 0.13 | 0.88 | 324 | 0.19 | 0.1 |
| Hex | 1F | 15 | 1B | 0 | 20 | D | 58 | 144 | 13 | A |
| Octal | 37 | 25 | 33 | 0 | 40 | 15 | 130 | 504 | 23 | 12 |
| Binary | 11111 | 10101 | 11011 | 0 | 100000 | 1101 | 1011000 | 101000100 | 10011 | 1010 |
Color Harmonies of #1F151B
Complementary color
Monochromatic Colors of #1F151B
Black with #1F151B
Text Example
Text Example
White with #1F151B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F151B; }
p { color: rgb(31,21,27); }
H1.HeaderClassName
{
color: #1F151B;
}
.AnyTagClassName
{
color: #1F151B;
}
</style>
background-color css
<style>
a { background-color: #1F151B; }
a { background-color: rgb(31,21,27); }
div.DivClassName
{
background-color: #1F151B;
}
.BgClassName
{
background-color: #1F151B;
}
</style>
border-color css
<style>
span { border-color: #1F151B; }
span { border-color: rgb(31,21,27); }
td.TdClassName
{
border-color: #1F151B;
}
.TagClassName
{
border-color: #1F151B;
}
</style>