#35252A

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

Shades of Aubergine #35252A

Tints of Aubergine #35252A

Color information

#35252A (or 0x35252A) is unknown color: approx Aubergine. HEX triplet: 35, 25 and 2A. RGB value is (53,37,42). Sum of RGB (Red+Green+Blue) = 53+37+42=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #35252A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35252A is #CADAD5. Grayscale: #2A2A2A. Windows color (decimal): -13294294 or 2762037. OLE color: 2762037.

HSL color Cylindrical-coordinate representation of color #35252A: hue angle of 341.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 #35252A is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.79.

Color convert

RGB533742-
CMYK00.300.210.79
HSL341.25º17.78%17.65%-
HSV(B)341.25º30.19%20.78%-
XYZ2.552.252.49-
YUV42.35127.8135.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=40.15%
G=28.03%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53374200.300.210.79341.2517.7817.65
Hex35252A01E154F1551212
Octal654552036251175252222
Binary1101011001011010100111101010110011111010101011001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35252A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35252A; }

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

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

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

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

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

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

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

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