#2C222A

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

Shades of Melanzane #2C222A

Tints of Melanzane #2C222A

Color information

#2C222A (or 0x2C222A) is unknown color: approx Melanzane. HEX triplet: 2C, 22 and 2A. RGB value is (44,34,42). Sum of RGB (Red+Green+Blue) = 44+34+42=120 (15% of max value = 765). Red value is 44 (17.58% from 255 or 36.67% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 44 - color contains mainly: red. Hex color #2C222A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C222A is #D3DDD5. Grayscale: #252525. Windows color (decimal): -13884886 or 2761260. OLE color: 2761260.

HSL color Cylindrical-coordinate representation of color #2C222A: hue angle of 312º degrees, saturation: 0.13, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C222A is Cyan = 0, Magento = 0.23, Yellow = 0.05 and Black (K on CMYK) = 0.83.

Color convert

RGB443442-
CMYK00.230.050.83
HSL312º12.82%15.29%-
HSV(B)312º22.73%17.25%-
XYZ2.031.852.44-
YUV37.9130.31132.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.67%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 42 (16.80% from 255) = 35%
R=36.67%
G=28.33%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44344200.230.050.8331212.8215.29
Hex2C222A017553138df
Octal54425202751234701517
Binary101100100010101010010111101101001110011100011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C222A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2C222A; }

 p { color: rgb(44,34,42); }

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

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

 a { background-color: rgb(44,34,42); }

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

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

 span { border-color: rgb(44,34,42); }

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