#362A2C

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

Shades of Aubergine #362A2C

Tints of Aubergine #362A2C

Color information

#362A2C (or 0x362A2C) is unknown color: approx Aubergine. HEX triplet: 36, 2A and 2C. RGB value is (54,42,44). Sum of RGB (Red+Green+Blue) = 54+42+44=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 42 (16.80% from 255 or 30% from 140); Blue value is 44 (17.58% from 255 or 31.43% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #362A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362A2C is #C9D5D3. Grayscale: #2D2D2D. Windows color (decimal): -13227476 or 2894390. OLE color: 2894390.

HSL color Cylindrical-coordinate representation of color #362A2C: hue angle of 350º degrees, saturation: 0.12, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #362A2C is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.79.

Color convert

RGB544244-
CMYK00.220.190.79
HSL350º12.5%18.82%-
HSV(B)350º22.22%21.18%-
XYZ2.82.622.74-
YUV45.82126.98133.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 42 (16.80% from 255) = 30%
BLUE value IS 44 (17.58% from 255) = 31.43%
R=38.57%
G=30%
B=31.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54424400.220.190.7935012.518.82
Hex362A2C016134F15ec13
Octal665254026231175361423
Binary110110101010101100010110100111001111101011110110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362A2C; }

 p { color: rgb(54,42,44); }

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

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

 a { background-color: rgb(54,42,44); }

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

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

 span { border-color: rgb(54,42,44); }

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