#1F0619

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

Shades of Melanzane #1F0619

Tints of Melanzane #1F0619

Color information

#1F0619 (or 0x1F0619) is unknown color: approx Melanzane. HEX triplet: 1F, 06 and 19. RGB value is (31,6,25). Sum of RGB (Red+Green+Blue) = 31+6+25=62 (8% of max value = 765). Red value is 31 (12.5% from 255 or 50% from 62); Green value is 6 (2.73% from 255 or 9.68% from 62); Blue value is 25 (10.16% from 255 or 40.32% from 62); Max value from RGB is 31 - color contains mainly: red. Hex color #1F0619 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F0619 is #E0F9E6. Grayscale: #0F0F0F. Windows color (decimal): -14744039 or 1639967. OLE color: 1639967.

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

Color convert

RGB31625-
CMYK00.810.190.88
HSL314.4º67.57%7.25%-
HSV(B)314.4º80.65%12.16%-
XYZ0.810.490.97-
YUV15.64133.28138.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 50%
GREEN value IS 6 (2.73% from 255) = 9.68%
BLUE value IS 25 (10.16% from 255) = 40.32%
R=50%
G=9.68%
B=40.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3162500.810.190.88314.467.577.25
Hex1F619051135813a447
Octal376310121231304721047
Binary1111111011001010100011001110110001001110101000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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