#1E1319

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

Shades of Melanzane #1E1319

Tints of Melanzane #1E1319

Color information

#1E1319 (or 0x1E1319) is unknown color: approx Melanzane. HEX triplet: 1E, 13 and 19. RGB value is (30,19,25). Sum of RGB (Red+Green+Blue) = 30+19+25=74 (9% of max value = 765). Red value is 30 (12.11% from 255 or 40.54% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 25 (10.16% from 255 or 33.78% from 74); Max value from RGB is 30 - color contains mainly: red. Hex color #1E1319 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E1319 is #E1ECE6. Grayscale: #161616. Windows color (decimal): -14806247 or 1643294. OLE color: 1643294.

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

Color convert

RGB301925-
CMYK00.370.170.88
HSL327.27º22.45%9.61%-
HSV(B)327.27º36.67%11.76%-
XYZ0.940.811.03-
YUV22.97129.14133.01-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 40.54%
GREEN value IS 19 (7.81% from 255) = 25.68%
BLUE value IS 25 (10.16% from 255) = 33.78%
R=40.54%
G=25.68%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30192500.370.170.88327.2722.459.61
Hex1E1319025115814716a
Octal362331045211305072612
Binary1111010011110010100101100011011000101000111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E1319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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