#1F151B

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

Shades of Melanzane #1F151B

Tints of Melanzane #1F151B

Color information

#1F151B (or 0x1F151B) is unknown color: approx Melanzane. HEX triplet: 1F, 15 and 1B. RGB value is (31,21,27). Sum of RGB (Red+Green+Blue) = 31+21+27=79 (10% of max value = 765). Red value is 31 (12.5% from 255 or 39.24% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 27 (10.94% from 255 or 34.18% from 79); Max value from RGB is 31 - color contains mainly: red. Hex color #1F151B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F151B is #E0EAE4. Grayscale: #181818. Windows color (decimal): -14740197 or 1774879. OLE color: 1774879.

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

Color convert

RGB312127-
CMYK00.320.130.88
HSL324º19.23%10.2%-
HSV(B)324º32.26%12.16%-
XYZ1.030.911.16-
YUV24.67129.31132.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 39.24%
GREEN value IS 21 (8.59% from 255) = 26.58%
BLUE value IS 27 (10.94% from 255) = 34.18%
R=39.24%
G=26.58%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31212700.320.130.8832419.2310.2
Hex1F151B020D5814413a
Octal372533040151305042312
Binary111111010111011010000011011011000101000100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,21,27); }

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

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

 a { background-color: rgb(31,21,27); }

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

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

 span { border-color: rgb(31,21,27); }

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