#1E0E18

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

Shades of Melanzane #1E0E18

Tints of Melanzane #1E0E18

Color information

#1E0E18 (or 0x1E0E18) is unknown color: approx Melanzane. HEX triplet: 1E, 0E and 18. RGB value is (30,14,24). Sum of RGB (Red+Green+Blue) = 30+14+24=68 (9% of max value = 765). Red value is 30 (12.11% from 255 or 44.12% from 68); Green value is 14 (5.86% from 255 or 20.59% from 68); Blue value is 24 (9.77% from 255 or 35.29% from 68); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0E18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0E18 is #E1F1E7. Grayscale: #131313. Windows color (decimal): -14807528 or 1576478. OLE color: 1576478.

HSL color Cylindrical-coordinate representation of color #1E0E18: hue angle of 322.5º 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 #1E0E18 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB301424-
CMYK00.530.200.88
HSL322.5º36.36%8.63%-
HSV(B)322.5º53.33%11.76%-
XYZ0.860.660.95-
YUV19.92130.3135.19-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 44.12%
GREEN value IS 14 (5.86% from 255) = 20.59%
BLUE value IS 24 (9.77% from 255) = 35.29%
R=44.12%
G=20.59%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30142400.530.200.88322.536.368.63
Hex1EE180351458142249
Octal361630065241305024411
Binary1111011101100001101011010010110001010000101001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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