Html Css Color HEX #352C2E Aubergine

📋 copy color: '#352C2E'

red 53 ◦ green 44 ◦ blue 46

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

Shades of Aubergine #352C2E

Tints of Aubergine #352C2E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 30.77%

 BLUE value IS 46 (18.36% from 255) = 32.17%

R = 37.06%
G = 30.77%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.13

 K value IS 0.79

RGB Variations

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

Color information

#352C2E (or 0x352C2E) is known color: Aubergine. HEX triplet: 35, 2C and 2E. RGB value is (53,44,46). Sum of RGB (Red+Green+Blue) = 53+44+46=143 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.06% from 143); Green value is 44 (17.58% from 255 or 30.77% from 143); Blue value is 46 (18.36% from 255 or 32.17% from 143); Max value from RGB is 53 - color contains mainly: red. Hex color #352C2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C2E is #CAD3D1. Grayscale: #2E2E2E. Windows color (decimal): -13292498 or 3025973. OLE color: 3025973.

HSL color Cylindrical-coordinate representation of color #352C2E: hue angle of 346.67º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #352C2E is Cyan = 0, Magento = 0.17, Yellow = 0.13 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 44 46 -
CMYK 0 0.17 0.13 0.79
HSL 346.67º 0.09% 0.19% -
HSV(B) 346.67º 0.17% 0.21% -
XYZ 2.86 2.76 2.97 -
YUV 46.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 53 44 46 0 0.17 0.13 0.79 346.67 0.09 0.19
Hex 35 2C 2E 0 11 D 4F 15B 9 13
Octal 65 54 56 0 21 15 117 533 11 23
Binary 110101 101100 101110 0 10001 1101 1001111 101011011 1001 10011

Color Harmonies of #352C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352C2E

Black with #352C2E

Text Example


Text Example

White with #352C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352C2E; }

 p { color: rgb(53,44,46); }

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

background-color css

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

 a { background-color: rgb(53,44,46); }

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

border-color css

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

 span { border-color: rgb(53,44,46); }

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