#1E0519

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

Shades of Melanzane #1E0519

Tints of Melanzane #1E0519

Color information

#1E0519 (or 0x1E0519) is unknown color: approx Melanzane. HEX triplet: 1E, 05 and 19. RGB value is (30,5,25). Sum of RGB (Red+Green+Blue) = 30+5+25=60 (7% of max value = 765). Red value is 30 (12.11% from 255 or 50% from 60); Green value is 5 (2.34% from 255 or 8.33% from 60); Blue value is 25 (10.16% from 255 or 41.67% from 60); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0519 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0519 is #E1FAE6. Grayscale: #0E0E0E. Windows color (decimal): -14809831 or 1639710. OLE color: 1639710.

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

Color convert

RGB30525-
CMYK00.830.170.88
HSL312º71.43%6.86%-
HSV(B)312º83.33%11.76%-
XYZ0.770.450.97-
YUV14.75133.78138.87-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 50%
GREEN value IS 5 (2.34% from 255) = 8.33%
BLUE value IS 25 (10.16% from 255) = 41.67%
R=50%
G=8.33%
B=41.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3052500.830.170.8831271.436.86
Hex1E5190531158138477
Octal365310123211304701077
Binary1111010111001010100111000110110001001110001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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