Html Css Color HEX #352327 Aubergine

📋 copy color: '#352327'

red 53 ◦ green 35 ◦ blue 39

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

Shades of Aubergine #352327

Tints of Aubergine #352327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 30.71%

R = 41.73%
G = 27.56%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352327 (or 0x352327) is known color: Aubergine. HEX triplet: 35, 23 and 27. RGB value is (53,35,39). Sum of RGB (Red+Green+Blue) = 53+35+39=127 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.73% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 39 (15.62% from 255 or 30.71% from 127); Max value from RGB is 53 - color contains mainly: red. Hex color #352327 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352327 is #CADCD8. Grayscale: #282828. Windows color (decimal): -13294809 or 2564917. OLE color: 2564917.

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

Color convert

RGB 53 35 39 -
CMYK 0 0.34 0.26 0.79
HSL 346.67º 0.2% 0.17% -
HSV(B) 346.67º 0.34% 0.21% -
XYZ 2.44 2.11 2.2 -
YUV 40.84 126.96 136.67 -
System Red Green Blue C M Y K H S L
Decimal 53 35 39 0 0.34 0.26 0.79 346.67 0.2 0.17
Hex 35 23 27 0 22 1A 4F 15B 14 11
Octal 65 43 47 0 42 32 117 533 24 21
Binary 110101 100011 100111 0 100010 11010 1001111 101011011 10100 10001

Color Harmonies of #352327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352327

Black with #352327

Text Example


Text Example

White with #352327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352327; }

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

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

background-color css

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

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

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

border-color css

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

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

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