#3A2C2F

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

Shades of Aubergine #3A2C2F

Tints of Aubergine #3A2C2F

Color information

#3A2C2F (or 0x3A2C2F) is unknown color: approx Aubergine. HEX triplet: 3A, 2C and 2F. RGB value is (58,44,47). Sum of RGB (Red+Green+Blue) = 58+44+47=149 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.93% from 149); Green value is 44 (17.58% from 255 or 29.53% from 149); Blue value is 47 (18.75% from 255 or 31.54% from 149); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C2F is #C5D3D0. Grayscale: #303030. Windows color (decimal): -12964817 or 3091514. OLE color: 3091514.

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

Color convert

RGB584447-
CMYK00.240.190.77
HSL347.14º13.73%20%-
HSV(B)347.14º24.14%22.75%-
XYZ3.162.913.08-
YUV48.53127.14134.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.93%
GREEN value IS 44 (17.58% from 255) = 29.53%
BLUE value IS 47 (18.75% from 255) = 31.54%
R=38.93%
G=29.53%
B=31.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.19
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58444700.240.190.77347.1413.7320
Hex3A2C2F018134D15be14
Octal725457030231155331624
Binary111010101100101111011000100111001101101011011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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