Html Css Color HEX #352328 Aubergine

📋 copy color: '#352328'

red 53 ◦ green 35 ◦ blue 40

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

Shades of Aubergine #352328

Tints of Aubergine #352328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 31.25%

R = 41.41%
G = 27.34%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.25

 K value IS 0.79

RGB Variations

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

Color information

#352328 (or 0x352328) is known color: Aubergine. HEX triplet: 35, 23 and 28. RGB value is (53,35,40). Sum of RGB (Red+Green+Blue) = 53+35+40=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 35 (14.06% from 255 or 27.34% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352328 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352328 is #CADCD7. Grayscale: #282828. Windows color (decimal): -13294808 or 2630453. OLE color: 2630453.

HSL color Cylindrical-coordinate representation of color #352328: hue angle of 343.33º 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 #352328 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 40 -
CMYK 0 0.34 0.25 0.79
HSL 343.33º 0.2% 0.17% -
HSV(B) 343.33º 0.34% 0.21% -
XYZ 2.45 2.11 2.29 -
YUV 40.95 127.46 136.59 -
System Red Green Blue C M Y K H S L
Decimal 53 35 40 0 0.34 0.25 0.79 343.33 0.2 0.17
Hex 35 23 28 0 22 19 4F 157 14 11
Octal 65 43 50 0 42 31 117 527 24 21
Binary 110101 100011 101000 0 100010 11001 1001111 101010111 10100 10001

Color Harmonies of #352328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352328

Black with #352328

Text Example


Text Example

White with #352328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352328; }

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

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

background-color css

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

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

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

border-color css

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

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

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