#3A292C

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

Shades of Aubergine #3A292C

Tints of Aubergine #3A292C

Color information

#3A292C (or 0x3A292C) is unknown color: approx Aubergine. HEX triplet: 3A, 29 and 2C. RGB value is (58,41,44). Sum of RGB (Red+Green+Blue) = 58+41+44=143 (18% of max value = 765). Red value is 58 (23.05% from 255 or 40.56% from 143); Green value is 41 (16.41% from 255 or 28.67% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 58 - color contains mainly: red. Hex color #3A292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A292C is #C5D6D3. Grayscale: #2E2E2E. Windows color (decimal): -12965588 or 2894138. OLE color: 2894138.

HSL color Cylindrical-coordinate representation of color #3A292C: hue angle of 349.41º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3A292C is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.77.

Color convert

RGB584144-
CMYK00.290.240.77
HSL349.41º17.17%19.41%-
HSV(B)349.41º29.31%22.75%-
XYZ2.992.672.74-
YUV46.42126.63136.26-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 40.56%
GREEN value IS 41 (16.41% from 255) = 28.67%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=40.56%
G=28.67%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.24
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58414400.290.240.77349.4117.1719.41
Hex3A292C01D184D15d1113
Octal725154035301155352123
Binary1110101010011011000111011100010011011010111011000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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