#1E101A

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

Shades of Melanzane #1E101A

Tints of Melanzane #1E101A

Color information

#1E101A (or 0x1E101A) is unknown color: approx Melanzane. HEX triplet: 1E, 10 and 1A. RGB value is (30,16,26). Sum of RGB (Red+Green+Blue) = 30+16+26=72 (9% of max value = 765). Red value is 30 (12.11% from 255 or 41.67% from 72); Green value is 16 (6.64% from 255 or 22.22% from 72); Blue value is 26 (10.55% from 255 or 36.11% from 72); Max value from RGB is 30 - color contains mainly: red. Hex color #1E101A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E101A is #E1EFE5. Grayscale: #151515. Windows color (decimal): -14807014 or 1708062. OLE color: 1708062.

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

Color convert

RGB301626-
CMYK00.470.130.88
HSL317.14º30.43%9.02%-
HSV(B)317.14º46.67%11.76%-
XYZ0.910.721.07-
YUV21.33130.64134.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 41.67%
GREEN value IS 16 (6.64% from 255) = 22.22%
BLUE value IS 26 (10.55% from 255) = 36.11%
R=41.67%
G=22.22%
B=36.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.13
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30162600.470.130.88317.1430.439.02
Hex1E101A02FD5813d1e9
Octal362032057151304753611
Binary111101000011010010111111011011000100111101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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