#362E30

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

Shades of Aubergine #362E30

Tints of Aubergine #362E30

Color information

#362E30 (or 0x362E30) is unknown color: approx Aubergine. HEX triplet: 36, 2E and 30. RGB value is (54,46,48). Sum of RGB (Red+Green+Blue) = 54+46+48=148 (19% of max value = 765). Red value is 54 (21.48% from 255 or 36.49% from 148); Green value is 46 (18.36% from 255 or 31.08% from 148); Blue value is 48 (19.14% from 255 or 32.43% from 148); Max value from RGB is 54 - color contains mainly: red. Hex color #362E30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362E30 is #C9D1CF. Grayscale: #303030. Windows color (decimal): -13226448 or 3157558. OLE color: 3157558.

HSL color Cylindrical-coordinate representation of color #362E30: hue angle of 345º degrees, saturation: 0.08, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #362E30 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.79.

Color convert

RGB544648-
CMYK00.150.110.79
HSL345º8%19.61%-
HSV(B)345º14.81%21.18%-
XYZ3.032.953.21-
YUV48.62127.65131.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 36.49%
GREEN value IS 46 (18.36% from 255) = 31.08%
BLUE value IS 48 (19.14% from 255) = 32.43%
R=36.49%
G=31.08%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54464800.150.110.79345819.61
Hex362E300FB4F159814
Octal665660017131175311024
Binary1101101011101100000111110111001111101011001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,46,48); }

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

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

 a { background-color: rgb(54,46,48); }

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

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

 span { border-color: rgb(54,46,48); }

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