#3A2C30

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

Shades of Aubergine #3A2C30

Tints of Aubergine #3A2C30

Color information

#3A2C30 (or 0x3A2C30) is unknown color: approx Aubergine. HEX triplet: 3A, 2C and 30. RGB value is (58,44,48). Sum of RGB (Red+Green+Blue) = 58+44+48=150 (19% of max value = 765). Red value is 58 (23.05% from 255 or 38.67% from 150); Green value is 44 (17.58% from 255 or 29.33% from 150); Blue value is 48 (19.14% from 255 or 32% from 150); Max value from RGB is 58 - color contains mainly: red. Hex color #3A2C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A2C30 is #C5D3CF. Grayscale: #303030. Windows color (decimal): -12964816 or 3157050. OLE color: 3157050.

HSL color Cylindrical-coordinate representation of color #3A2C30: hue angle of 342.86º 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 #3A2C30 is Cyan = 0, Magento = 0.24, Yellow = 0.17 and Black (K on CMYK) = 0.77.

Color convert

RGB584448-
CMYK00.240.170.77
HSL342.86º13.73%20%-
HSV(B)342.86º24.14%22.75%-
XYZ3.182.913.19-
YUV48.64127.64134.67-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 38.67%
GREEN value IS 44 (17.58% from 255) = 29.33%
BLUE value IS 48 (19.14% from 255) = 32%
R=38.67%
G=29.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal58444800.240.170.77342.8613.7320
Hex3A2C30018114D157e14
Octal725460030211155271624
Binary111010101100110000011000100011001101101010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3A2C30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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