Html Css Color HEX #352124 Aubergine

📋 copy color: '#352124'

red 53 ◦ green 33 ◦ blue 36

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

Shades of Aubergine #352124

Tints of Aubergine #352124

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.05%

 BLUE value IS 36 (14.45% from 255) = 29.51%

R = 43.44%
G = 27.05%
B = 29.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#352124 (or 0x352124) is known color: Aubergine. HEX triplet: 35, 21 and 24. RGB value is (53,33,36). Sum of RGB (Red+Green+Blue) = 53+33+36=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 36 (14.45% from 255 or 29.51% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352124 is #CADEDB. Grayscale: #272727. Windows color (decimal): -13295324 or 2367797. OLE color: 2367797.

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

Color convert

RGB 53 33 36 -
CMYK 0 0.38 0.32 0.79
HSL 351º 0.23% 0.17% -
HSV(B) 351º 0.38% 0.21% -
XYZ 2.33 1.97 1.93 -
YUV 39.32 126.13 137.76 -
System Red Green Blue C M Y K H S L
Decimal 53 33 36 0 0.38 0.32 0.79 351 0.23 0.17
Hex 35 21 24 0 26 20 4F 15F 17 11
Octal 65 41 44 0 46 40 117 537 27 21
Binary 110101 100001 100100 0 100110 100000 1001111 101011111 10111 10001

Color Harmonies of #352124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352124

Black with #352124

Text Example


Text Example

White with #352124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352124; }

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

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

background-color css

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

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

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

border-color css

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

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

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