#35262B

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

Shades of Aubergine #35262B

Tints of Aubergine #35262B

Color information

#35262B (or 0x35262B) is unknown color: approx Aubergine. HEX triplet: 35, 26 and 2B. RGB value is (53,38,43). Sum of RGB (Red+Green+Blue) = 53+38+43=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 43 (17.19% from 255 or 32.09% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #35262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262B is #CAD9D4. Grayscale: #2B2B2B. Windows color (decimal): -13294037 or 2827829. OLE color: 2827829.

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

Color convert

RGB533843-
CMYK00.280.190.79
HSL340º16.48%17.84%-
HSV(B)340º28.3%20.78%-
XYZ2.62.322.6-
YUV43.06127.97135.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 43 (17.19% from 255) = 32.09%
R=39.55%
G=28.36%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53384300.280.190.7934016.4817.84
Hex35262B01C134F1541012
Octal654653034231175242022
Binary1101011001101010110111001001110011111010101001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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