Html Css Color HEX #352329 Aubergine

📋 copy color: '#352329'

red 53 ◦ green 35 ◦ blue 41

#352329
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #352329

Tints of Aubergine #352329

RGB

 RED value IS 53 (21.09% from 255) = 41.09%

 GREEN value IS 35 (14.06% from 255) = 27.13%

 BLUE value IS 41 (16.41% from 255) = 31.78%

R = 41.09%
G = 27.13%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352329 (or 0x352329) is known color: Aubergine. HEX triplet: 35, 23 and 29. RGB value is (53,35,41). Sum of RGB (Red+Green+Blue) = 53+35+41=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 41 (16.41% from 255 or 31.78% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352329 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352329 is #CADCD6. Grayscale: #292929. Windows color (decimal): -13294807 or 2695989. OLE color: 2695989.

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

Color convert

RGB 53 35 41 -
CMYK 0 0.34 0.23 0.79
HSL 340º 0.2% 0.17% -
HSV(B) 340º 0.34% 0.21% -
XYZ 2.47 2.12 2.38 -
YUV 41.07 127.96 136.51 -
System Red Green Blue C M Y K H S L
Decimal 53 35 41 0 0.34 0.23 0.79 340 0.2 0.17
Hex 35 23 29 0 22 17 4F 154 14 11
Octal 65 43 51 0 42 27 117 524 24 21
Binary 110101 100011 101001 0 100010 10111 1001111 101010100 10100 10001

Color Harmonies of #352329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352329

Black with #352329

Text Example


Text Example

White with #352329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352329; }

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

 H1.HeaderClassName
 {
   color: #352329;
 }
 .AnyTagClassName
 {
   color: #352329;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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