#1F0419

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

Shades of Melanzane #1F0419

Tints of Melanzane #1F0419

Color information

#1F0419 (or 0x1F0419) is unknown color: approx Melanzane. HEX triplet: 1F, 04 and 19. RGB value is (31,4,25). Sum of RGB (Red+Green+Blue) = 31+4+25=60 (7% of max value = 765). Red value is 31 (12.5% from 255 or 51.67% from 60); Green value is 4 (1.95% from 255 or 6.67% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0419 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0419 is #E0FBE6. Grayscale: #0E0E0E. Windows color (decimal): -14744551 or 1639455. OLE color: 1639455.

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

Color convert

RGB31425-
CMYK00.870.190.88
HSL313.33º77.14%6.86%-
HSV(B)313.33º87.1%12.16%-
XYZ0.780.450.96-
YUV14.47133.95139.79-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 51.67%
GREEN value IS 4 (1.95% from 255) = 6.67%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=51.67%
G=6.67%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3142500.870.190.88313.3377.146.86
Hex1F41905713581394d7
Octal374310127231304711157
Binary1111110011001010101111001110110001001110011001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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