#1E0118

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

Shades of Melanzane #1E0118

Tints of Melanzane #1E0118

Color information

#1E0118 (or 0x1E0118) is unknown color: approx Melanzane. HEX triplet: 1E, 01 and 18. RGB value is (30,1,24). Sum of RGB (Red+Green+Blue) = 30+1+24=55 (7% of max value = 765). Red value is 30 (12.11% from 255 or 54.55% from 55); Green value is 1 (0.78% from 255 or 1.82% from 55); Blue value is 24 (9.77% from 255 or 43.64% from 55); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0118 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0118 is #E1FEE7. Grayscale: #0C0C0C. Windows color (decimal): -14810856 or 1573150. OLE color: 1573150.

HSL color Cylindrical-coordinate representation of color #1E0118: hue angle of 312.41º degrees, saturation: 0.94, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #1E0118 is Cyan = 0, Magento = 0.97, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB30124-
CMYK00.970.200.88
HSL312.41º93.55%6.08%-
HSV(B)312.41º96.67%11.76%-
XYZ0.710.360.9-
YUV12.29134.61140.63-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 54.55%
GREEN value IS 1 (0.78% from 255) = 1.82%
BLUE value IS 24 (9.77% from 255) = 43.64%
R=54.55%
G=1.82%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal3012400.970.200.88312.4193.556.08
Hex1E11806114581385e6
Octal361300141241304701366
Binary11110111000011000011010010110001001110001011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0118

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,1,24); }

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

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

 a { background-color: rgb(30,1,24); }

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

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

 span { border-color: rgb(30,1,24); }

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