Html Css Color HEX #392A2D Aubergine

📋 copy color: '#392A2D'

red 57 ◦ green 42 ◦ blue 45

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

Shades of Aubergine #392A2D

Tints of Aubergine #392A2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 31.25%

R = 39.58%
G = 29.17%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#392A2D (or 0x392A2D) is known color: Aubergine. HEX triplet: 39, 2A and 2D. RGB value is (57,42,45). Sum of RGB (Red+Green+Blue) = 57+42+45=144 (19% of max value = 765). Red value is 57 (22.66% from 255 or 39.58% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 45 (17.97% from 255 or 31.25% from 144); Max value from RGB is 57 - color contains mainly: red. Hex color #392A2D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #392A2D is #C6D5D2. Grayscale: #2E2E2E. Windows color (decimal): -13030867 or 2959929. OLE color: 2959929.

HSL color Cylindrical-coordinate representation of color #392A2D: hue angle of 348º 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 #392A2D is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.78.

Color convert

RGB 57 42 45 -
CMYK 0 0.26 0.21 0.78
HSL 348º 0.15% 0.19% -
HSV(B) 348º 0.26% 0.22% -
XYZ 2.99 2.72 2.85 -
YUV 46.83 126.97 135.26 -
System Red Green Blue C M Y K H S L
Decimal 57 42 45 0 0.26 0.21 0.78 348 0.15 0.19
Hex 39 2A 2D 0 1A 15 4E 15C F 13
Octal 71 52 55 0 32 25 116 534 17 23
Binary 111001 101010 101101 0 11010 10101 1001110 101011100 1111 10011

Color Harmonies of #392A2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392A2D

Black with #392A2D

Text Example


Text Example

White with #392A2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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