#3D292E

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

Shades of Aubergine #3D292E

Tints of Aubergine #3D292E

Color information

#3D292E (or 0x3D292E) is unknown color: approx Aubergine. HEX triplet: 3D, 29 and 2E. RGB value is (61,41,46). Sum of RGB (Red+Green+Blue) = 61+41+46=148 (19% of max value = 765). Red value is 61 (24.22% from 255 or 41.22% from 148); Green value is 41 (16.41% from 255 or 27.70% from 148); Blue value is 46 (18.36% from 255 or 31.08% from 148); Max value from RGB is 61 - color contains mainly: red. Hex color #3D292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D292E is #C2D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12768978 or 3025213. OLE color: 3025213.

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

Color convert

RGB614146-
CMYK00.330.250.76
HSL345º19.61%20%-
HSV(B)345º32.79%23.92%-
XYZ3.212.782.95-
YUV47.55127.13137.59-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 41.22%
GREEN value IS 41 (16.41% from 255) = 27.70%
BLUE value IS 46 (18.36% from 255) = 31.08%
R=41.22%
G=27.70%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal61414600.330.250.7634519.6120
Hex3D292E021194C1591414
Octal755156041311145312424
Binary11110110100110111001000011100110011001010110011010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,41,46); }

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

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

 a { background-color: rgb(61,41,46); }

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

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

 span { border-color: rgb(61,41,46); }

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