#1E1A1C

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

Shades of Melanzane #1E1A1C

Tints of Melanzane #1E1A1C

Color information

#1E1A1C (or 0x1E1A1C) is unknown color: approx Melanzane. HEX triplet: 1E, 1A and 1C. RGB value is (30,26,28). Sum of RGB (Red+Green+Blue) = 30+26+28=84 (11% of max value = 765). Red value is 30 (12.11% from 255 or 35.71% from 84); Green value is 26 (10.55% from 255 or 30.95% from 84); Blue value is 28 (11.33% from 255 or 33.33% from 84); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E1A1C is #E1E5E3. Grayscale: #1B1B1B. Windows color (decimal): -14804452 or 1841694. OLE color: 1841694.

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

Color convert

RGB302628-
CMYK00.130.070.88
HSL330º7.14%10.98%-
HSV(B)330º13.33%11.76%-
XYZ1.111.11.25-
YUV27.42128.33129.84-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 35.71%
GREEN value IS 26 (10.55% from 255) = 30.95%
BLUE value IS 28 (11.33% from 255) = 33.33%
R=35.71%
G=30.95%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.07
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30262800.130.070.883307.1410.98
Hex1E1A1C0D75814a7b
Octal3632340157130512713
Binary1111011010111000110111110110001010010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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