#1F141A

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

Shades of Melanzane #1F141A

Tints of Melanzane #1F141A

Color information

#1F141A (or 0x1F141A) is unknown color: approx Melanzane. HEX triplet: 1F, 14 and 1A. RGB value is (31,20,26). Sum of RGB (Red+Green+Blue) = 31+20+26=77 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.26% from 77); Green value is 20 (8.20% from 255 or 25.97% from 77); Blue value is 26 (10.55% from 255 or 33.77% from 77); Max value from RGB is 31 - color contains mainly: red. Hex color #1F141A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F141A is #E0EBE5. Grayscale: #171717. Windows color (decimal): -14740454 or 1709087. OLE color: 1709087.

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

Color convert

RGB312026-
CMYK00.350.160.88
HSL327.27º21.57%10%-
HSV(B)327.27º35.48%12.16%-
XYZ10.871.09-
YUV23.97129.14133.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.26%
GREEN value IS 20 (8.20% from 255) = 25.97%
BLUE value IS 26 (10.55% from 255) = 33.77%
R=40.26%
G=25.97%
B=33.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31202600.350.160.88327.2721.5710
Hex1F141A023105814716a
Octal372432043201305072612
Binary1111110100110100100011100001011000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F141A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,26); }

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

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

 a { background-color: rgb(31,20,26); }

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

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

 span { border-color: rgb(31,20,26); }

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