#3C292C

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

Shades of Aubergine #3C292C

Tints of Aubergine #3C292C

Color information

#3C292C (or 0x3C292C) is unknown color: approx Aubergine. HEX triplet: 3C, 29 and 2C. RGB value is (60,41,44). Sum of RGB (Red+Green+Blue) = 60+41+44=145 (19% of max value = 765). Red value is 60 (23.83% from 255 or 41.38% from 145); Green value is 41 (16.41% from 255 or 28.28% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292C is #C3D6D3. Grayscale: #2F2F2F. Windows color (decimal): -12834516 or 2894140. OLE color: 2894140.

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

Color convert

RGB604144-
CMYK00.320.270.76
HSL350.53º18.81%19.8%-
HSV(B)350.53º31.67%23.53%-
XYZ3.112.732.75-
YUV47.02126.29137.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 41.38%
GREEN value IS 41 (16.41% from 255) = 28.28%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=41.38%
G=28.28%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60414400.320.270.76350.5318.8119.8
Hex3C292C0201B4C15f1314
Octal745154040331145372324
Binary11110010100110110001000001101110011001010111111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,41,44); }

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

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

 a { background-color: rgb(60,41,44); }

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

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

 span { border-color: rgb(60,41,44); }

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