Html Css Color HEX #352324 Aubergine

📋 copy color: '#352324'

red 53 ◦ green 35 ◦ blue 36

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

Shades of Aubergine #352324

Tints of Aubergine #352324

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

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

R = 42.74%
G = 28.23%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.79

RGB Variations

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

Color information

#352324 (or 0x352324) is known color: Aubergine. HEX triplet: 35, 23 and 24. RGB value is (53,35,36). Sum of RGB (Red+Green+Blue) = 53+35+36=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 36 (14.45% from 255 or 29.03% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352324 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352324 is #CADCDB. Grayscale: #282828. Windows color (decimal): -13294812 or 2368309. OLE color: 2368309.

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

Color convert

RGB 53 35 36 -
CMYK 0 0.34 0.32 0.79
HSL 356.67º 0.2% 0.17% -
HSV(B) 356.67º 0.34% 0.21% -
XYZ 2.39 2.09 1.95 -
YUV 40.5 125.46 136.92 -
System Red Green Blue C M Y K H S L
Decimal 53 35 36 0 0.34 0.32 0.79 356.67 0.2 0.17
Hex 35 23 24 0 22 20 4F 165 14 11
Octal 65 43 44 0 42 40 117 545 24 21
Binary 110101 100011 100100 0 100010 100000 1001111 101100101 10100 10001

Color Harmonies of #352324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352324

Black with #352324

Text Example


Text Example

White with #352324

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352324; }

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

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

background-color css

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

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

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

border-color css

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

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

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