Shades of Melanzane #1F0E1B
Tints of Melanzane #1F0E1B
RGB
CMYK
RGB Variations
Color information
#1F0E1B (or 0x1F0E1B) is known color: Melanzane. HEX triplet: 1F, 0E and 1B. RGB value is (31,14,27). Sum of RGB (Red+Green+Blue) = 31+14+27=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 14 (5.86% from 255 or 19.44% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F0E1B is #E0F1E4. Grayscale: #141414. Windows color (decimal): -14741989 or 1773087. OLE color: 1773087.
HSL color Cylindrical-coordinate representation of color #1F0E1B: hue angle of 314.12º degrees, saturation: 0.38, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1F0E1B is Cyan = 0, Magento = 0.55, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 14 | 27 | - |
| CMYK | 0 | 0.55 | 0.13 | 0.88 |
| HSL | 314.12º | 0.38% | 0.09% | - |
| HSV(B) | 314.12º | 0.55% | 0.12% | - |
| XYZ | 0.92 | 0.68 | 1.12 | - |
| YUV | 20.57 | 131.63 | 135.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 14 | 27 | 0 | 0.55 | 0.13 | 0.88 | 314.12 | 0.38 | 0.09 |
| Hex | 1F | E | 1B | 0 | 37 | D | 58 | 13A | 26 | 9 |
| Octal | 37 | 16 | 33 | 0 | 67 | 15 | 130 | 472 | 46 | 11 |
| Binary | 11111 | 1110 | 11011 | 0 | 110111 | 1101 | 1011000 | 100111010 | 100110 | 1001 |
Color Harmonies of #1F0E1B
Complementary color
Monochromatic Colors of #1F0E1B
Black with #1F0E1B
Text Example
Text Example
White with #1F0E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F0E1B; }
p { color: rgb(31,14,27); }
H1.HeaderClassName
{
color: #1F0E1B;
}
.AnyTagClassName
{
color: #1F0E1B;
}
</style>
background-color css
<style>
a { background-color: #1F0E1B; }
a { background-color: rgb(31,14,27); }
div.DivClassName
{
background-color: #1F0E1B;
}
.BgClassName
{
background-color: #1F0E1B;
}
</style>
border-color css
<style>
span { border-color: #1F0E1B; }
span { border-color: rgb(31,14,27); }
td.TdClassName
{
border-color: #1F0E1B;
}
.TagClassName
{
border-color: #1F0E1B;
}
</style>