#362C2F

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

Shades of Aubergine #362C2F

Tints of Aubergine #362C2F

Color information

#362C2F (or 0x362C2F) is unknown color: approx Aubergine. HEX triplet: 36, 2C and 2F. RGB value is (54,44,47). Sum of RGB (Red+Green+Blue) = 54+44+47=145 (19% of max value = 765). Red value is 54 (21.48% from 255 or 37.24% from 145); Green value is 44 (17.58% from 255 or 30.34% from 145); Blue value is 47 (18.75% from 255 or 32.41% from 145); Max value from RGB is 54 - color contains mainly: red. Hex color #362C2F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C2F is #C9D3D0. Grayscale: #2F2F2F. Windows color (decimal): -13226961 or 3091510. OLE color: 3091510.

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

Color convert

RGB544447-
CMYK00.190.130.79
HSL342º10.2%19.22%-
HSV(B)342º18.52%21.18%-
XYZ2.942.793.07-
YUV47.33127.81132.76-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 37.24%
GREEN value IS 44 (17.58% from 255) = 30.34%
BLUE value IS 47 (18.75% from 255) = 32.41%
R=37.24%
G=30.34%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.13
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54444700.190.130.7934210.219.22
Hex362C2F013D4F156a13
Octal665457023151175261223
Binary11011010110010111101001111011001111101010110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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