#3D282C

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

Shades of Aubergine #3D282C

Tints of Aubergine #3D282C

Color information

#3D282C (or 0x3D282C) is unknown color: approx Aubergine. HEX triplet: 3D, 28 and 2C. RGB value is (61,40,44). Sum of RGB (Red+Green+Blue) = 61+40+44=145 (19% of max value = 765). Red value is 61 (24.22% from 255 or 42.07% from 145); Green value is 40 (16.02% from 255 or 27.59% from 145); Blue value is 44 (17.58% from 255 or 30.34% from 145); Max value from RGB is 61 - color contains mainly: red. Hex color #3D282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D282C is #C2D7D3. Grayscale: #2E2E2E. Windows color (decimal): -12769236 or 2893885. OLE color: 2893885.

HSL color Cylindrical-coordinate representation of color #3D282C: hue angle of 348.57º 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 #3D282C is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.76.

Color convert

RGB614044-
CMYK00.340.280.76
HSL348.57º20.79%19.8%-
HSV(B)348.57º34.43%23.92%-
XYZ3.142.692.74-
YUV46.73126.46138.17-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 42.07%
GREEN value IS 40 (16.02% from 255) = 27.59%
BLUE value IS 44 (17.58% from 255) = 30.34%
R=42.07%
G=27.59%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61404400.340.280.76348.5720.7919.8
Hex3D282C0221C4C15d1514
Octal755054042341145352524
Binary11110110100010110001000101110010011001010111011010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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