Html Css Color HEX #353132 Aubergine

📋 copy color: '#353132'

red 53 ◦ green 49 ◦ blue 50

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

Shades of Aubergine #353132

Tints of Aubergine #353132

RGB

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

 GREEN value IS 49 (19.53% from 255) = 32.24%

 BLUE value IS 50 (19.92% from 255) = 32.89%

R = 34.87%
G = 32.24%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.06

 K value IS 0.79

RGB Variations

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

Color information

#353132 (or 0x353132) is known color: Aubergine. HEX triplet: 35, 31 and 32. RGB value is (53,49,50). Sum of RGB (Red+Green+Blue) = 53+49+50=152 (20% of max value = 765). Red value is 53 (21.09% from 255 or 34.87% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 50 (19.92% from 255 or 32.89% from 152); Max value from RGB is 53 - color contains mainly: red. Hex color #353132 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #353132 is #CACECD. Grayscale: #323232. Windows color (decimal): -13291214 or 3289397. OLE color: 3289397.

HSL color Cylindrical-coordinate representation of color #353132: hue angle of 345º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #353132 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 49 50 -
CMYK 0 0.08 0.06 0.79
HSL 345º 0.04% 0.2% -
HSV(B) 345º 0.08% 0.21% -
XYZ 3.14 3.18 3.47 -
YUV 50.31 127.83 129.92 -
System Red Green Blue C M Y K H S L
Decimal 53 49 50 0 0.08 0.06 0.79 345 0.04 0.2
Hex 35 31 32 0 8 6 4F 159 4 14
Octal 65 61 62 0 10 6 117 531 4 24
Binary 110101 110001 110010 0 1000 110 1001111 101011001 100 10100

Color Harmonies of #353132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #353132

Black with #353132

Text Example


Text Example

White with #353132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #353132; }

 p { color: rgb(53,49,50); }

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

background-color css

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

 a { background-color: rgb(53,49,50); }

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

border-color css

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

 span { border-color: rgb(53,49,50); }

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