Html Css Color HEX #382529 Aubergine

📋 copy color: '#382529'

red 56 ◦ green 37 ◦ blue 41

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

Shades of Aubergine #382529

Tints of Aubergine #382529

RGB

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

 GREEN value IS 37 (14.84% from 255) = 27.61%

 BLUE value IS 41 (16.41% from 255) = 30.6%

R = 41.79%
G = 27.61%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382529 (or 0x382529) is known color: Aubergine. HEX triplet: 38, 25 and 29. RGB value is (56,37,41). Sum of RGB (Red+Green+Blue) = 56+37+41=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 37 (14.84% from 255 or 27.61% from 134); Blue value is 41 (16.41% from 255 or 30.60% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382529 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382529 is #C7DAD6. Grayscale: #2B2B2B. Windows color (decimal): -13097687 or 2696504. OLE color: 2696504.

HSL color Cylindrical-coordinate representation of color #382529: hue angle of 347.37º degrees, saturation: 0.2, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #382529 is Cyan = 0, Magento = 0.34, Yellow = 0.27 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 41 -
CMYK 0 0.34 0.27 0.78
HSL 347.37º 0.2% 0.18% -
HSV(B) 347.37º 0.34% 0.22% -
XYZ 2.69 2.32 2.4 -
YUV 43.14 126.79 137.17 -
System Red Green Blue C M Y K H S L
Decimal 56 37 41 0 0.34 0.27 0.78 347.37 0.2 0.18
Hex 38 25 29 0 22 1B 4E 15B 14 12
Octal 70 45 51 0 42 33 116 533 24 22
Binary 111000 100101 101001 0 100010 11011 1001110 101011011 10100 10010

Color Harmonies of #382529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382529

Black with #382529

Text Example


Text Example

White with #382529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382529; }

 p { color: rgb(56,37,41); }

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

background-color css

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

 a { background-color: rgb(56,37,41); }

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

border-color css

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

 span { border-color: rgb(56,37,41); }

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