#1F1219

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

Shades of Melanzane #1F1219

Tints of Melanzane #1F1219

Color information

#1F1219 (or 0x1F1219) is unknown color: approx Melanzane. HEX triplet: 1F, 12 and 19. RGB value is (31,18,25). Sum of RGB (Red+Green+Blue) = 31+18+25=74 (9% of max value = 765). Red value is 31 (12.5% from 255 or 41.89% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1219 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1219 is #E0EDE6. Grayscale: #161616. Windows color (decimal): -14740967 or 1643039. OLE color: 1643039.

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

Color convert

RGB311825-
CMYK00.420.190.88
HSL327.69º26.53%9.61%-
HSV(B)327.69º41.94%12.16%-
XYZ0.960.791.02-
YUV22.68129.31133.93-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 41.89%
GREEN value IS 18 (7.42% from 255) = 24.32%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=41.89%
G=24.32%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31182500.420.190.88327.6926.539.61
Hex1F121902A13581481ba
Octal372231052231305103312
Binary1111110010110010101010100111011000101001000110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1219

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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