#1E131C

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

Shades of Melanzane #1E131C

Tints of Melanzane #1E131C

Color information

#1E131C (or 0x1E131C) is unknown color: approx Melanzane. HEX triplet: 1E, 13 and 1C. RGB value is (30,19,28). Sum of RGB (Red+Green+Blue) = 30+19+28=77 (10% of max value = 765). Red value is 30 (12.11% from 255 or 38.96% from 77); Green value is 19 (7.81% from 255 or 24.68% from 77); Blue value is 28 (11.33% from 255 or 36.36% from 77); Max value from RGB is 30 - color contains mainly: red. Hex color #1E131C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E131C is #E1ECE3. Grayscale: #171717. Windows color (decimal): -14806244 or 1839902. OLE color: 1839902.

HSL color Cylindrical-coordinate representation of color #1E131C: hue angle of 310.91º degrees, saturation: 0.22, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1E131C is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.88.

Color convert

RGB301928-
CMYK00.370.070.88
HSL310.91º22.45%9.61%-
HSV(B)310.91º36.67%11.76%-
XYZ0.980.831.21-
YUV23.32130.64132.77-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 38.96%
GREEN value IS 19 (7.81% from 255) = 24.68%
BLUE value IS 28 (11.33% from 255) = 36.36%
R=38.96%
G=24.68%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30192800.370.070.88310.9122.459.61
Hex1E131C02575813716a
Octal36233404571304672612
Binary11110100111110001001011111011000100110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E131C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,19,28); }

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

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

 a { background-color: rgb(30,19,28); }

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

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

 span { border-color: rgb(30,19,28); }

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