#1E0C18

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

Shades of Melanzane #1E0C18

Tints of Melanzane #1E0C18

Color information

#1E0C18 (or 0x1E0C18) is unknown color: approx Melanzane. HEX triplet: 1E, 0C and 18. RGB value is (30,12,24). Sum of RGB (Red+Green+Blue) = 30+12+24=66 (8% of max value = 765). Red value is 30 (12.11% from 255 or 45.45% from 66); Green value is 12 (5.08% from 255 or 18.18% from 66); Blue value is 24 (9.77% from 255 or 36.36% from 66); Max value from RGB is 30 - color contains mainly: red. Hex color #1E0C18 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1E0C18 is #E1F3E7. Grayscale: #121212. Windows color (decimal): -14808040 or 1575966. OLE color: 1575966.

HSL color Cylindrical-coordinate representation of color #1E0C18: hue angle of 320º degrees, saturation: 0.43, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1E0C18 is Cyan = 0, Magento = 0.60, Yellow = 0.20 and Black (K on CMYK) = 0.88.

Color convert

RGB301224-
CMYK00.600.200.88
HSL320º42.86%8.24%-
HSV(B)320º60%11.76%-
XYZ0.830.60.94-
YUV18.75130.96136.02-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 45.45%
GREEN value IS 12 (5.08% from 255) = 18.18%
BLUE value IS 24 (9.77% from 255) = 36.36%
R=45.45%
G=18.18%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.20
K (Black) values IS 0.88
SystemRedGreenBlueCMYKHSL
Decimal30122400.600.200.8832042.868.24
Hex1EC1803C14581402b8
Octal361430074241305005310
Binary1111011001100001111001010010110001010000001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E0C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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