#352023

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

Shades of Aubergine #352023

Tints of Aubergine #352023

Color information

#352023 (or 0x352023) is unknown color: approx Aubergine. HEX triplet: 35, 20 and 23. RGB value is (53,32,35). Sum of RGB (Red+Green+Blue) = 53+32+35=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352023 is #CADFDC. Grayscale: #262626. Windows color (decimal): -13295581 or 2302005. OLE color: 2302005.

HSL color Cylindrical-coordinate representation of color #352023: hue angle of 351.43º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352023 is Cyan = 0, Magento = 0.40, Yellow = 0.34 and Black (K on CMYK) = 0.79.

Color convert

RGB533235-
CMYK00.400.340.79
HSL351.43º24.71%16.67%-
HSV(B)351.43º39.62%20.78%-
XYZ2.291.911.84-
YUV38.62125.96138.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 44.17%
GREEN value IS 32 (12.89% from 255) = 26.67%
BLUE value IS 35 (14.06% from 255) = 29.17%
R=44.17%
G=26.67%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.34
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53323500.400.340.79351.4324.7116.67
Hex352023028224F15f1911
Octal654043050421175373121
Binary110101100000100011010100010001010011111010111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352023

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352023; }

 p { color: rgb(53,32,35); }

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

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

 a { background-color: rgb(53,32,35); }

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

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

 span { border-color: rgb(53,32,35); }

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