#35292C

Color #35292C Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #35292C

Tints of Aubergine #35292C

Color information

#35292C (or 0x35292C) is unknown color: approx Aubergine. HEX triplet: 35, 29 and 2C. RGB value is (53,41,44). Sum of RGB (Red+Green+Blue) = 53+41+44=138 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.41% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 44 (17.58% from 255 or 31.88% from 138); Max value from RGB is 53 - color contains mainly: red. Hex color #35292C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292C is #CAD6D3. Grayscale: #2C2C2C. Windows color (decimal): -13293268 or 2894133. OLE color: 2894133.

HSL color Cylindrical-coordinate representation of color #35292C: hue angle of 345º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #35292C is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.79.

Color convert

RGB534144-
CMYK00.230.170.79
HSL345º12.77%18.43%-
HSV(B)345º22.64%20.78%-
XYZ2.722.522.73-
YUV44.93127.48133.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.41%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 44 (17.58% from 255) = 31.88%
R=38.41%
G=29.71%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53414400.230.170.7934512.7718.43
Hex35292C017114F159d12
Octal655154027211175311522
Binary110101101001101100010111100011001111101011001110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35292C; }

 p { color: rgb(53,41,44); }

 H1.HeaderClassName
 {
   color: #35292C;
 }
 .AnyTagClassName
 {
   color: #35292C;
 }
</style>
background-color css

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

 a { background-color: rgb(53,41,44); }

 div.DivClassName
 {
   background-color: #35292C;
 }
 .BgClassName
 {
   background-color: #35292C;
 }
</style>
border-color css

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

 span { border-color: rgb(53,41,44); }

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