#3C272A

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

Shades of Aubergine #3C272A

Tints of Aubergine #3C272A

Color information

#3C272A (or 0x3C272A) is unknown color: approx Aubergine. HEX triplet: 3C, 27 and 2A. RGB value is (60,39,42). Sum of RGB (Red+Green+Blue) = 60+39+42=141 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.55% from 141); Green value is 39 (15.62% from 255 or 27.66% from 141); Blue value is 42 (16.80% from 255 or 29.79% from 141); Max value from RGB is 60 - color contains mainly: red. Hex color #3C272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C272A is #C3D8D5. Grayscale: #2D2D2D. Windows color (decimal): -12835030 or 2762556. OLE color: 2762556.

HSL color Cylindrical-coordinate representation of color #3C272A: hue angle of 351.43º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3C272A is Cyan = 0, Magento = 0.35, Yellow = 0.3 and Black (K on CMYK) = 0.76.

Color convert

RGB603942-
CMYK00.350.30.76
HSL351.43º21.21%19.41%-
HSV(B)351.43º35%23.53%-
XYZ3.012.582.53-
YUV45.62125.96138.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.55%
GREEN value IS 39 (15.62% from 255) = 27.66%
BLUE value IS 42 (16.80% from 255) = 29.79%
R=42.55%
G=27.66%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.3
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60394200.350.30.76351.4321.2119.41
Hex3C272A0231E4C15f1513
Octal744752043361145372523
Binary11110010011110101001000111111010011001010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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