Shades of Melanzane #1F151A
Tints of Melanzane #1F151A
RGB
CMYK
RGB Variations
Color information
#1F151A (or 0x1F151A) is known color: Melanzane. HEX triplet: 1F, 15 and 1A. RGB value is (31,21,26). Sum of RGB (Red+Green+Blue) = 31+21+26=78 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.74% from 78); Green value is 21 (8.59% from 255 or 26.92% from 78); Blue value is 26 (10.55% from 255 or 33.33% from 78); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151A is #E0EAE5. Grayscale: #181818. Windows color (decimal): -14740198 or 1709343. OLE color: 1709343.
HSL color Cylindrical-coordinate representation of color #1F151A: hue angle of 330º 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 #1F151A is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 21 | 26 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.88 |
| HSL | 330º | 0.19% | 0.1% | - |
| HSV(B) | 330º | 0.32% | 0.12% | - |
| XYZ | 1.02 | 0.9 | 1.1 | - |
| YUV | 24.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 21 | 26 | 0 | 0.32 | 0.16 | 0.88 | 330 | 0.19 | 0.1 |
| Hex | 1F | 15 | 1A | 0 | 20 | 10 | 58 | 14A | 13 | A |
| Octal | 37 | 25 | 32 | 0 | 40 | 20 | 130 | 512 | 23 | 12 |
| Binary | 11111 | 10101 | 11010 | 0 | 100000 | 10000 | 1011000 | 101001010 | 10011 | 1010 |
Color Harmonies of #1F151A
Complementary color
Monochromatic Colors of #1F151A
Black with #1F151A
Text Example
Text Example
White with #1F151A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F151A; }
p { color: rgb(31,21,26); }
H1.HeaderClassName
{
color: #1F151A;
}
.AnyTagClassName
{
color: #1F151A;
}
</style>
background-color css
<style>
a { background-color: #1F151A; }
a { background-color: rgb(31,21,26); }
div.DivClassName
{
background-color: #1F151A;
}
.BgClassName
{
background-color: #1F151A;
}
</style>
border-color css
<style>
span { border-color: #1F151A; }
span { border-color: rgb(31,21,26); }
td.TdClassName
{
border-color: #1F151A;
}
.TagClassName
{
border-color: #1F151A;
}
</style>