Html Css Color HEX #382A2C Aubergine

📋 copy color: '#382A2C'

red 56 ◦ green 42 ◦ blue 44

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

Shades of Aubergine #382A2C

Tints of Aubergine #382A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 30.99%

R = 39.44%
G = 29.58%
B = 30.99%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.78

RGB Variations

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

Color information

#382A2C (or 0x382A2C) is known color: Aubergine. HEX triplet: 38, 2A and 2C. RGB value is (56,42,44). Sum of RGB (Red+Green+Blue) = 56+42+44=142 (18% of max value = 765). Red value is 56 (22.27% from 255 or 39.44% from 142); Green value is 42 (16.80% from 255 or 29.58% from 142); Blue value is 44 (17.58% from 255 or 30.99% from 142); Max value from RGB is 56 - color contains mainly: red. Hex color #382A2C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382A2C is #C7D5D3. Grayscale: #2E2E2E. Windows color (decimal): -13096404 or 2894392. OLE color: 2894392.

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

Color convert

RGB 56 42 44 -
CMYK 0 0.25 0.21 0.78
HSL 351.43º 0.14% 0.19% -
HSV(B) 351.43º 0.25% 0.22% -
XYZ 2.91 2.68 2.75 -
YUV 46.41 126.64 134.84 -
System Red Green Blue C M Y K H S L
Decimal 56 42 44 0 0.25 0.21 0.78 351.43 0.14 0.19
Hex 38 2A 2C 0 19 15 4E 15F E 13
Octal 70 52 54 0 31 25 116 537 16 23
Binary 111000 101010 101100 0 11001 10101 1001110 101011111 1110 10011

Color Harmonies of #382A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382A2C

Black with #382A2C

Text Example


Text Example

White with #382A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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