Shades of Melanzane #1F181E
Tints of Melanzane #1F181E
RGB
CMYK
RGB Variations
Color information
#1F181E (or 0x1F181E) is known color: Melanzane. HEX triplet: 1F, 18 and 1E. RGB value is (31,24,30). Sum of RGB (Red+Green+Blue) = 31+24+30=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181E is #E0E7E1. Grayscale: #1A1A1A. Windows color (decimal): -14739426 or 1972255. OLE color: 1972255.
HSL color Cylindrical-coordinate representation of color #1F181E: hue angle of 308.57º degrees, saturation: 0.13, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #1F181E is Cyan = 0, Magento = 0.23, Yellow = 0.03 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 31 | 24 | 30 | - |
| CMYK | 0 | 0.23 | 0.03 | 0.88 |
| HSL | 308.57º | 0.13% | 0.11% | - |
| HSV(B) | 308.57º | 0.23% | 0.12% | - |
| XYZ | 1.13 | 1.04 | 1.37 | - |
| YUV | 26.78 | 129.82 | 131.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 24 | 30 | 0 | 0.23 | 0.03 | 0.88 | 308.57 | 0.13 | 0.11 |
| Hex | 1F | 18 | 1E | 0 | 17 | 3 | 58 | 135 | D | B |
| Octal | 37 | 30 | 36 | 0 | 27 | 3 | 130 | 465 | 15 | 13 |
| Binary | 11111 | 11000 | 11110 | 0 | 10111 | 11 | 1011000 | 100110101 | 1101 | 1011 |
Color Harmonies of #1F181E
Complementary color
Monochromatic Colors of #1F181E
Black with #1F181E
Text Example
Text Example
White with #1F181E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F181E; }
p { color: rgb(31,24,30); }
H1.HeaderClassName
{
color: #1F181E;
}
.AnyTagClassName
{
color: #1F181E;
}
</style>
background-color css
<style>
a { background-color: #1F181E; }
a { background-color: rgb(31,24,30); }
div.DivClassName
{
background-color: #1F181E;
}
.BgClassName
{
background-color: #1F181E;
}
</style>
border-color css
<style>
span { border-color: #1F181E; }
span { border-color: rgb(31,24,30); }
td.TdClassName
{
border-color: #1F181E;
}
.TagClassName
{
border-color: #1F181E;
}
</style>