Html Css Color HEX #352526 Aubergine

📋 copy color: '#352526'

red 53 ◦ green 37 ◦ blue 38

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

Shades of Aubergine #352526

Tints of Aubergine #352526

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.91%

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

R = 41.41%
G = 28.91%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.79

RGB Variations

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

Color information

#352526 (or 0x352526) is known color: Aubergine. HEX triplet: 35, 25 and 26. RGB value is (53,37,38). Sum of RGB (Red+Green+Blue) = 53+37+38=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 37 (14.84% from 255 or 28.91% from 128); Blue value is 38 (15.23% from 255 or 29.69% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352526 is #CADAD9. Grayscale: #292929. Windows color (decimal): -13294298 or 2499893. OLE color: 2499893.

HSL color Cylindrical-coordinate representation of color #352526: hue angle of 356.25º degrees, saturation: 0.18, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #352526 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.79.

Color convert

RGB 53 37 38 -
CMYK 0 0.30 0.28 0.79
HSL 356.25º 0.18% 0.18% -
HSV(B) 356.25º 0.3% 0.21% -
XYZ 2.48 2.22 2.13 -
YUV 41.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 53 37 38 0 0.30 0.28 0.79 356.25 0.18 0.18
Hex 35 25 26 0 1E 1C 4F 164 12 12
Octal 65 45 46 0 36 34 117 544 22 22
Binary 110101 100101 100110 0 11110 11100 1001111 101100100 10010 10010

Color Harmonies of #352526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #352526

Black with #352526

Text Example


Text Example

White with #352526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #352526; }

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

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

background-color css

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

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

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

border-color css

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

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

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