Html Css Color HEX #352226 Aubergine

📋 copy color: '#352226'

red 53 ◦ green 34 ◦ blue 38

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

Shades of Aubergine #352226

Tints of Aubergine #352226

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.2%

 BLUE value IS 38 (15.23% from 255) = 30.4%

R = 42.4%
G = 27.2%
B = 30.4%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#352226 (or 0x352226) is known color: Aubergine. HEX triplet: 35, 22 and 26. RGB value is (53,34,38). Sum of RGB (Red+Green+Blue) = 53+34+38=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 38 (15.23% from 255 or 30.4% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352226 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352226 is #CADDD9. Grayscale: #282828. Windows color (decimal): -13295066 or 2499125. OLE color: 2499125.

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

Color convert

RGB 53 34 38 -
CMYK 0 0.36 0.28 0.79
HSL 347.37º 0.22% 0.17% -
HSV(B) 347.37º 0.36% 0.21% -
XYZ 2.39 2.04 2.1 -
YUV 40.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 53 34 38 0 0.36 0.28 0.79 347.37 0.22 0.17
Hex 35 22 26 0 24 1C 4F 15B 16 11
Octal 65 42 46 0 44 34 117 533 26 21
Binary 110101 100010 100110 0 100100 11100 1001111 101011011 10110 10001

Color Harmonies of #352226

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352226

Black with #352226

Text Example


Text Example

White with #352226

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352226; }

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

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

background-color css

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

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

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

border-color css

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

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

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