#35262A

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

Shades of Aubergine #35262A

Tints of Aubergine #35262A

Color information

#35262A (or 0x35262A) is unknown color: approx Aubergine. HEX triplet: 35, 26 and 2A. RGB value is (53,38,42). Sum of RGB (Red+Green+Blue) = 53+38+42=133 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.85% from 133); Green value is 38 (15.23% from 255 or 28.57% from 133); Blue value is 42 (16.80% from 255 or 31.58% from 133); Max value from RGB is 53 - color contains mainly: red. Hex color #35262A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #35262A is #CAD9D5. Grayscale: #2A2A2A. Windows color (decimal): -13294038 or 2762293. OLE color: 2762293.

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

Color convert

RGB533842-
CMYK00.280.210.79
HSL344º16.48%17.84%-
HSV(B)344º28.3%20.78%-
XYZ2.582.312.5-
YUV42.94127.47135.17-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.85%
GREEN value IS 38 (15.23% from 255) = 28.57%
BLUE value IS 42 (16.80% from 255) = 31.58%
R=39.85%
G=28.57%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53384200.280.210.7934416.4817.84
Hex35262A01C154F1581012
Octal654652034251175302022
Binary1101011001101010100111001010110011111010110001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35262A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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