#362326

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

Shades of Aubergine #362326

Tints of Aubergine #362326

Color information

#362326 (or 0x362326) is unknown color: approx Aubergine. HEX triplet: 36, 23 and 26. RGB value is (54,35,38). Sum of RGB (Red+Green+Blue) = 54+35+38=127 (16% of max value = 765). Red value is 54 (21.48% from 255 or 42.52% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 38 (15.23% from 255 or 29.92% from 127); Max value from RGB is 54 - color contains mainly: red. Hex color #362326 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362326 is #C9DCD9. Grayscale: #292929. Windows color (decimal): -13229274 or 2499382. OLE color: 2499382.

HSL color Cylindrical-coordinate representation of color #362326: hue angle of 350.53º degrees, saturation: 0.21, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #362326 is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.79.

Color convert

RGB543538-
CMYK00.350.300.79
HSL350.53º21.35%17.45%-
HSV(B)350.53º35.19%21.18%-
XYZ2.472.132.11-
YUV41.02126.29137.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 42.52%
GREEN value IS 35 (14.06% from 255) = 27.56%
BLUE value IS 38 (15.23% from 255) = 29.92%
R=42.52%
G=27.56%
B=29.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54353800.350.300.79350.5321.3517.45
Hex3623260231E4F15f1511
Octal664346043361175372521
Binary11011010001110011001000111111010011111010111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362326; }

 p { color: rgb(54,35,38); }

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

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

 a { background-color: rgb(54,35,38); }

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

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

 span { border-color: rgb(54,35,38); }

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