#3B2A2E

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

Shades of Aubergine #3B2A2E

Tints of Aubergine #3B2A2E

Color information

#3B2A2E (or 0x3B2A2E) is unknown color: approx Aubergine. HEX triplet: 3B, 2A and 2E. RGB value is (59,42,46). Sum of RGB (Red+Green+Blue) = 59+42+46=147 (19% of max value = 765). Red value is 59 (23.44% from 255 or 40.14% from 147); Green value is 42 (16.80% from 255 or 28.57% from 147); Blue value is 46 (18.36% from 255 or 31.29% from 147); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2A2E is #C4D5D1. Grayscale: #2F2F2F. Windows color (decimal): -12899794 or 3025467. OLE color: 3025467.

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

Color convert

RGB594246-
CMYK00.290.220.77
HSL345.88º16.83%19.8%-
HSV(B)345.88º28.81%23.14%-
XYZ3.122.782.96-
YUV47.54127.13136.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 40.14%
GREEN value IS 42 (16.80% from 255) = 28.57%
BLUE value IS 46 (18.36% from 255) = 31.29%
R=40.14%
G=28.57%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.22
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59424600.290.220.77345.8816.8319.8
Hex3B2A2E01D164D15a1114
Octal735256035261155322124
Binary1110111010101011100111011011010011011010110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,42,46); }

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

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

 a { background-color: rgb(59,42,46); }

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

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

 span { border-color: rgb(59,42,46); }

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