Html Css Color HEX #352023 Aubergine

📋 copy color: '#352023'

red 53 ◦ green 32 ◦ blue 35

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

Shades of Aubergine #352023

Tints of Aubergine #352023

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

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

R = 44.17%
G = 26.67%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.34

 K value IS 0.79

RGB Variations

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

Color information

#352023 (or 0x352023) is known color: Aubergine. HEX triplet: 35, 20 and 23. RGB value is (53,32,35). Sum of RGB (Red+Green+Blue) = 53+32+35=120 (15% of max value = 765). Red value is 53 (21.09% from 255 or 44.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 53 - color contains mainly: red. Hex color #352023 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352023 is #CADFDC. Grayscale: #262626. Windows color (decimal): -13295581 or 2302005. OLE color: 2302005.

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

Color convert

RGB 53 32 35 -
CMYK 0 0.40 0.34 0.79
HSL 351.43º 0.25% 0.17% -
HSV(B) 351.43º 0.4% 0.21% -
XYZ 2.29 1.91 1.84 -
YUV 38.62 125.96 138.26 -
System Red Green Blue C M Y K H S L
Decimal 53 32 35 0 0.40 0.34 0.79 351.43 0.25 0.17
Hex 35 20 23 0 28 22 4F 15F 19 11
Octal 65 40 43 0 50 42 117 537 31 21
Binary 110101 100000 100011 0 101000 100010 1001111 101011111 11001 10001

Color Harmonies of #352023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352023

Black with #352023

Text Example


Text Example

White with #352023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352023; }

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

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

background-color css

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

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

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

border-color css

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

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

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