#36272A

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

Shades of Aubergine #36272A

Tints of Aubergine #36272A

Color information

#36272A (or 0x36272A) is unknown color: approx Aubergine. HEX triplet: 36, 27 and 2A. RGB value is (54,39,42). Sum of RGB (Red+Green+Blue) = 54+39+42=135 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 42 (16.80% from 255 or 31.11% from 135); Max value from RGB is 54 - color contains mainly: red. Hex color #36272A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36272A is #C9D8D5. Grayscale: #2B2B2B. Windows color (decimal): -13228246 or 2762550. OLE color: 2762550.

HSL color Cylindrical-coordinate representation of color #36272A: hue angle of 348º degrees, saturation: 0.16, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #36272A is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.79.

Color convert

RGB543942-
CMYK00.280.220.79
HSL348º16.13%18.24%-
HSV(B)348º27.78%21.18%-
XYZ2.662.42.51-
YUV43.83126.97135.26-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40%
GREEN value IS 39 (15.62% from 255) = 28.89%
BLUE value IS 42 (16.80% from 255) = 31.11%
R=40%
G=28.89%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54394200.280.220.7934816.1318.24
Hex36272A01C164F15c1012
Octal664752034261175342022
Binary1101101001111010100111001011010011111010111001000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36272A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36272A; }

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

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

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

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

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

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

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

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