Html Css Color HEX #3E292E Aubergine

📋 copy color: '#3E292E'

red 62 ◦ green 41 ◦ blue 46

#3E292E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aubergine #3E292E

Tints of Aubergine #3E292E

RGB

 RED value IS 62 (24.61% from 255) = 41.61%

 GREEN value IS 41 (16.41% from 255) = 27.52%

 BLUE value IS 46 (18.36% from 255) = 30.87%

R = 41.61%
G = 27.52%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.76

RGB Variations

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

Color information

#3E292E (or 0x3E292E) is known color: Aubergine. HEX triplet: 3E, 29 and 2E. RGB value is (62,41,46). Sum of RGB (Red+Green+Blue) = 62+41+46=149 (19% of max value = 765). Red value is 62 (24.61% from 255 or 41.61% from 149); Green value is 41 (16.41% from 255 or 27.52% from 149); Blue value is 46 (18.36% from 255 or 30.87% from 149); Max value from RGB is 62 - color contains mainly: red. Hex color #3E292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3E292E is #C1D6D1. Grayscale: #2F2F2F. Windows color (decimal): -12703442 or 3025214. OLE color: 3025214.

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

Color convert

RGB 62 41 46 -
CMYK 0 0.34 0.26 0.76
HSL 345.71º 0.2% 0.2% -
HSV(B) 345.71º 0.34% 0.24% -
XYZ 3.27 2.81 2.95 -
YUV 47.85 126.96 138.09 -
System Red Green Blue C M Y K H S L
Decimal 62 41 46 0 0.34 0.26 0.76 345.71 0.2 0.2
Hex 3E 29 2E 0 22 1A 4C 15A 14 14
Octal 76 51 56 0 42 32 114 532 24 24
Binary 111110 101001 101110 0 100010 11010 1001100 101011010 10100 10100

Color Harmonies of #3E292E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E292E

Black with #3E292E

Text Example


Text Example

White with #3E292E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #3E292E;
 }
 .AnyTagClassName
 {
   color: #3E292E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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