Html Css Color HEX #352E30 Aubergine

📋 copy color: '#352E30'

red 53 ◦ green 46 ◦ blue 48

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

Shades of Aubergine #352E30

Tints of Aubergine #352E30

RGB

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

 GREEN value IS 46 (18.36% from 255) = 31.29%

 BLUE value IS 48 (19.14% from 255) = 32.65%

R = 36.05%
G = 31.29%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.79

RGB Variations

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

Color information

#352E30 (or 0x352E30) is known color: Aubergine. HEX triplet: 35, 2E and 30. RGB value is (53,46,48). Sum of RGB (Red+Green+Blue) = 53+46+48=147 (19% of max value = 765). Red value is 53 (21.09% from 255 or 36.05% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 48 (19.14% from 255 or 32.65% from 147); Max value from RGB is 53 - color contains mainly: red. Hex color #352E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E30 is #CAD1CF. Grayscale: #303030. Windows color (decimal): -13291984 or 3157557. OLE color: 3157557.

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

Color convert

RGB 53 46 48 -
CMYK 0 0.13 0.09 0.79
HSL 342.86º 0.07% 0.19% -
HSV(B) 342.86º 0.13% 0.21% -
XYZ 2.98 2.92 3.2 -
YUV 48.32 127.82 131.34 -
System Red Green Blue C M Y K H S L
Decimal 53 46 48 0 0.13 0.09 0.79 342.86 0.07 0.19
Hex 35 2E 30 0 D 9 4F 157 7 13
Octal 65 56 60 0 15 11 117 527 7 23
Binary 110101 101110 110000 0 1101 1001 1001111 101010111 111 10011

Color Harmonies of #352E30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352E30

Black with #352E30

Text Example


Text Example

White with #352E30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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