#342526

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

Shades of Aubergine #342526

Tints of Aubergine #342526

Color information

#342526 (or 0x342526) is unknown color: approx Aubergine. HEX triplet: 34, 25 and 26. RGB value is (52,37,38). Sum of RGB (Red+Green+Blue) = 52+37+38=127 (16% of max value = 765). Red value is 52 (20.70% from 255 or 40.94% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 52 - color contains mainly: red. Hex color #342526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342526 is #CBDAD9. Grayscale: #292929. Windows color (decimal): -13359834 or 2499892. OLE color: 2499892.

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

Color convert

RGB523738-
CMYK00.290.270.80
HSL356º16.85%17.45%-
HSV(B)356º28.85%20.39%-
XYZ2.432.192.13-
YUV41.6125.97135.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 40.94%
GREEN value IS 37 (14.84% from 255) = 29.13%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=40.94%
G=29.13%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.27
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52373800.290.270.8035616.8517.45
Hex34252601D1B501641111
Octal644546035331205442121
Binary1101001001011001100111011101110100001011001001000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342526; }

 p { color: rgb(52,37,38); }

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

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

 a { background-color: rgb(52,37,38); }

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

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

 span { border-color: rgb(52,37,38); }

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