#1F121A

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

Shades of Melanzane #1F121A

Tints of Melanzane #1F121A

Color information

#1F121A (or 0x1F121A) is unknown color: approx Melanzane. HEX triplet: 1F, 12 and 1A. RGB value is (31,18,26). Sum of RGB (Red+Green+Blue) = 31+18+26=75 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 26 (10.55% from 255 or 34.67% from 75); Max value from RGB is 31 - color contains mainly: red. Hex color #1F121A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F121A is #E0EDE5. Grayscale: #161616. Windows color (decimal): -14740966 or 1708575. OLE color: 1708575.

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

Color convert

RGB311826-
CMYK00.420.160.88
HSL323.08º26.53%9.61%-
HSV(B)323.08º41.94%12.16%-
XYZ0.970.81.08-
YUV22.8129.81133.85-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.33%
GREEN value IS 18 (7.42% from 255) = 24%
BLUE value IS 26 (10.55% from 255) = 34.67%
R=41.33%
G=24%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.16
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182600.420.160.88323.0826.539.61
Hex1F121A02A10581431ba
Octal372232052201305033312
Binary1111110010110100101010100001011000101000011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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