Shades of Melanzane #1F191E
Tints of Melanzane #1F191E
RGB
CMYK
RGB Variations
Color information
#1F191E (or 0x1F191E) is known color: Melanzane. HEX triplet: 1F, 19 and 1E. RGB value is (31,25,30). Sum of RGB (Red+Green+Blue) = 31+25+30=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191E is #E0E6E1. Grayscale: #1B1B1B. Windows color (decimal): -14739170 or 1972511. OLE color: 1972511.
HSL color Cylindrical-coordinate representation of color #1F191E: hue angle of 310º degrees, saturation: 0.11, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #1F191E is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 25 | 30 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.88 |
| HSL | 310º | 0.11% | 0.11% | - |
| HSV(B) | 310º | 0.19% | 0.12% | - |
| XYZ | 1.15 | 1.08 | 1.38 | - |
| YUV | 27.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 25 | 30 | 0 | 0.19 | 0.03 | 0.88 | 310 | 0.11 | 0.11 |
| Hex | 1F | 19 | 1E | 0 | 13 | 3 | 58 | 136 | B | B |
| Octal | 37 | 31 | 36 | 0 | 23 | 3 | 130 | 466 | 13 | 13 |
| Binary | 11111 | 11001 | 11110 | 0 | 10011 | 11 | 1011000 | 100110110 | 1011 | 1011 |
Color Harmonies of #1F191E
Complementary color
Monochromatic Colors of #1F191E
Black with #1F191E
Text Example
Text Example
White with #1F191E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F191E; }
p { color: rgb(31,25,30); }
H1.HeaderClassName
{
color: #1F191E;
}
.AnyTagClassName
{
color: #1F191E;
}
</style>
background-color css
<style>
a { background-color: #1F191E; }
a { background-color: rgb(31,25,30); }
div.DivClassName
{
background-color: #1F191E;
}
.BgClassName
{
background-color: #1F191E;
}
</style>
border-color css
<style>
span { border-color: #1F191E; }
span { border-color: rgb(31,25,30); }
td.TdClassName
{
border-color: #1F191E;
}
.TagClassName
{
border-color: #1F191E;
}
</style>