#1F1119

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

Shades of Melanzane #1F1119

Tints of Melanzane #1F1119

Color information

#1F1119 (or 0x1F1119) is unknown color: approx Melanzane. HEX triplet: 1F, 11 and 19. RGB value is (31,17,25). Sum of RGB (Red+Green+Blue) = 31+17+25=73 (9% of max value = 765). Red value is 31 (12.5% from 255 or 42.47% from 73); Green value is 17 (7.03% from 255 or 23.29% from 73); Blue value is 25 (10.16% from 255 or 34.25% from 73); Max value from RGB is 31 - color contains mainly: red. Hex color #1F1119 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1F1119 is #E0EEE6. Grayscale: #161616. Windows color (decimal): -14741223 or 1642783. OLE color: 1642783.

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

Color convert

RGB311725-
CMYK00.450.190.88
HSL325.71º29.17%9.41%-
HSV(B)325.71º45.16%12.16%-
XYZ0.940.761.02-
YUV22.1129.64134.35-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 42.47%
GREEN value IS 17 (7.03% from 255) = 23.29%
BLUE value IS 25 (10.16% from 255) = 34.25%
R=42.47%
G=23.29%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.19
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31172500.450.190.88325.7129.179.41
Hex1F111902D13581461d9
Octal372131055231305063511
Binary1111110001110010101101100111011000101000110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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