#221A20

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

Shades of Melanzane #221A20

Tints of Melanzane #221A20

Color information

#221A20 (or 0x221A20) is unknown color: approx Melanzane. HEX triplet: 22, 1A and 20. RGB value is (34,26,32). Sum of RGB (Red+Green+Blue) = 34+26+32=92 (12% of max value = 765). Red value is 34 (13.67% from 255 or 36.96% from 92); Green value is 26 (10.55% from 255 or 28.26% from 92); Blue value is 32 (12.89% from 255 or 34.78% from 92); Max value from RGB is 34 - color contains mainly: red. Hex color #221A20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #221A20 is #DDE5DF. Grayscale: #1D1D1D. Windows color (decimal): -14542304 or 2103842. OLE color: 2103842.

HSL color Cylindrical-coordinate representation of color #221A20: hue angle of 315º degrees, saturation: 0.13, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #221A20 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.87.

Color convert

RGB342632-
CMYK00.240.060.87
HSL315º13.33%11.76%-
HSV(B)315º23.53%13.33%-
XYZ1.291.181.53-
YUV29.08129.65131.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 36.96%
GREEN value IS 26 (10.55% from 255) = 28.26%
BLUE value IS 32 (12.89% from 255) = 34.78%
R=36.96%
G=28.26%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34263200.240.060.8731513.3311.76
Hex221A2001865713bdc
Octal42324003061274731514
Binary10001011010100000011000110101011110011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #221A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #221A20; }

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

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

<style>
 a { background-color: #221A20; }

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

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

<style>
 span { border-color: #221A20; }

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

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