#1F131D

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

Shades of Melanzane #1F131D

Tints of Melanzane #1F131D

Color information

#1F131D (or 0x1F131D) is unknown color: approx Melanzane. HEX triplet: 1F, 13 and 1D. RGB value is (31,19,29). Sum of RGB (Red+Green+Blue) = 31+19+29=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 29 (11.72% from 255 or 36.71% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131D is #E0ECE2. Grayscale: #171717. Windows color (decimal): -14740707 or 1905439. OLE color: 1905439.

HSL color Cylindrical-coordinate representation of color #1F131D: hue angle of 310º degrees, saturation: 0.24, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #1F131D is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.88.

Color convert

RGB311929-
CMYK00.390.060.88
HSL310º24%9.8%-
HSV(B)310º38.71%12.16%-
XYZ1.020.851.27-
YUV23.73130.98133.19-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 29 (11.72% from 255) = 36.71%
R=39.24%
G=24.05%
B=36.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192900.390.060.88310249.8
Hex1F131D02765813618a
Octal37233504761304663012
Binary11111100111110101001111101011000100110110110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F131D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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