Shades of Melanzane #1F171B
Tints of Melanzane #1F171B
RGB
CMYK
RGB Variations
Color information
#1F171B (or 0x1F171B) is known color: Melanzane. HEX triplet: 1F, 17 and 1B. RGB value is (31,23,27). Sum of RGB (Red+Green+Blue) = 31+23+27=81 (10% of max value = 765). Red value is 31 (12.5% from 255 or 38.27% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 27 (10.94% from 255 or 33.33% from 81); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171B is #E0E8E4. Grayscale: #191919. Windows color (decimal): -14739685 or 1775391. OLE color: 1775391.
HSL color Cylindrical-coordinate representation of color #1F171B: hue angle of 330º degrees, saturation: 0.15, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1F171B is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.88.
Color convert
RGB | 31 | 23 | 27 | - |
CMYK | 0 | 0.26 | 0.13 | 0.88 |
HSL | 330º | 0.15% | 0.11% | - |
HSV(B) | 330º | 0.26% | 0.12% | - |
XYZ | 1.07 | 0.98 | 1.17 | - |
YUV | 25.85 | 128.65 | 131.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 31 | 23 | 27 | 0 | 0.26 | 0.13 | 0.88 | 330 | 0.15 | 0.11 |
Hex | 1F | 17 | 1B | 0 | 1A | D | 58 | 14A | F | B |
Octal | 37 | 27 | 33 | 0 | 32 | 15 | 130 | 512 | 17 | 13 |
Binary | 11111 | 10111 | 11011 | 0 | 11010 | 1101 | 1011000 | 101001010 | 1111 | 1011 |
Color Harmonies of #1F171B
Complementary color
Monochromatic Colors of #1F171B
Black with #1F171B
Text Example
Text Example
White with #1F171B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F171B; }
p { color: rgb(31,23,27); }
H1.HeaderClassName
{
color: #1F171B;
}
.AnyTagClassName
{
color: #1F171B;
}
</style>
background-color css
<style>
a { background-color: #1F171B; }
a { background-color: rgb(31,23,27); }
div.DivClassName
{
background-color: #1F171B;
}
.BgClassName
{
background-color: #1F171B;
}
</style>
border-color css
<style>
span { border-color: #1F171B; }
span { border-color: rgb(31,23,27); }
td.TdClassName
{
border-color: #1F171B;
}
.TagClassName
{
border-color: #1F171B;
}
</style>