Html Css Color HEX #352B2D Aubergine

📋 copy color: '#352B2D'

red 53 ◦ green 43 ◦ blue 45

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

Shades of Aubergine #352B2D

Tints of Aubergine #352B2D

RGB

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

 GREEN value IS 43 (17.19% from 255) = 30.5%

 BLUE value IS 45 (17.97% from 255) = 31.91%

R = 37.59%
G = 30.5%
B = 31.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.15

 K value IS 0.79

RGB Variations

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

Color information

#352B2D (or 0x352B2D) is known color: Aubergine. HEX triplet: 35, 2B and 2D. RGB value is (53,43,45). Sum of RGB (Red+Green+Blue) = 53+43+45=141 (18% of max value = 765). Red value is 53 (21.09% from 255 or 37.59% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 45 (17.97% from 255 or 31.91% from 141); Max value from RGB is 53 - color contains mainly: red. Hex color #352B2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B2D is #CAD4D2. Grayscale: #2E2E2E. Windows color (decimal): -13292755 or 2960181. OLE color: 2960181.

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

Color convert

RGB 53 43 45 -
CMYK 0 0.19 0.15 0.79
HSL 348º 0.1% 0.19% -
HSV(B) 348º 0.19% 0.21% -
XYZ 2.81 2.67 2.85 -
YUV 46.22 127.31 132.84 -
System Red Green Blue C M Y K H S L
Decimal 53 43 45 0 0.19 0.15 0.79 348 0.1 0.19
Hex 35 2B 2D 0 13 F 4F 15C A 13
Octal 65 53 55 0 23 17 117 534 12 23
Binary 110101 101011 101101 0 10011 1111 1001111 101011100 1010 10011

Color Harmonies of #352B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352B2D

Black with #352B2D

Text Example


Text Example

White with #352B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,43,45); }

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

background-color css

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

 a { background-color: rgb(53,43,45); }

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

border-color css

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

 span { border-color: rgb(53,43,45); }

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