#3D282D

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

Shades of Aubergine #3D282D

Tints of Aubergine #3D282D

Color information

#3D282D (or 0x3D282D) is unknown color: approx Aubergine. HEX triplet: 3D, 28 and 2D. RGB value is (61,40,45). Sum of RGB (Red+Green+Blue) = 61+40+45=146 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.78% from 146); Green value is 40 (16.02% from 255 or 27.40% from 146); Blue value is 45 (17.97% from 255 or 30.82% from 146); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282D is #C2D7D2. Grayscale: #2E2E2E. Windows color (decimal): -12769235 or 2959421. OLE color: 2959421.

HSL color Cylindrical-coordinate representation of color #3D282D: hue angle of 345.71º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D282D is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.76.

Color convert

RGB614045-
CMYK00.340.260.76
HSL345.71º20.79%19.8%-
HSV(B)345.71º34.43%23.92%-
XYZ3.162.72.84-
YUV46.85126.96138.09-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.78%
GREEN value IS 40 (16.02% from 255) = 27.40%
BLUE value IS 45 (17.97% from 255) = 30.82%
R=41.78%
G=27.40%
B=30.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61404500.340.260.76345.7120.7919.8
Hex3D282D0221A4C15a1514
Octal755055042321145322524
Binary11110110100010110101000101101010011001010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D282D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3D282D; }

 p { color: rgb(61,40,45); }

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

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

 a { background-color: rgb(61,40,45); }

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

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

 span { border-color: rgb(61,40,45); }

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