Html Css Color HEX #382729 Aubergine

📋 copy color: '#382729'

red 56 ◦ green 39 ◦ blue 41

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

Shades of Aubergine #382729

Tints of Aubergine #382729

RGB

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

 GREEN value IS 39 (15.63% from 255) = 28.68%

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

R = 41.18%
G = 28.68%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382729 (or 0x382729) is known color: Aubergine. HEX triplet: 38, 27 and 29. RGB value is (56,39,41). Sum of RGB (Red+Green+Blue) = 56+39+41=136 (18% of max value = 765). Red value is 56 (22.27% from 255 or 41.18% from 136); Green value is 39 (15.62% from 255 or 28.68% from 136); Blue value is 41 (16.41% from 255 or 30.15% from 136); Max value from RGB is 56 - color contains mainly: red. Hex color #382729 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382729 is #C7D8D6. Grayscale: #2C2C2C. Windows color (decimal): -13097175 or 2697016. OLE color: 2697016.

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

Color convert

RGB 56 39 41 -
CMYK 0 0.30 0.27 0.78
HSL 352.94º 0.18% 0.19% -
HSV(B) 352.94º 0.3% 0.22% -
XYZ 2.76 2.45 2.43 -
YUV 44.31 126.13 136.34 -
System Red Green Blue C M Y K H S L
Decimal 56 39 41 0 0.30 0.27 0.78 352.94 0.18 0.19
Hex 38 27 29 0 1E 1B 4E 161 12 13
Octal 70 47 51 0 36 33 116 541 22 23
Binary 111000 100111 101001 0 11110 11011 1001110 101100001 10010 10011

Color Harmonies of #382729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382729

Black with #382729

Text Example


Text Example

White with #382729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382729; }

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

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

background-color css

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

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

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

border-color css

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

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

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