#1E0A1A

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

Shades of Melanzane #1E0A1A

Tints of Melanzane #1E0A1A

Color information

#1E0A1A (or 0x1E0A1A) is unknown color: approx Melanzane. HEX triplet: 1E, 0A and 1A. RGB value is (30,10,26). Sum of RGB (Red+Green+Blue) = 30+10+26=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 10 (4.30% from 255 or 15.15% from 66); Blue value is 26 (10.55% from 255 or 39.39% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0A1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0A1A is #E1F5E5. Grayscale: #111111. Windows color (decimal): -14808550 or 1706526. OLE color: 1706526.

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

Color convert

RGB301026-
CMYK00.670.130.88
HSL312º50%7.84%-
HSV(B)312º66.67%11.76%-
XYZ0.830.571.04-
YUV17.8132.63136.7-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 10 (4.30% from 255) = 15.15%
BLUE value IS 26 (10.55% from 255) = 39.39%
R=45.45%
G=15.15%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30102600.670.130.88312507.84
Hex1EA1A043D58138328
Octal3612320103151304706210
Binary1111010101101001000011110110110001001110001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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