#36292D

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

Shades of Aubergine #36292D

Tints of Aubergine #36292D

Color information

#36292D (or 0x36292D) is unknown color: approx Aubergine. HEX triplet: 36, 29 and 2D. RGB value is (54,41,45). Sum of RGB (Red+Green+Blue) = 54+41+45=140 (18% of max value = 765). Red value is 54 (21.48% from 255 or 38.57% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 45 (17.97% from 255 or 32.14% from 140); Max value from RGB is 54 - color contains mainly: red. Hex color #36292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36292D is #C9D6D2. Grayscale: #2D2D2D. Windows color (decimal): -13227731 or 2959670. OLE color: 2959670.

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

Color convert

RGB544145-
CMYK00.240.170.79
HSL341.54º13.68%18.63%-
HSV(B)341.54º24.07%21.18%-
XYZ2.792.562.83-
YUV45.34127.81134.17-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 38.57%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 45 (17.97% from 255) = 32.14%
R=38.57%
G=29.29%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.17
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54414500.240.170.79341.5413.6818.63
Hex36292D018114F156e13
Octal665155030211175261623
Binary110110101001101101011000100011001111101010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36292D; }

 p { color: rgb(54,41,45); }

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

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

 a { background-color: rgb(54,41,45); }

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

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

 span { border-color: rgb(54,41,45); }

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