#2C272A

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

Shades of Melanzane #2C272A

Tints of Melanzane #2C272A

Color information

#2C272A (or 0x2C272A) is unknown color: approx Melanzane. HEX triplet: 2C, 27 and 2A. RGB value is (44,39,42). Sum of RGB (Red+Green+Blue) = 44+39+42=125 (16% of max value = 765). Red value is 44 (17.58% from 255 or 35.2% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 42 (16.80% from 255 or 33.6% from 125); Max value from RGB is 44 - color contains mainly: red. Hex color #2C272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C272A is #D3D8D5. Grayscale: #282828. Windows color (decimal): -13883606 or 2762540. OLE color: 2762540.

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

Color convert

RGB443942-
CMYK00.110.050.83
HSL324º6.02%16.27%-
HSV(B)324º11.36%17.25%-
XYZ2.182.152.49-
YUV40.84128.66130.26-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 35.2%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 42 (16.80% from 255) = 33.6%
R=35.2%
G=31.2%
B=33.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.05
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal44394200.110.050.833246.0216.27
Hex2C272A0B553144610
Octal5447520135123504620
Binary10110010011110101001011101101001110100010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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