#3B2629

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

Shades of Aubergine #3B2629

Tints of Aubergine #3B2629

Color information

#3B2629 (or 0x3B2629) is unknown color: approx Aubergine. HEX triplet: 3B, 26 and 29. RGB value is (59,38,41). Sum of RGB (Red+Green+Blue) = 59+38+41=138 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.75% from 138); Green value is 38 (15.23% from 255 or 27.54% from 138); Blue value is 41 (16.41% from 255 or 29.71% from 138); Max value from RGB is 59 - color contains mainly: red. Hex color #3B2629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B2629 is #C4D9D6. Grayscale: #2C2C2C. Windows color (decimal): -12900823 or 2696763. OLE color: 2696763.

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

Color convert

RGB593841-
CMYK00.360.310.77
HSL351.43º21.65%19.02%-
HSV(B)351.43º35.59%23.14%-
XYZ2.92.482.42-
YUV44.62125.96138.26-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.75%
GREEN value IS 38 (15.23% from 255) = 27.54%
BLUE value IS 41 (16.41% from 255) = 29.71%
R=42.75%
G=27.54%
B=29.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.31
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59384100.360.310.77351.4321.6519.02
Hex3B26290241F4D15f1613
Octal734651044371155372623
Binary11101110011010100101001001111110011011010111111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B2629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,41); }

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

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

 a { background-color: rgb(59,38,41); }

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

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

 span { border-color: rgb(59,38,41); }

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