#1E0819

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

Shades of Melanzane #1E0819

Tints of Melanzane #1E0819

Color information

#1E0819 (or 0x1E0819) is unknown color: approx Melanzane. HEX triplet: 1E, 08 and 19. RGB value is (30,8,25). Sum of RGB (Red+Green+Blue) = 30+8+25=63 (8% of max value = 765). Red value is 30 (12.11% from 255 or 47.62% from 63); Green value is 8 (3.52% from 255 or 12.70% from 63); Blue value is 25 (10.16% from 255 or 39.68% from 63); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0819 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0819 is #E1F7E6. Grayscale: #101010. Windows color (decimal): -14809063 or 1640478. OLE color: 1640478.

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

Color convert

RGB30825-
CMYK00.730.170.88
HSL313.64º57.89%7.45%-
HSV(B)313.64º73.33%11.76%-
XYZ0.80.520.98-
YUV16.52132.79137.62-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 47.62%
GREEN value IS 8 (3.52% from 255) = 12.70%
BLUE value IS 25 (10.16% from 255) = 39.68%
R=47.62%
G=12.70%
B=39.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.17
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3082500.730.170.88313.6457.897.45
Hex1E819049115813a3a7
Octal361031011121130472727
Binary1111010001100101001001100011011000100111010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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