#220B1C

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

Shades of Melanzane #220B1C

Tints of Melanzane #220B1C

Color information

#220B1C (or 0x220B1C) is unknown color: approx Melanzane. HEX triplet: 22, 0B and 1C. RGB value is (34,11,28). Sum of RGB (Red+Green+Blue) = 34+11+28=73 (9% of max value = 765). Red value is 34 (13.67% from 255 or 46.58% from 73); Green value is 11 (4.69% from 255 or 15.07% from 73); Blue value is 28 (11.33% from 255 or 38.36% from 73); Max value from RGB is 34 - color contains mainly: red. Hex color #220B1C is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B1C is #DDF4E3. Grayscale: #131313. Windows color (decimal): -14546148 or 1837858. OLE color: 1837858.

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

Color convert

RGB341128-
CMYK00.680.180.87
HSL315.65º51.11%8.82%-
HSV(B)315.65º67.65%13.33%-
XYZ0.990.661.17-
YUV19.82132.62138.12-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 46.58%
GREEN value IS 11 (4.69% from 255) = 15.07%
BLUE value IS 28 (11.33% from 255) = 38.36%
R=46.58%
G=15.07%
B=38.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34112800.680.180.87315.6551.118.82
Hex22B1C044125713c339
Octal4213340104221274746311
Binary100010101111100010001001001010101111001111001100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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