#220D1C

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

Shades of Melanzane #220D1C

Tints of Melanzane #220D1C

Color information

#220D1C (or 0x220D1C) is unknown color: approx Melanzane. HEX triplet: 22, 0D and 1C. RGB value is (34,13,28). Sum of RGB (Red+Green+Blue) = 34+13+28=75 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.33% from 75); Green value is 13 (5.47% from 255 or 17.33% from 75); Blue value is 28 (11.33% from 255 or 37.33% from 75); Max value from RGB is 34 - color contains mainly: red. Hex color #220D1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D1C is #DDF2E3. Grayscale: #141414. Windows color (decimal): -14545636 or 1838370. OLE color: 1838370.

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

Color convert

RGB341328-
CMYK00.620.180.87
HSL317.14º44.68%9.22%-
HSV(B)317.14º61.76%13.33%-
XYZ1.010.711.18-
YUV20.99131.96137.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.33%
GREEN value IS 13 (5.47% from 255) = 17.33%
BLUE value IS 28 (11.33% from 255) = 37.33%
R=45.33%
G=17.33%
B=37.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34132800.620.180.87317.1444.689.22
Hex22D1C03E125713d2d9
Octal421534076221274755511
Binary10001011011110001111101001010101111001111011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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