#220E1B

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

Shades of Melanzane #220E1B

Tints of Melanzane #220E1B

Color information

#220E1B (or 0x220E1B) is unknown color: approx Melanzane. HEX triplet: 22, 0E and 1B. RGB value is (34,14,27). Sum of RGB (Red+Green+Blue) = 34+14+27=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 14 (5.86% from 255 or 18.67% from 75); Blue value is 27 (10.94% from 255 or 36% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #220E1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220E1B is #DDF1E4. Grayscale: #151515. Windows color (decimal): -14545381 or 1773090. OLE color: 1773090.

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

Color convert

RGB341427-
CMYK00.590.210.87
HSL321º41.67%9.41%-
HSV(B)321º58.82%13.33%-
XYZ1.010.731.12-
YUV21.46131.13136.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 14 (5.86% from 255) = 18.67%
BLUE value IS 27 (10.94% from 255) = 36%
R=45.33%
G=18.67%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34142700.590.210.8732141.679.41
Hex22E1B03B15571412a9
Octal421633073251275015211
Binary10001011101101101110111010110101111010000011010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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