Html Css Color HEX #382A2E Aubergine

📋 copy color: '#382A2E'

red 56 ◦ green 42 ◦ blue 46

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

Shades of Aubergine #382A2E

Tints of Aubergine #382A2E

RGB

 RED value IS 56 (22.27% from 255) = 38.89%

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

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

R = 38.89%
G = 29.17%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.78

RGB Variations

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

Color information

#382A2E (or 0x382A2E) is known color: Aubergine. HEX triplet: 38, 2A and 2E. RGB value is (56,42,46). Sum of RGB (Red+Green+Blue) = 56+42+46=144 (19% of max value = 765). Red value is 56 (22.27% from 255 or 38.89% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 46 (18.36% from 255 or 31.94% from 144); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2E is #C7D5D1. Grayscale: #2E2E2E. Windows color (decimal): -13096402 or 3025464. OLE color: 3025464.

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

Color convert

RGB 56 42 46 -
CMYK 0 0.25 0.18 0.78
HSL 342.86º 0.14% 0.19% -
HSV(B) 342.86º 0.25% 0.22% -
XYZ 2.95 2.69 2.95 -
YUV 46.64 127.64 134.67 -
System Red Green Blue C M Y K H S L
Decimal 56 42 46 0 0.25 0.18 0.78 342.86 0.14 0.19
Hex 38 2A 2E 0 19 12 4E 157 E 13
Octal 70 52 56 0 31 22 116 527 16 23
Binary 111000 101010 101110 0 11001 10010 1001110 101010111 1110 10011

Color Harmonies of #382A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A2E

Black with #382A2E

Text Example


Text Example

White with #382A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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