#35292B

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

Shades of Aubergine #35292B

Tints of Aubergine #35292B

Color information

#35292B (or 0x35292B) is unknown color: approx Aubergine. HEX triplet: 35, 29 and 2B. RGB value is (53,41,43). Sum of RGB (Red+Green+Blue) = 53+41+43=137 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.69% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 43 (17.19% from 255 or 31.39% from 137); Max value from RGB is 53 - color contains mainly: red. Hex color #35292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35292B is #CAD6D4. Grayscale: #2C2C2C. Windows color (decimal): -13293269 or 2828597. OLE color: 2828597.

HSL color Cylindrical-coordinate representation of color #35292B: hue angle of 350º 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 #35292B is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB534143-
CMYK00.230.190.79
HSL350º12.77%18.43%-
HSV(B)350º22.64%20.78%-
XYZ2.72.522.63-
YUV44.82126.98133.84-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.69%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 43 (17.19% from 255) = 31.39%
R=38.69%
G=29.93%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53414300.230.190.7935012.7718.43
Hex35292B017134F15ed12
Octal655153027231175361522
Binary110101101001101011010111100111001111101011110110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35292B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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