Html Css Color HEX #352122 Aubergine

📋 copy color: '#352122'

red 53 ◦ green 33 ◦ blue 34

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

Shades of Aubergine #352122

Tints of Aubergine #352122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 28.33%

R = 44.17%
G = 27.5%
B = 28.33%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#352122 (or 0x352122) is known color: Aubergine. HEX triplet: 35, 21 and 22. RGB value is (53,33,34). Sum of RGB (Red+Green+Blue) = 53+33+34=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 33 (13.28% from 255 or 27.5% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352122 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352122 is #CADEDD. Grayscale: #272727. Windows color (decimal): -13295326 or 2236725. OLE color: 2236725.

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

Color convert

RGB 53 33 34 -
CMYK 0 0.38 0.36 0.79
HSL 357º 0.23% 0.17% -
HSV(B) 357º 0.38% 0.21% -
XYZ 2.3 1.96 1.77 -
YUV 39.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 53 33 34 0 0.38 0.36 0.79 357 0.23 0.17
Hex 35 21 22 0 26 24 4F 165 17 11
Octal 65 41 42 0 46 44 117 545 27 21
Binary 110101 100001 100010 0 100110 100100 1001111 101100101 10111 10001

Color Harmonies of #352122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352122

Black with #352122

Text Example


Text Example

White with #352122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352122; }

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

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

background-color css

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

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

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

border-color css

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

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

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