#22121E

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

Shades of Melanzane #22121E

Tints of Melanzane #22121E

Color information

#22121E (or 0x22121E) is unknown color: approx Melanzane. HEX triplet: 22, 12 and 1E. RGB value is (34,18,30). Sum of RGB (Red+Green+Blue) = 34+18+30=82 (10% of max value = 765). Red value is 34 (13.67% from 255 or 41.46% from 82); Green value is 18 (7.42% from 255 or 21.95% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 34 - color contains mainly: red. Hex color #22121E is not a web safe color. Web safe color analog (approx): #330033. Inversed color of #22121E is #DDEDE1. Grayscale: #181818. Windows color (decimal): -14544354 or 1970722. OLE color: 1970722.

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

Color convert

RGB341830-
CMYK00.470.120.87
HSL315º30.77%10.2%-
HSV(B)315º47.06%13.33%-
XYZ1.110.871.34-
YUV24.15131.3135.02-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 41.46%
GREEN value IS 18 (7.42% from 255) = 21.95%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=41.46%
G=21.95%
B=36.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal34183000.470.120.8731530.7710.2
Hex22121E02FC5713b1fa
Octal422236057141274733712
Binary1000101001011110010111111001010111100111011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #22121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #22121E; }

 p { color: rgb(34,18,30); }

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

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

 a { background-color: rgb(34,18,30); }

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

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

 span { border-color: rgb(34,18,30); }

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