Html Css Color HEX #382528 Aubergine

📋 copy color: '#382528'

red 56 ◦ green 37 ◦ blue 40

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

Shades of Aubergine #382528

Tints of Aubergine #382528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 30.08%

R = 42.11%
G = 27.82%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.29

 K value IS 0.78

RGB Variations

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

Color information

#382528 (or 0x382528) is known color: Aubergine. HEX triplet: 38, 25 and 28. RGB value is (56,37,40). Sum of RGB (Red+Green+Blue) = 56+37+40=133 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.11% from 133); Green value is 37 (14.84% from 255 or 27.82% from 133); Blue value is 40 (16.02% from 255 or 30.08% from 133); Max value from RGB is 56 - color contains mainly: red. Hex color #382528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382528 is #C7DAD7. Grayscale: #2B2B2B. Windows color (decimal): -13097688 or 2630968. OLE color: 2630968.

HSL color Cylindrical-coordinate representation of color #382528: hue angle of 350.53º 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 #382528 is Cyan = 0, Magento = 0.34, Yellow = 0.29 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 37 40 -
CMYK 0 0.34 0.29 0.78
HSL 350.53º 0.2% 0.18% -
HSV(B) 350.53º 0.34% 0.22% -
XYZ 2.68 2.32 2.31 -
YUV 43.02 126.29 137.26 -
System Red Green Blue C M Y K H S L
Decimal 56 37 40 0 0.34 0.29 0.78 350.53 0.2 0.18
Hex 38 25 28 0 22 1D 4E 15F 14 12
Octal 70 45 50 0 42 35 116 537 24 22
Binary 111000 100101 101000 0 100010 11101 1001110 101011111 10100 10010

Color Harmonies of #382528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382528

Black with #382528

Text Example


Text Example

White with #382528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #382528; }

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

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

background-color css

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

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

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

border-color css

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

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

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