#36282A

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

Shades of Aubergine #36282A

Tints of Aubergine #36282A

Color information

#36282A (or 0x36282A) is unknown color: approx Aubergine. HEX triplet: 36, 28 and 2A. RGB value is (54,40,42). Sum of RGB (Red+Green+Blue) = 54+40+42=136 (18% of max value = 765). Red value is 54 (21.48% from 255 or 39.71% from 136); Green value is 40 (16.02% from 255 or 29.41% from 136); Blue value is 42 (16.80% from 255 or 30.88% from 136); Max value from RGB is 54 - color contains mainly: red. Hex color #36282A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #36282A is #C9D7D5. Grayscale: #2C2C2C. Windows color (decimal): -13227990 or 2762806. OLE color: 2762806.

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

Color convert

RGB544042-
CMYK00.260.220.79
HSL351.43º14.89%18.43%-
HSV(B)351.43º25.93%21.18%-
XYZ2.72.472.52-
YUV44.41126.64134.84-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 39.71%
GREEN value IS 40 (16.02% from 255) = 29.41%
BLUE value IS 42 (16.80% from 255) = 30.88%
R=39.71%
G=29.41%
B=30.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.22
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54404200.260.220.79351.4314.8918.43
Hex36282A01A164F15ff12
Octal665052032261175371722
Binary110110101000101010011010101101001111101011111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36282A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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