#220B1A

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

Shades of Melanzane #220B1A

Tints of Melanzane #220B1A

Color information

#220B1A (or 0x220B1A) is unknown color: approx Melanzane. HEX triplet: 22, 0B and 1A. RGB value is (34,11,26). Sum of RGB (Red+Green+Blue) = 34+11+26=71 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.89% from 71); Green value is 11 (4.69% from 255 or 15.49% from 71); Blue value is 26 (10.55% from 255 or 36.62% from 71); Max value from RGB is 34 - color contains mainly: red. Hex color #220B1A is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B1A is #DDF4E5. Grayscale: #131313. Windows color (decimal): -14546150 or 1706786. OLE color: 1706786.

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

Color convert

RGB341126-
CMYK00.680.240.87
HSL320.87º51.11%8.82%-
HSV(B)320.87º67.65%13.33%-
XYZ0.970.651.05-
YUV19.59131.62138.28-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.89%
GREEN value IS 11 (4.69% from 255) = 15.49%
BLUE value IS 26 (10.55% from 255) = 36.62%
R=47.89%
G=15.49%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34112600.680.240.87320.8751.118.82
Hex22B1A0441857141339
Octal4213320104301275016311
Binary100010101111010010001001100010101111010000011100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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