#352126

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

Shades of Aubergine #352126

Tints of Aubergine #352126

Color information

#352126 (or 0x352126) is unknown color: approx Aubergine. HEX triplet: 35, 21 and 26. RGB value is (53,33,38). Sum of RGB (Red+Green+Blue) = 53+33+38=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 38 (15.23% from 255 or 30.65% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352126 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352126 is #CADED9. Grayscale: #272727. Windows color (decimal): -13295322 or 2498869. OLE color: 2498869.

HSL color Cylindrical-coordinate representation of color #352126: hue angle of 345º degrees, saturation: 0.23, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #352126 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB533338-
CMYK00.380.280.79
HSL345º23.26%16.86%-
HSV(B)345º37.74%20.78%-
XYZ2.361.982.09-
YUV39.55127.13137.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 38 (15.23% from 255) = 30.65%
R=42.74%
G=26.61%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53333800.380.280.7934523.2616.86
Hex3521260261C4F1591711
Octal654146046341175312721
Binary11010110000110011001001101110010011111010110011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352126; }

 p { color: rgb(53,33,38); }

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

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

 a { background-color: rgb(53,33,38); }

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

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

 span { border-color: rgb(53,33,38); }

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