#1F131A

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

Shades of Melanzane #1F131A

Tints of Melanzane #1F131A

Color information

#1F131A (or 0x1F131A) is unknown color: approx Melanzane. HEX triplet: 1F, 13 and 1A. RGB value is (31,19,26). Sum of RGB (Red+Green+Blue) = 31+19+26=76 (10% of max value = 765). Red value is 31 (12.5% from 255 or 40.79% from 76); Green value is 19 (7.81% from 255 or 25% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 31 - color contains mainly: red. Hex color #1F131A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F131A is #E0ECE5. Grayscale: #171717. Windows color (decimal): -14740710 or 1708831. OLE color: 1708831.

HSL color Cylindrical-coordinate representation of color #1F131A: hue angle of 325º 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 #1F131A is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.88.

Color convert

RGB311926-
CMYK00.390.160.88
HSL325º24%9.8%-
HSV(B)325º38.71%12.16%-
XYZ0.980.831.09-
YUV23.39129.48133.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 40.79%
GREEN value IS 19 (7.81% from 255) = 25%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=40.79%
G=25%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31192600.390.160.88325249.8
Hex1F131A027105814518a
Octal372332047201305053012
Binary1111110011110100100111100001011000101000101110001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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