#36242A

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

Shades of Aubergine #36242A

Tints of Aubergine #36242A

Color information

#36242A (or 0x36242A) is unknown color: approx Aubergine. HEX triplet: 36, 24 and 2A. RGB value is (54,36,42). Sum of RGB (Red+Green+Blue) = 54+36+42=132 (17% of max value = 765). Red value is 54 (21.48% from 255 or 40.91% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 42 (16.80% from 255 or 31.82% from 132); Max value from RGB is 54 - color contains mainly: red. Hex color #36242A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36242A is #C9DBD5. Grayscale: #2A2A2A. Windows color (decimal): -13229014 or 2761782. OLE color: 2761782.

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

Color convert

RGB543642-
CMYK00.330.220.79
HSL340º20%17.65%-
HSV(B)340º33.33%21.18%-
XYZ2.572.212.48-
YUV42.07127.96136.51-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 40.91%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 42 (16.80% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54364200.330.220.793402017.65
Hex36242A021164F1541412
Octal664452041261175242422
Binary11011010010010101001000011011010011111010101001010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36242A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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