Html Css Color HEX #352022 Aubergine

📋 copy color: '#352022'

red 53 ◦ green 32 ◦ blue 34

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

Shades of Aubergine #352022

Tints of Aubergine #352022

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.89%

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

R = 44.54%
G = 26.89%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.36

 K value IS 0.79

RGB Variations

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

Color information

#352022 (or 0x352022) is known color: Aubergine. HEX triplet: 35, 20 and 22. RGB value is (53,32,34). Sum of RGB (Red+Green+Blue) = 53+32+34=119 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.54% from 119); Green value is 32 (12.89% from 255 or 26.89% from 119); Blue value is 34 (13.67% from 255 or 28.57% from 119); Max value from RGB is 53 - color contains mainly: red. Hex color #352022 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352022 is #CADFDD. Grayscale: #262626. Windows color (decimal): -13295582 or 2236469. OLE color: 2236469.

HSL color Cylindrical-coordinate representation of color #352022: hue angle of 354.29º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352022 is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 32 34 -
CMYK 0 0.40 0.36 0.79
HSL 354.29º 0.25% 0.17% -
HSV(B) 354.29º 0.4% 0.21% -
XYZ 2.27 1.91 1.76 -
YUV 38.51 125.46 138.34 -
System Red Green Blue C M Y K H S L
Decimal 53 32 34 0 0.40 0.36 0.79 354.29 0.25 0.17
Hex 35 20 22 0 28 24 4F 162 19 11
Octal 65 40 42 0 50 44 117 542 31 21
Binary 110101 100000 100010 0 101000 100100 1001111 101100010 11001 10001

Color Harmonies of #352022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352022

Black with #352022

Text Example


Text Example

White with #352022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352022; }

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

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

background-color css

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

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

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

border-color css

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

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

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