#1F111C

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

Shades of Melanzane #1F111C

Tints of Melanzane #1F111C

Color information

#1F111C (or 0x1F111C) is unknown color: approx Melanzane. HEX triplet: 1F, 11 and 1C. RGB value is (31,17,28). Sum of RGB (Red+Green+Blue) = 31+17+28=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F111C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F111C is #E0EEE3. Grayscale: #161616. Windows color (decimal): -14741220 or 1839391. OLE color: 1839391.

HSL color Cylindrical-coordinate representation of color #1F111C: hue angle of 312.86º degrees, saturation: 0.29, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1F111C is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.88.

Color convert

RGB311728-
CMYK00.450.100.88
HSL312.86º29.17%9.41%-
HSV(B)312.86º45.16%12.16%-
XYZ0.980.781.2-
YUV22.44131.14134.11-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=40.79%
G=22.37%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31172800.450.100.88312.8629.179.41
Hex1F111C02DA581391d9
Octal372134055121304713511
Binary111111000111100010110110101011000100111001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F111C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,17,28); }

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

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

 a { background-color: rgb(31,17,28); }

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

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

 span { border-color: rgb(31,17,28); }

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