Shades of Melanzane #1F111B
Tints of Melanzane #1F111B
RGB
CMYK
RGB Variations
Color information
#1F111B (or 0x1F111B) is known color: Melanzane. HEX triplet: 1F, 11 and 1B. RGB value is (31,17,27). Sum of RGB (Red+Green+Blue) = 31+17+27=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F111B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F111B is #E0EEE4. Grayscale: #161616. Windows color (decimal): -14741221 or 1773855. OLE color: 1773855.
HSL color Cylindrical-coordinate representation of color #1F111B: hue angle of 317.14º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F111B is Cyan = 0, Magento = 0.45, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 17 | 27 | - |
| CMYK | 0 | 0.45 | 0.13 | 0.88 |
| HSL | 317.14º | 0.29% | 0.09% | - |
| HSV(B) | 317.14º | 0.45% | 0.12% | - |
| XYZ | 0.96 | 0.77 | 1.14 | - |
| YUV | 22.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 17 | 27 | 0 | 0.45 | 0.13 | 0.88 | 317.14 | 0.29 | 0.09 |
| Hex | 1F | 11 | 1B | 0 | 2D | D | 58 | 13D | 1D | 9 |
| Octal | 37 | 21 | 33 | 0 | 55 | 15 | 130 | 475 | 35 | 11 |
| Binary | 11111 | 10001 | 11011 | 0 | 101101 | 1101 | 1011000 | 100111101 | 11101 | 1001 |
Color Harmonies of #1F111B
Complementary color
Monochromatic Colors of #1F111B
Black with #1F111B
Text Example
Text Example
White with #1F111B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F111B; }
p { color: rgb(31,17,27); }
H1.HeaderClassName
{
color: #1F111B;
}
.AnyTagClassName
{
color: #1F111B;
}
</style>
background-color css
<style>
a { background-color: #1F111B; }
a { background-color: rgb(31,17,27); }
div.DivClassName
{
background-color: #1F111B;
}
.BgClassName
{
background-color: #1F111B;
}
</style>
border-color css
<style>
span { border-color: #1F111B; }
span { border-color: rgb(31,17,27); }
td.TdClassName
{
border-color: #1F111B;
}
.TagClassName
{
border-color: #1F111B;
}
</style>