#222021

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

Shades of Melanzane #222021

Tints of Melanzane #222021

Color information

#222021 (or 0x222021) is unknown color: approx Melanzane. HEX triplet: 22, 20 and 21. RGB value is (34,32,33). Sum of RGB (Red+Green+Blue) = 34+32+33=99 (13% of max value = 765). Red value is 34 (13.67% from 255 or 34.34% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 33 (13.28% from 255 or 33.33% from 99); Max value from RGB is 34 - color contains mainly: red. Hex color #222021 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222021 is #DDDFDE. Grayscale: #202020. Windows color (decimal): -14540767 or 2170914. OLE color: 2170914.

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

Color convert

RGB343233-
CMYK00.060.030.87
HSL330º3.03%12.94%-
HSV(B)330º5.88%13.33%-
XYZ1.451.481.65-
YUV32.71128.16128.92-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 34.34%
GREEN value IS 32 (12.89% from 255) = 32.32%
BLUE value IS 33 (13.28% from 255) = 33.33%
R=34.34%
G=32.32%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34323300.060.030.873303.0312.94
Hex2220210635714a3d
Octal424041063127512315
Binary1000101000001000010110111010111101001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222021; }

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

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

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

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

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

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

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

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