#1F191D

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

Shades of Melanzane #1F191D

Tints of Melanzane #1F191D

Color information

#1F191D (or 0x1F191D) is unknown color: approx Melanzane. HEX triplet: 1F, 19 and 1D. RGB value is (31,25,29). Sum of RGB (Red+Green+Blue) = 31+25+29=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 25 (10.16% from 255 or 29.41% from 85); Blue value is 29 (11.72% from 255 or 34.12% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191D is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191D is #E0E6E2. Grayscale: #1B1B1B. Windows color (decimal): -14739171 or 1906975. OLE color: 1906975.

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

Color convert

RGB312529-
CMYK00.190.060.88
HSL320º10.71%10.98%-
HSV(B)320º19.35%12.16%-
XYZ1.131.081.31-
YUV27.25128.99130.67-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 25 (10.16% from 255) = 29.41%
BLUE value IS 29 (11.72% from 255) = 34.12%
R=36.47%
G=29.41%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31252900.190.060.8832010.7110.98
Hex1F191D013658140bb
Octal37313502361305001313
Binary111111100111101010011110101100010100000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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