#1F161D

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

Shades of Melanzane #1F161D

Tints of Melanzane #1F161D

Color information

#1F161D (or 0x1F161D) is unknown color: approx Melanzane. HEX triplet: 1F, 16 and 1D. RGB value is (31,22,29). Sum of RGB (Red+Green+Blue) = 31+22+29=82 (10% of max value = 765). Red value is 31 (12.5% from 255 or 37.80% from 82); Green value is 22 (8.98% from 255 or 26.83% from 82); Blue value is 29 (11.72% from 255 or 35.37% from 82); Max value from RGB is 31 - color contains mainly: red. Hex color #1F161D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F161D is #E0E9E2. Grayscale: #191919. Windows color (decimal): -14739939 or 1906207. OLE color: 1906207.

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

Color convert

RGB312229-
CMYK00.290.060.88
HSL313.33º16.98%10.39%-
HSV(B)313.33º29.03%12.16%-
XYZ1.070.951.29-
YUV25.49129.98131.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 37.80%
GREEN value IS 22 (8.98% from 255) = 26.83%
BLUE value IS 29 (11.72% from 255) = 35.37%
R=37.80%
G=26.83%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31222900.290.060.88313.3316.9810.39
Hex1F161D01D65813911a
Octal37263503561304712112
Binary1111110110111010111011101011000100111001100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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