#1E0E1B

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

Shades of Melanzane #1E0E1B

Tints of Melanzane #1E0E1B

Color information

#1E0E1B (or 0x1E0E1B) is unknown color: approx Melanzane. HEX triplet: 1E, 0E and 1B. RGB value is (30,14,27). Sum of RGB (Red+Green+Blue) = 30+14+27=71 (9% of max value = 765). Red value is 30 (12.11% from 255 or 42.25% from 71); Green value is 14 (5.86% from 255 or 19.72% from 71); Blue value is 27 (10.94% from 255 or 38.03% from 71); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #1E0E1B is #E1F1E4. Grayscale: #141414. Windows color (decimal): -14807525 or 1773086. OLE color: 1773086.

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

Color convert

RGB301427-
CMYK00.530.100.88
HSL311.25º36.36%8.63%-
HSV(B)311.25º53.33%11.76%-
XYZ0.890.671.12-
YUV20.27131.8134.94-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 42.25%
GREEN value IS 14 (5.86% from 255) = 19.72%
BLUE value IS 27 (10.94% from 255) = 38.03%
R=42.25%
G=19.72%
B=38.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.10
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30142700.530.100.88311.2536.368.63
Hex1EE1B035A58137249
Octal361633065121304674411
Binary111101110110110110101101010110001001101111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,14,27); }

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

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

 a { background-color: rgb(30,14,27); }

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

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

 span { border-color: rgb(30,14,27); }

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