#2C242A

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

Shades of Melanzane #2C242A

Tints of Melanzane #2C242A

Color information

#2C242A (or 0x2C242A) is unknown color: approx Melanzane. HEX triplet: 2C, 24 and 2A. RGB value is (44,36,42). Sum of RGB (Red+Green+Blue) = 44+36+42=122 (16% of max value = 765). Red value is 44 (17.58% from 255 or 36.07% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 42 (16.80% from 255 or 34.43% from 122); Max value from RGB is 44 - color contains mainly: red. Hex color #2C242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C242A is #D3DBD5. Grayscale: #272727. Windows color (decimal): -13884374 or 2761772. OLE color: 2761772.

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

Color convert

RGB443642-
CMYK00.180.050.83
HSL315º10%15.69%-
HSV(B)315º18.18%17.25%-
XYZ2.091.962.46-
YUV39.08129.65131.51-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 36.07%
GREEN value IS 36 (14.45% from 255) = 29.51%
BLUE value IS 42 (16.80% from 255) = 34.43%
R=36.07%
G=29.51%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44364200.180.050.833151015.69
Hex2C242A01255313ba10
Octal54445202251234731220
Binary1011001001001010100100101011010011100111011101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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