#220B1B

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

Shades of Melanzane #220B1B

Tints of Melanzane #220B1B

Color information

#220B1B (or 0x220B1B) is unknown color: approx Melanzane. HEX triplet: 22, 0B and 1B. RGB value is (34,11,27). Sum of RGB (Red+Green+Blue) = 34+11+27=72 (9% of max value = 765). Red value is 34 (13.67% from 255 or 47.22% from 72); Green value is 11 (4.69% from 255 or 15.28% from 72); Blue value is 27 (10.94% from 255 or 37.5% from 72); Max value from RGB is 34 - color contains mainly: red. Hex color #220B1B is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #220B1B is #DDF4E4. Grayscale: #131313. Windows color (decimal): -14546149 or 1772322. OLE color: 1772322.

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

Color convert

RGB341127-
CMYK00.680.210.87
HSL318.26º51.11%8.82%-
HSV(B)318.26º67.65%13.33%-
XYZ0.980.661.11-
YUV19.7132.12138.2-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 47.22%
GREEN value IS 11 (4.69% from 255) = 15.28%
BLUE value IS 27 (10.94% from 255) = 37.5%
R=47.22%
G=15.28%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.21
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34112700.680.210.87318.2651.118.82
Hex22B1B044155713e339
Octal4213330104251274766311
Binary100010101111011010001001010110101111001111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #220B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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