#1F171B

Color #1F171B Melanzane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Melanzane #1F171B

Tints of Melanzane #1F171B

Color information

#1F171B (or 0x1F171B) is unknown color: approx 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

RGB312327-
CMYK00.260.130.88
HSL330º14.81%10.59%-
HSV(B)330º25.81%12.16%-
XYZ1.070.981.17-
YUV25.85128.65131.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 31 (12.5% from 255) = 38.27%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 27 (10.94% from 255) = 33.33%
R=38.27%
G=28.40%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232700.260.130.8833014.8110.59
Hex1F171B01AD5814afb
Octal372733032151305121713
Binary1111110111110110110101101101100010100101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>