Shades of Melanzane #1F121B
Tints of Melanzane #1F121B
RGB
CMYK
RGB Variations
Color information
#1F121B (or 0x1F121B) is known color: Melanzane. HEX triplet: 1F, 12 and 1B. RGB value is (31,18,27). Sum of RGB (Red+Green+Blue) = 31+18+27=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 18 (7.42% from 255 or 23.68% from 76); Blue value is 27 (10.94% from 255 or 35.53% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121B is #E0EDE4. Grayscale: #161616. Windows color (decimal): -14740965 or 1774111. OLE color: 1774111.
HSL color Cylindrical-coordinate representation of color #1F121B: hue angle of 318.46º degrees, saturation: 0.27, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #1F121B is Cyan = 0, Magento = 0.42, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 18 | 27 | - |
| CMYK | 0 | 0.42 | 0.13 | 0.88 |
| HSL | 318.46º | 0.27% | 0.1% | - |
| HSV(B) | 318.46º | 0.42% | 0.12% | - |
| XYZ | 0.98 | 0.8 | 1.14 | - |
| YUV | 22.91 | 130.31 | 133.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 18 | 27 | 0 | 0.42 | 0.13 | 0.88 | 318.46 | 0.27 | 0.1 |
| Hex | 1F | 12 | 1B | 0 | 2A | D | 58 | 13E | 1B | A |
| Octal | 37 | 22 | 33 | 0 | 52 | 15 | 130 | 476 | 33 | 12 |
| Binary | 11111 | 10010 | 11011 | 0 | 101010 | 1101 | 1011000 | 100111110 | 11011 | 1010 |
Color Harmonies of #1F121B
Complementary color
Monochromatic Colors of #1F121B
Black with #1F121B
Text Example
Text Example
White with #1F121B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F121B; }
p { color: rgb(31,18,27); }
H1.HeaderClassName
{
color: #1F121B;
}
.AnyTagClassName
{
color: #1F121B;
}
</style>
background-color css
<style>
a { background-color: #1F121B; }
a { background-color: rgb(31,18,27); }
div.DivClassName
{
background-color: #1F121B;
}
.BgClassName
{
background-color: #1F121B;
}
</style>
border-color css
<style>
span { border-color: #1F121B; }
span { border-color: rgb(31,18,27); }
td.TdClassName
{
border-color: #1F121B;
}
.TagClassName
{
border-color: #1F121B;
}
</style>