Shades of Melanzane #1F141A
Tints of Melanzane #1F141A
RGB
CMYK
RGB Variations
Color information
#1F141A (or 0x1F141A) is known color: Melanzane. HEX triplet: 1F, 14 and 1A. RGB value is (31,20,26). Sum of RGB (Red+Green+Blue) = 31+20+26=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141A is #E0EBE5. Grayscale: #171717. Windows color (decimal): -14740454 or 1709087. OLE color: 1709087.
HSL color Cylindrical-coordinate representation of color #1F141A: hue angle of 327.27º 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 #1F141A is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 20 | 26 | - |
| CMYK | 0 | 0.35 | 0.16 | 0.88 |
| HSL | 327.27º | 0.22% | 0.1% | - |
| HSV(B) | 327.27º | 0.35% | 0.12% | - |
| XYZ | 1 | 0.87 | 1.09 | - |
| YUV | 23.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 20 | 26 | 0 | 0.35 | 0.16 | 0.88 | 327.27 | 0.22 | 0.1 |
| Hex | 1F | 14 | 1A | 0 | 23 | 10 | 58 | 147 | 16 | A |
| Octal | 37 | 24 | 32 | 0 | 43 | 20 | 130 | 507 | 26 | 12 |
| Binary | 11111 | 10100 | 11010 | 0 | 100011 | 10000 | 1011000 | 101000111 | 10110 | 1010 |
Color Harmonies of #1F141A
Complementary color
Monochromatic Colors of #1F141A
Black with #1F141A
Text Example
Text Example
White with #1F141A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F141A; }
p { color: rgb(31,20,26); }
H1.HeaderClassName
{
color: #1F141A;
}
.AnyTagClassName
{
color: #1F141A;
}
</style>
background-color css
<style>
a { background-color: #1F141A; }
a { background-color: rgb(31,20,26); }
div.DivClassName
{
background-color: #1F141A;
}
.BgClassName
{
background-color: #1F141A;
}
</style>
border-color css
<style>
span { border-color: #1F141A; }
span { border-color: rgb(31,20,26); }
td.TdClassName
{
border-color: #1F141A;
}
.TagClassName
{
border-color: #1F141A;
}
</style>