#362628

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

Shades of Aubergine #362628

Tints of Aubergine #362628

Color information

#362628 (or 0x362628) is unknown color: approx Aubergine. HEX triplet: 36, 26 and 28. RGB value is (54,38,40). Sum of RGB (Red+Green+Blue) = 54+38+40=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 38 (15.23% from 255 or 28.79% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #362628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362628 is #C9D9D7. Grayscale: #2B2B2B. Windows color (decimal): -13228504 or 2631222. OLE color: 2631222.

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

Color convert

RGB543840-
CMYK00.300.260.79
HSL352.5º17.39%18.04%-
HSV(B)352.5º29.63%21.18%-
XYZ2.62.322.32-
YUV43.01126.3135.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 38 (15.23% from 255) = 28.79%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=40.91%
G=28.79%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.26
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54384000.300.260.79352.517.3918.04
Hex36262801E1A4F1601112
Octal664650036321175402122
Binary1101101001101010000111101101010011111011000001000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362628; }

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

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

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

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

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

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

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

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