Html Css Color HEX #352729 Aubergine

📋 copy color: '#352729'

red 53 ◦ green 39 ◦ blue 41

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

Shades of Aubergine #352729

Tints of Aubergine #352729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 29.32%

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

R = 39.85%
G = 29.32%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.23

 K value IS 0.79

RGB Variations

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

Color information

#352729 (or 0x352729) is known color: Aubergine. HEX triplet: 35, 27 and 29. RGB value is (53,39,41). Sum of RGB (Red+Green+Blue) = 53+39+41=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 39 (15.62% from 255 or 29.32% from 133); Blue value is 41 (16.41% from 255 or 30.83% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #352729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352729 is #CAD8D6. Grayscale: #2B2B2B. Windows color (decimal): -13293783 or 2697013. OLE color: 2697013.

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

Color convert

RGB 53 39 41 -
CMYK 0 0.26 0.23 0.79
HSL 351.43º 0.15% 0.18% -
HSV(B) 351.43º 0.26% 0.21% -
XYZ 2.59 2.37 2.42 -
YUV 43.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 53 39 41 0 0.26 0.23 0.79 351.43 0.15 0.18
Hex 35 27 29 0 1A 17 4F 15F F 12
Octal 65 47 51 0 32 27 117 537 17 22
Binary 110101 100111 101001 0 11010 10111 1001111 101011111 1111 10010

Color Harmonies of #352729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352729

Black with #352729

Text Example


Text Example

White with #352729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352729; }

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

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

background-color css

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

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

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

border-color css

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

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

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