#1F191E

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

Shades of Melanzane #1F191E

Tints of Melanzane #1F191E

Color information

#1F191E (or 0x1F191E) is unknown color: approx Melanzane. HEX triplet: 1F, 19 and 1E. RGB value is (31,25,30). Sum of RGB (Red+Green+Blue) = 31+25+30=86 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.05% from 86); Green value is 25 (10.16% from 255 or 29.07% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 31 - color contains mainly: red. Hex color #1F191E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F191E is #E0E6E1. Grayscale: #1B1B1B. Windows color (decimal): -14739170 or 1972511. OLE color: 1972511.

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

Color convert

RGB312530-
CMYK00.190.030.88
HSL310º10.71%10.98%-
HSV(B)310º19.35%12.16%-
XYZ1.151.081.38-
YUV27.36129.49130.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.05%
GREEN value IS 25 (10.16% from 255) = 29.07%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=36.05%
G=29.07%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31253000.190.030.8831010.7110.98
Hex1F191E013358136bb
Octal37313602331304661313
Binary11111110011111001001111101100010011011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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