#220D1B

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

Shades of Melanzane #220D1B

Tints of Melanzane #220D1B

Color information

#220D1B (or 0x220D1B) is unknown color: approx Melanzane. HEX triplet: 22, 0D and 1B. RGB value is (34,13,27). Sum of RGB (Red+Green+Blue) = 34+13+27=74 (9% of max value = 765). Red value is 34 (13.67% from 255 or 45.95% from 74); Green value is 13 (5.47% from 255 or 17.57% from 74); Blue value is 27 (10.94% from 255 or 36.49% from 74); Max value from RGB is 34 - color contains mainly: red. Hex color #220D1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220D1B is #DDF2E4. Grayscale: #141414. Windows color (decimal): -14545637 or 1772834. OLE color: 1772834.

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

Color convert

RGB341327-
CMYK00.620.210.87
HSL320º44.68%9.22%-
HSV(B)320º61.76%13.33%-
XYZ10.711.12-
YUV20.88131.46137.36-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 45.95%
GREEN value IS 13 (5.47% from 255) = 17.57%
BLUE value IS 27 (10.94% from 255) = 36.49%
R=45.95%
G=17.57%
B=36.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34132700.620.210.8732044.689.22
Hex22D1B03E15571402d9
Octal421533076251275005511
Binary10001011011101101111101010110101111010000001011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220D1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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