#1F171D

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

Shades of Melanzane #1F171D

Tints of Melanzane #1F171D

Color information

#1F171D (or 0x1F171D) is unknown color: approx Melanzane. HEX triplet: 1F, 17 and 1D. RGB value is (31,23,29). Sum of RGB (Red+Green+Blue) = 31+23+29=83 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.35% from 83); Green value is 23 (9.38% from 255 or 27.71% from 83); Blue value is 29 (11.72% from 255 or 34.94% from 83); Max value from RGB is 31 - color contains mainly: red. Hex color #1F171D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F171D is #E0E8E2. Grayscale: #1A1A1A. Windows color (decimal): -14739683 or 1906463. OLE color: 1906463.

HSL color Cylindrical-coordinate representation of color #1F171D: hue angle of 315º 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 #1F171D is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB312329-
CMYK00.260.060.88
HSL315º14.81%10.59%-
HSV(B)315º25.81%12.16%-
XYZ1.090.991.3-
YUV26.08129.65131.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.35%
GREEN value IS 23 (9.38% from 255) = 27.71%
BLUE value IS 29 (11.72% from 255) = 34.94%
R=37.35%
G=27.71%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31232900.260.060.8831514.8110.59
Hex1F171D01A65813bfb
Octal37273503261304731713
Binary111111011111101011010110101100010011101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F171D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1F171D; }

 p { color: rgb(31,23,29); }

 H1.HeaderClassName
 {
   color: #1F171D;
 }
 .AnyTagClassName
 {
   color: #1F171D;
 }
</style>
background-color css

<style>
 a { background-color: #1F171D; }

 a { background-color: rgb(31,23,29); }

 div.DivClassName
 {
   background-color: #1F171D;
 }
 .BgClassName
 {
   background-color: #1F171D;
 }
</style>
border-color css

<style>
 span { border-color: #1F171D; }

 span { border-color: rgb(31,23,29); }

 td.TdClassName
 {
   border-color: #1F171D;
 }
 .TagClassName
 {
   border-color: #1F171D;
 }
</style>