#2C2027

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

Shades of Melanzane #2C2027

Tints of Melanzane #2C2027

Color information

#2C2027 (or 0x2C2027) is unknown color: approx Melanzane. HEX triplet: 2C, 20 and 27. RGB value is (44,32,39). Sum of RGB (Red+Green+Blue) = 44+32+39=115 (15% of max value = 765). Red value is 44 (17.58% from 255 or 38.26% from 115); Green value is 32 (12.89% from 255 or 27.83% from 115); Blue value is 39 (15.62% from 255 or 33.91% from 115); Max value from RGB is 44 - color contains mainly: red. Hex color #2C2027 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C2027 is #D3DFD8. Grayscale: #242424. Windows color (decimal): -13885401 or 2564140. OLE color: 2564140.

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

Color convert

RGB443239-
CMYK00.270.110.83
HSL325º15.79%14.9%-
HSV(B)325º27.27%17.25%-
XYZ1.921.712.15-
YUV36.39129.48133.43-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 38.26%
GREEN value IS 32 (12.89% from 255) = 27.83%
BLUE value IS 39 (15.62% from 255) = 33.91%
R=38.26%
G=27.83%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.11
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44323900.270.110.8332515.7914.9
Hex2C202701BB5314510f
Octal544047033131235052017
Binary10110010000010011101101110111010011101000101100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C2027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,32,39); }

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

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

 a { background-color: rgb(44,32,39); }

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

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

 span { border-color: rgb(44,32,39); }

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