#362124

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

Shades of Aubergine #362124

Tints of Aubergine #362124

Color information

#362124 (or 0x362124) is unknown color: approx Aubergine. HEX triplet: 36, 21 and 24. RGB value is (54,33,36). Sum of RGB (Red+Green+Blue) = 54+33+36=123 (16% of max value = 765). Red value is 54 (21.48% from 255 or 43.90% from 123); Green value is 33 (13.28% from 255 or 26.83% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 54 - color contains mainly: red. Hex color #362124 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362124 is #C9DEDB. Grayscale: #272727. Windows color (decimal): -13229788 or 2367798. OLE color: 2367798.

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

Color convert

RGB543336-
CMYK00.390.330.79
HSL351.43º24.14%17.06%-
HSV(B)351.43º38.89%21.18%-
XYZ2.3821.93-
YUV39.62125.96138.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 43.90%
GREEN value IS 33 (13.28% from 255) = 26.83%
BLUE value IS 36 (14.45% from 255) = 29.27%
R=43.90%
G=26.83%
B=29.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54333600.390.330.79351.4324.1417.06
Hex362124027214F15f1811
Octal664144047411175373021
Binary110110100001100100010011110000110011111010111111100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362124

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362124; }

 p { color: rgb(54,33,36); }

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

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

 a { background-color: rgb(54,33,36); }

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

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

 span { border-color: rgb(54,33,36); }

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