#1E091A

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

Shades of Melanzane #1E091A

Tints of Melanzane #1E091A

Color information

#1E091A (or 0x1E091A) is unknown color: approx Melanzane. HEX triplet: 1E, 09 and 1A. RGB value is (30,9,26). Sum of RGB (Red+Green+Blue) = 30+9+26=65 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.15% from 65); Green value is 9 (3.91% from 255 or 13.85% from 65); Blue value is 26 (10.55% from 255 or 40% from 65); Max value from RGB is 30 - color contains mainly: red. Hex color #1E091A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E091A is #E1F6E5. Grayscale: #111111. Windows color (decimal): -14808806 or 1706270. OLE color: 1706270.

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

Color convert

RGB30926-
CMYK00.700.130.88
HSL311.43º53.85%7.65%-
HSV(B)311.43º70%11.76%-
XYZ0.820.551.04-
YUV17.22132.96137.12-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.15%
GREEN value IS 9 (3.91% from 255) = 13.85%
BLUE value IS 26 (10.55% from 255) = 40%
R=46.15%
G=13.85%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3092600.700.130.88311.4353.857.65
Hex1E91A046D58137368
Octal3611320106151304676610
Binary1111010011101001000110110110110001001101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E091A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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