Html Css Color HEX #352326 Aubergine

📋 copy color: '#352326'

red 53 ◦ green 35 ◦ blue 38

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

Shades of Aubergine #352326

Tints of Aubergine #352326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 30.16%

R = 42.06%
G = 27.78%
B = 30.16%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#352326 (or 0x352326) is known color: Aubergine. HEX triplet: 35, 23 and 26. RGB value is (53,35,38). Sum of RGB (Red+Green+Blue) = 53+35+38=126 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.06% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 38 (15.23% from 255 or 30.16% from 126); Max value from RGB is 53 - color contains mainly: red. Hex color #352326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352326 is #CADCD9. Grayscale: #282828. Windows color (decimal): -13294810 or 2499381. OLE color: 2499381.

HSL color Cylindrical-coordinate representation of color #352326: hue angle of 350º 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 #352326 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 35 38 -
CMYK 0 0.34 0.28 0.79
HSL 350º 0.2% 0.17% -
HSV(B) 350º 0.34% 0.21% -
XYZ 2.42 2.1 2.11 -
YUV 40.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 53 35 38 0 0.34 0.28 0.79 350 0.2 0.17
Hex 35 23 26 0 22 1C 4F 15E 14 11
Octal 65 43 46 0 42 34 117 536 24 21
Binary 110101 100011 100110 0 100010 11100 1001111 101011110 10100 10001

Color Harmonies of #352326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352326

Black with #352326

Text Example


Text Example

White with #352326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352326; }

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

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

background-color css

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

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

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

border-color css

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

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

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