Html Css Color HEX #352429 Aubergine

📋 copy color: '#352429'

red 53 ◦ green 36 ◦ blue 41

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

Shades of Aubergine #352429

Tints of Aubergine #352429

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 40.77%
G = 27.69%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352429 (or 0x352429) is known color: Aubergine. HEX triplet: 35, 24 and 29. RGB value is (53,36,41). Sum of RGB (Red+Green+Blue) = 53+36+41=130 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.77% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 41 (16.41% from 255 or 31.54% from 130); Max value from RGB is 53 - color contains mainly: red. Hex color #352429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352429 is #CADBD6. Grayscale: #292929. Windows color (decimal): -13294551 or 2696245. OLE color: 2696245.

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

Color convert

RGB 53 36 41 -
CMYK 0 0.32 0.23 0.79
HSL 342.35º 0.19% 0.17% -
HSV(B) 342.35º 0.32% 0.21% -
XYZ 2.5 2.18 2.39 -
YUV 41.65 127.63 136.09 -
System Red Green Blue C M Y K H S L
Decimal 53 36 41 0 0.32 0.23 0.79 342.35 0.19 0.17
Hex 35 24 29 0 20 17 4F 156 13 11
Octal 65 44 51 0 40 27 117 526 23 21
Binary 110101 100100 101001 0 100000 10111 1001111 101010110 10011 10001

Color Harmonies of #352429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352429

Black with #352429

Text Example


Text Example

White with #352429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352429; }

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

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

background-color css

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

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

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

border-color css

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

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

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