Html Css Color HEX #392A2E Aubergine

📋 copy color: '#392A2E'

red 57 ◦ green 42 ◦ blue 46

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

Shades of Aubergine #392A2E

Tints of Aubergine #392A2E

RGB

 RED value IS 57 (22.66% from 255) = 39.31%

 GREEN value IS 42 (16.8% from 255) = 28.97%

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

R = 39.31%
G = 28.97%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.19

 K value IS 0.78

RGB Variations

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

Color information

#392A2E (or 0x392A2E) is known color: Aubergine. HEX triplet: 39, 2A and 2E. RGB value is (57,42,46). Sum of RGB (Red+Green+Blue) = 57+42+46=145 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.31% from 145); Green value is 42 (16.80% from 255 or 28.97% from 145); Blue value is 46 (18.36% from 255 or 31.72% from 145); Max value from RGB is 57 - color contains mainly: red. Hex color #392A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A2E is #C6D5D1. Grayscale: #2E2E2E. Windows color (decimal): -13030866 or 3025465. OLE color: 3025465.

HSL color Cylindrical-coordinate representation of color #392A2E: hue angle of 344º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #392A2E is Cyan = 0, Magento = 0.26, Yellow = 0.19 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 46 -
CMYK 0 0.26 0.19 0.78
HSL 344º 0.15% 0.19% -
HSV(B) 344º 0.26% 0.22% -
XYZ 3.01 2.72 2.95 -
YUV 46.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 57 42 46 0 0.26 0.19 0.78 344 0.15 0.19
Hex 39 2A 2E 0 1A 13 4E 158 F 13
Octal 71 52 56 0 32 23 116 530 17 23
Binary 111001 101010 101110 0 11010 10011 1001110 101011000 1111 10011

Color Harmonies of #392A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A2E

Black with #392A2E

Text Example


Text Example

White with #392A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392A2E; }

 p { color: rgb(57,42,46); }

 H1.HeaderClassName
 {
   color: #392A2E;
 }
 .AnyTagClassName
 {
   color: #392A2E;
 }
</style>

background-color css

<style>
 a { background-color: #392A2E; }

 a { background-color: rgb(57,42,46); }

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

border-color css

<style>
 span { border-color: #392A2E; }

 span { border-color: rgb(57,42,46); }

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