#220E1E

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

Shades of Melanzane #220E1E

Tints of Melanzane #220E1E

Color information

#220E1E (or 0x220E1E) is unknown color: approx Melanzane. HEX triplet: 22, 0E and 1E. RGB value is (34,14,30). Sum of RGB (Red+Green+Blue) = 34+14+30=78 (10% of max value = 765). Red value is 34 (13.67% from 255 or 43.59% from 78); Green value is 14 (5.86% from 255 or 17.95% from 78); Blue value is 30 (12.11% from 255 or 38.46% from 78); Max value from RGB is 34 - color contains mainly: red. Hex color #220E1E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E1E is #DDF1E1. Grayscale: #151515. Windows color (decimal): -14545378 or 1969698. OLE color: 1969698.

HSL color Cylindrical-coordinate representation of color #220E1E: hue angle of 312º 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 #220E1E is Cyan = 0, Magento = 0.59, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB341430-
CMYK00.590.120.87
HSL312º41.67%9.41%-
HSV(B)312º58.82%13.33%-
XYZ1.050.751.32-
YUV21.8132.63136.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 43.59%
GREEN value IS 14 (5.86% from 255) = 17.95%
BLUE value IS 30 (12.11% from 255) = 38.46%
R=43.59%
G=17.95%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34143000.590.120.8731241.679.41
Hex22E1E03BC571382a9
Octal421636073141274705211
Binary1000101110111100111011110010101111001110001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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