Html Css Color HEX #352123 Aubergine

📋 copy color: '#352123'

red 53 ◦ green 33 ◦ blue 35

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

Shades of Aubergine #352123

Tints of Aubergine #352123

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.27%

 BLUE value IS 35 (14.06% from 255) = 28.93%

R = 43.8%
G = 27.27%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352123 (or 0x352123) is known color: Aubergine. HEX triplet: 35, 21 and 23. RGB value is (53,33,35). Sum of RGB (Red+Green+Blue) = 53+33+35=121 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.80% from 121); Green value is 33 (13.28% from 255 or 27.27% from 121); Blue value is 35 (14.06% from 255 or 28.93% from 121); Max value from RGB is 53 - color contains mainly: red. Hex color #352123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352123 is #CADEDC. Grayscale: #272727. Windows color (decimal): -13295325 or 2302261. OLE color: 2302261.

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

Color convert

RGB 53 33 35 -
CMYK 0 0.38 0.34 0.79
HSL 354º 0.23% 0.17% -
HSV(B) 354º 0.38% 0.21% -
XYZ 2.32 1.97 1.85 -
YUV 39.21 125.63 137.84 -
System Red Green Blue C M Y K H S L
Decimal 53 33 35 0 0.38 0.34 0.79 354 0.23 0.17
Hex 35 21 23 0 26 22 4F 162 17 11
Octal 65 41 43 0 46 42 117 542 27 21
Binary 110101 100001 100011 0 100110 100010 1001111 101100010 10111 10001

Color Harmonies of #352123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352123

Black with #352123

Text Example


Text Example

White with #352123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352123; }

 p { color: rgb(53,33,35); }

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

background-color css

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

 a { background-color: rgb(53,33,35); }

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

border-color css

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

 span { border-color: rgb(53,33,35); }

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