#1F181E

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

Shades of Melanzane #1F181E

Tints of Melanzane #1F181E

Color information

#1F181E (or 0x1F181E) is unknown color: approx Melanzane. HEX triplet: 1F, 18 and 1E. RGB value is (31,24,30). Sum of RGB (Red+Green+Blue) = 31+24+30=85 (11% of max value = 765). Red value is 31 (12.5% from 255 or 36.47% from 85); Green value is 24 (9.77% from 255 or 28.24% from 85); Blue value is 30 (12.11% from 255 or 35.29% from 85); Max value from RGB is 31 - color contains mainly: red. Hex color #1F181E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1F181E is #E0E7E1. Grayscale: #1A1A1A. Windows color (decimal): -14739426 or 1972255. OLE color: 1972255.

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

Color convert

RGB312430-
CMYK00.230.030.88
HSL308.57º12.73%10.78%-
HSV(B)308.57º22.58%12.16%-
XYZ1.131.041.37-
YUV26.78129.82131.01-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 36.47%
GREEN value IS 24 (9.77% from 255) = 28.24%
BLUE value IS 30 (12.11% from 255) = 35.29%
R=36.47%
G=28.24%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.03
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal31243000.230.030.88308.5712.7310.78
Hex1F181E017358135db
Octal37303602731304651513
Binary11111110001111001011111101100010011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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