#35282C

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

Shades of Aubergine #35282C

Tints of Aubergine #35282C

Color information

#35282C (or 0x35282C) is unknown color: approx Aubergine. HEX triplet: 35, 28 and 2C. RGB value is (53,40,44). Sum of RGB (Red+Green+Blue) = 53+40+44=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 40 (16.02% from 255 or 29.20% from 137); Blue value is 44 (17.58% from 255 or 32.12% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35282C is #CAD7D3. Grayscale: #2C2C2C. Windows color (decimal): -13293524 or 2893877. OLE color: 2893877.

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

Color convert

RGB534044-
CMYK00.250.170.79
HSL341.54º13.98%18.24%-
HSV(B)341.54º24.53%20.78%-
XYZ2.682.462.72-
YUV44.34127.81134.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 40 (16.02% from 255) = 29.20%
BLUE value IS 44 (17.58% from 255) = 32.12%
R=38.69%
G=29.20%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53404400.250.170.79341.5413.9818.24
Hex35282C019114F156e12
Octal655054031211175261622
Binary110101101000101100011001100011001111101010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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