Html Css Color HEX #352529 Aubergine

📋 copy color: '#352529'

red 53 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #352529

Tints of Aubergine #352529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 40.46%
G = 28.24%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352529 (or 0x352529) is known color: Aubergine. HEX triplet: 35, 25 and 29. RGB value is (53,37,41). Sum of RGB (Red+Green+Blue) = 53+37+41=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 41 (16.41% from 255 or 31.30% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #352529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352529 is #CADAD6. Grayscale: #2A2A2A. Windows color (decimal): -13294295 or 2696501. OLE color: 2696501.

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

Color convert

RGB 53 37 41 -
CMYK 0 0.30 0.23 0.79
HSL 345º 0.18% 0.18% -
HSV(B) 345º 0.3% 0.21% -
XYZ 2.53 2.24 2.4 -
YUV 42.24 127.3 135.67 -
System Red Green Blue C M Y K H S L
Decimal 53 37 41 0 0.30 0.23 0.79 345 0.18 0.18
Hex 35 25 29 0 1E 17 4F 159 12 12
Octal 65 45 51 0 36 27 117 531 22 22
Binary 110101 100101 101001 0 11110 10111 1001111 101011001 10010 10010

Color Harmonies of #352529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352529

Black with #352529

Text Example


Text Example

White with #352529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352529; }

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

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

background-color css

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

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

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

border-color css

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

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

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