#1E0919

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

Shades of Melanzane #1E0919

Tints of Melanzane #1E0919

Color information

#1E0919 (or 0x1E0919) is unknown color: approx Melanzane. HEX triplet: 1E, 09 and 19. RGB value is (30,9,25). Sum of RGB (Red+Green+Blue) = 30+9+25=64 (8% of max value = 765). Red value is 30 (12.11% from 255 or 46.88% from 64); Green value is 9 (3.91% from 255 or 14.06% from 64); Blue value is 25 (10.16% from 255 or 39.06% from 64); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0919 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0919 is #E1F6E6. Grayscale: #111111. Windows color (decimal): -14808807 or 1640734. OLE color: 1640734.

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

Color convert

RGB30925-
CMYK00.700.170.88
HSL314.29º53.85%7.65%-
HSV(B)314.29º70%11.76%-
XYZ0.810.540.98-
YUV17.1132.46137.2-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 46.88%
GREEN value IS 9 (3.91% from 255) = 14.06%
BLUE value IS 25 (10.16% from 255) = 39.06%
R=46.88%
G=14.06%
B=39.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3092500.700.170.88314.2953.857.65
Hex1E919046115813a368
Octal3611310106211304726610
Binary11110100111001010001101000110110001001110101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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