#3C292E

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

Shades of Aubergine #3C292E

Tints of Aubergine #3C292E

Color information

#3C292E (or 0x3C292E) is unknown color: approx Aubergine. HEX triplet: 3C, 29 and 2E. RGB value is (60,41,46). Sum of RGB (Red+Green+Blue) = 60+41+46=147 (19% of max value = 765). Red value is 60 (23.83% from 255 or 40.82% from 147); Green value is 41 (16.41% from 255 or 27.89% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 60 - color contains mainly: red. Hex color #3C292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C292E is #C3D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12834514 or 3025212. OLE color: 3025212.

HSL color Cylindrical-coordinate representation of color #3C292E: hue angle of 344.21º 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 #3C292E is Cyan = 0, Magento = 0.32, Yellow = 0.23 and Black (K on CMYK) = 0.76.

Color convert

RGB604146-
CMYK00.320.230.76
HSL344.21º18.81%19.8%-
HSV(B)344.21º31.67%23.53%-
XYZ3.152.742.95-
YUV47.25127.29137.09-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 40.82%
GREEN value IS 41 (16.41% from 255) = 27.89%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=40.82%
G=27.89%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.23
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60414600.320.230.76344.2118.8119.8
Hex3C292E020174C1581314
Octal745156040271145302324
Binary11110010100110111001000001011110011001010110001001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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