Html Css Color HEX #382629 Aubergine

📋 copy color: '#382629'

red 56 ◦ green 38 ◦ blue 41

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

Shades of Aubergine #382629

Tints of Aubergine #382629

RGB

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

 GREEN value IS 38 (15.23% from 255) = 28.15%

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

R = 41.48%
G = 28.15%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.78

RGB Variations

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

Color information

#382629 (or 0x382629) is known color: Aubergine. HEX triplet: 38, 26 and 29. RGB value is (56,38,41). Sum of RGB (Red+Green+Blue) = 56+38+41=135 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.48% from 135); Green value is 38 (15.23% from 255 or 28.15% from 135); Blue value is 41 (16.41% from 255 or 30.37% from 135); Max value from RGB is 56 - color contains mainly: red. Hex color #382629 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382629 is #C7D9D6. Grayscale: #2B2B2B. Windows color (decimal): -13097431 or 2696760. OLE color: 2696760.

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

Color convert

RGB 56 38 41 -
CMYK 0 0.32 0.27 0.78
HSL 350º 0.19% 0.18% -
HSV(B) 350º 0.32% 0.22% -
XYZ 2.72 2.39 2.41 -
YUV 43.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 56 38 41 0 0.32 0.27 0.78 350 0.19 0.18
Hex 38 26 29 0 20 1B 4E 15E 13 12
Octal 70 46 51 0 40 33 116 536 23 22
Binary 111000 100110 101001 0 100000 11011 1001110 101011110 10011 10010

Color Harmonies of #382629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382629

Black with #382629

Text Example


Text Example

White with #382629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382629; }

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

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

background-color css

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

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

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

border-color css

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

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

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