#3F292E

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

Shades of Aubergine #3F292E

Tints of Aubergine #3F292E

Color information

#3F292E (or 0x3F292E) is unknown color: approx Aubergine. HEX triplet: 3F, 29 and 2E. RGB value is (63,41,46). Sum of RGB (Red+Green+Blue) = 63+41+46=150 (19% of max value = 765). Red value is 63 (25% from 255 or 42% from 150); Green value is 41 (16.41% from 255 or 27.33% from 150); Blue value is 46 (18.36% from 255 or 30.67% from 150); Max value from RGB is 63 - color contains mainly: red. Hex color #3F292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F292E is #C0D6D1. Grayscale: #303030. Windows color (decimal): -12637906 or 3025215. OLE color: 3025215.

HSL color Cylindrical-coordinate representation of color #3F292E: hue angle of 346.36º degrees, saturation: 0.21, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #3F292E is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB634146-
CMYK00.350.270.75
HSL346.36º21.15%20.39%-
HSV(B)346.36º34.92%24.71%-
XYZ3.342.842.96-
YUV48.15126.79138.59-

RGB Variations

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

RGB

RED value IS 63 (25% from 255) = 42%
GREEN value IS 41 (16.41% from 255) = 27.33%
BLUE value IS 46 (18.36% from 255) = 30.67%
R=42%
G=27.33%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.27
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal63414600.350.270.75346.3621.1520.39
Hex3F292E0231B4B15a1514
Octal775156043331135322524
Binary11111110100110111001000111101110010111010110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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