Html Css Color HEX #352527 Aubergine

📋 copy color: '#352527'

red 53 ◦ green 37 ◦ blue 39

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

Shades of Aubergine #352527

Tints of Aubergine #352527

RGB

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

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

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

R = 41.09%
G = 28.68%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.26

 K value IS 0.79

RGB Variations

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

Color information

#352527 (or 0x352527) is known color: Aubergine. HEX triplet: 35, 25 and 27. RGB value is (53,37,39). Sum of RGB (Red+Green+Blue) = 53+37+39=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 39 (15.62% from 255 or 30.23% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352527 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352527 is #CADAD8. Grayscale: #2A2A2A. Windows color (decimal): -13294297 or 2565429. OLE color: 2565429.

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

Color convert

RGB 53 37 39 -
CMYK 0 0.30 0.26 0.79
HSL 352.5º 0.18% 0.18% -
HSV(B) 352.5º 0.3% 0.21% -
XYZ 2.5 2.23 2.22 -
YUV 42.01 126.3 135.84 -
System Red Green Blue C M Y K H S L
Decimal 53 37 39 0 0.30 0.26 0.79 352.5 0.18 0.18
Hex 35 25 27 0 1E 1A 4F 160 12 12
Octal 65 45 47 0 36 32 117 540 22 22
Binary 110101 100101 100111 0 11110 11010 1001111 101100000 10010 10010

Color Harmonies of #352527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352527

Black with #352527

Text Example


Text Example

White with #352527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352527; }

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

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

background-color css

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

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

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

border-color css

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

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

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