#35272B

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

Shades of Aubergine #35272B

Tints of Aubergine #35272B

Color information

#35272B (or 0x35272B) is unknown color: approx Aubergine. HEX triplet: 35, 27 and 2B. RGB value is (53,39,43). Sum of RGB (Red+Green+Blue) = 53+39+43=135 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.26% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 43 (17.19% from 255 or 31.85% from 135); Max value from RGB is 53 - color contains mainly: red. Hex color #35272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35272B is #CAD8D4. Grayscale: #2B2B2B. Windows color (decimal): -13293781 or 2828085. OLE color: 2828085.

HSL color Cylindrical-coordinate representation of color #35272B: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #35272B is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB533943-
CMYK00.260.190.79
HSL342.86º15.22%18.04%-
HSV(B)342.86º26.42%20.78%-
XYZ2.632.382.61-
YUV43.64127.64134.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.26%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 43 (17.19% from 255) = 31.85%
R=39.26%
G=28.89%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53394300.260.190.79342.8615.2218.04
Hex35272B01A134F157f12
Octal654753032231175271722
Binary110101100111101011011010100111001111101010111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35272B; }

 p { color: rgb(53,39,43); }

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

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

 a { background-color: rgb(53,39,43); }

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

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

 span { border-color: rgb(53,39,43); }

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