#1F1019

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

Shades of Melanzane #1F1019

Tints of Melanzane #1F1019

Color information

#1F1019 (or 0x1F1019) is unknown color: approx Melanzane. HEX triplet: 1F, 10 and 19. RGB value is (31,16,25). Sum of RGB (Red+Green+Blue) = 31+16+25=72 (9% of max value = 765). Red value is 31 (12.5% from 255 or 43.06% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 25 (10.16% from 255 or 34.72% from 72); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1019 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1019 is #E0EFE6. Grayscale: #151515. Windows color (decimal): -14741479 or 1642527. OLE color: 1642527.

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

Color convert

RGB311625-
CMYK00.480.190.88
HSL324º31.91%9.22%-
HSV(B)324º48.39%12.16%-
XYZ0.930.731.01-
YUV21.51129.97134.77-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 43.06%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 25 (10.16% from 255) = 34.72%
R=43.06%
G=22.22%
B=34.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31162500.480.190.8832431.919.22
Hex1F10190301358144209
Octal372031060231305044011
Binary11111100001100101100001001110110001010001001000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,25); }

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

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

 a { background-color: rgb(31,16,25); }

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

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

 span { border-color: rgb(31,16,25); }

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