Html Css Color HEX #352425 Aubergine

📋 copy color: '#352425'

red 53 ◦ green 36 ◦ blue 37

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

Shades of Aubergine #352425

Tints of Aubergine #352425

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 29.37%

R = 42.06%
G = 28.57%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.79

RGB Variations

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

Color information

#352425 (or 0x352425) is known color: Aubergine. HEX triplet: 35, 24 and 25. RGB value is (53,36,37). Sum of RGB (Red+Green+Blue) = 53+36+37=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 36 (14.45% from 255 or 28.57% from 126); Blue value is 37 (14.84% from 255 or 29.37% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352425 is #CADBDA. Grayscale: #292929. Windows color (decimal): -13294555 or 2434101. OLE color: 2434101.

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

Color convert

RGB 53 36 37 -
CMYK 0 0.32 0.30 0.79
HSL 356.47º 0.19% 0.17% -
HSV(B) 356.47º 0.32% 0.21% -
XYZ 2.43 2.15 2.04 -
YUV 41.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 53 36 37 0 0.32 0.30 0.79 356.47 0.19 0.17
Hex 35 24 25 0 20 1E 4F 164 13 11
Octal 65 44 45 0 40 36 117 544 23 21
Binary 110101 100100 100101 0 100000 11110 1001111 101100100 10011 10001

Color Harmonies of #352425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352425

Black with #352425

Text Example


Text Example

White with #352425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352425; }

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

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

background-color css

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

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

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

border-color css

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

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

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