Html Css Color HEX #352224 Aubergine

📋 copy color: '#352224'

red 53 ◦ green 34 ◦ blue 36

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

Shades of Aubergine #352224

Tints of Aubergine #352224

RGB

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

 GREEN value IS 34 (13.67% from 255) = 27.64%

 BLUE value IS 36 (14.45% from 255) = 29.27%

R = 43.09%
G = 27.64%
B = 29.27%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#352224 (or 0x352224) is known color: Aubergine. HEX triplet: 35, 22 and 24. RGB value is (53,34,36). Sum of RGB (Red+Green+Blue) = 53+34+36=123 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.09% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 53 - color contains mainly: red. Hex color #352224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352224 is #CADDDB. Grayscale: #272727. Windows color (decimal): -13295068 or 2368053. OLE color: 2368053.

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

Color convert

RGB 53 34 36 -
CMYK 0 0.36 0.32 0.79
HSL 353.68º 0.22% 0.17% -
HSV(B) 353.68º 0.36% 0.21% -
XYZ 2.36 2.03 1.94 -
YUV 39.91 125.79 137.34 -
System Red Green Blue C M Y K H S L
Decimal 53 34 36 0 0.36 0.32 0.79 353.68 0.22 0.17
Hex 35 22 24 0 24 20 4F 162 16 11
Octal 65 42 44 0 44 40 117 542 26 21
Binary 110101 100010 100100 0 100100 100000 1001111 101100010 10110 10001

Color Harmonies of #352224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352224

Black with #352224

Text Example


Text Example

White with #352224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352224; }

 p { color: rgb(53,34,36); }

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

background-color css

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

 a { background-color: rgb(53,34,36); }

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

border-color css

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

 span { border-color: rgb(53,34,36); }

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