#220E1C

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

Shades of Melanzane #220E1C

Tints of Melanzane #220E1C

Color information

#220E1C (or 0x220E1C) is unknown color: approx Melanzane. HEX triplet: 22, 0E and 1C. RGB value is (34,14,28). Sum of RGB (Red+Green+Blue) = 34+14+28=76 (10% of max value = 765). Red value is 34 (13.67% from 255 or 44.74% from 76); Green value is 14 (5.86% from 255 or 18.42% from 76); Blue value is 28 (11.33% from 255 or 36.84% from 76); Max value from RGB is 34 - color contains mainly: red. Hex color #220E1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E1C is #DDF1E3. Grayscale: #151515. Windows color (decimal): -14545380 or 1838626. OLE color: 1838626.

HSL color Cylindrical-coordinate representation of color #220E1C: hue angle of 318º degrees, saturation: 0.42, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #220E1C is Cyan = 0, Magento = 0.59, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB341428-
CMYK00.590.180.87
HSL318º41.67%9.41%-
HSV(B)318º58.82%13.33%-
XYZ1.030.741.19-
YUV21.58131.63136.86-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 44.74%
GREEN value IS 14 (5.86% from 255) = 18.42%
BLUE value IS 28 (11.33% from 255) = 36.84%
R=44.74%
G=18.42%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34142800.590.180.8731841.679.41
Hex22E1C03B125713e2a9
Octal421634073221274765211
Binary10001011101110001110111001010101111001111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #220E1C; }

 p { color: rgb(34,14,28); }

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

<style>
 a { background-color: #220E1C; }

 a { background-color: rgb(34,14,28); }

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

<style>
 span { border-color: #220E1C; }

 span { border-color: rgb(34,14,28); }

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