#342728

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

Shades of Aubergine #342728

Tints of Aubergine #342728

Color information

#342728 (or 0x342728) is unknown color: approx Aubergine. HEX triplet: 34, 27 and 28. RGB value is (52,39,40). Sum of RGB (Red+Green+Blue) = 52+39+40=131 (17% of max value = 765). Red value is 52 (20.70% from 255 or 39.69% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 40 (16.02% from 255 or 30.53% from 131); Max value from RGB is 52 - color contains mainly: red. Hex color #342728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #342728 is #CBD8D7. Grayscale: #2B2B2B. Windows color (decimal): -13359320 or 2631476. OLE color: 2631476.

HSL color Cylindrical-coordinate representation of color #342728: hue angle of 355.38º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #342728 is Cyan = 0, Magento = 0.25, Yellow = 0.23 and Black (K on CMYK) = 0.80.

Color convert

RGB523940-
CMYK00.250.230.80
HSL355.38º14.29%17.84%-
HSV(B)355.38º25%20.39%-
XYZ2.522.332.32-
YUV43126.31134.42-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 39.69%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 40 (16.02% from 255) = 30.53%
R=39.69%
G=29.77%
B=30.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.23
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal52394000.250.230.80355.3814.2917.84
Hex3427280191750163e12
Octal644750031271205431622
Binary110100100111101000011001101111010000101100011111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #342728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #342728; }

 p { color: rgb(52,39,40); }

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

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

 a { background-color: rgb(52,39,40); }

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

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

 span { border-color: rgb(52,39,40); }

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