#382428

Color #382428 Aubergine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aubergine #382428

Tints of Aubergine #382428

Color information

#382428 (or 0x382428) is unknown color: approx Aubergine. HEX triplet: 38, 24 and 28. RGB value is (56,36,40). Sum of RGB (Red+Green+Blue) = 56+36+40=132 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.42% from 132); Green value is 36 (14.45% from 255 or 27.27% from 132); Blue value is 40 (16.02% from 255 or 30.30% from 132); Max value from RGB is 56 - color contains mainly: red. Hex color #382428 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382428 is #C7DBD7. Grayscale: #2A2A2A. Windows color (decimal): -13097944 or 2630712. OLE color: 2630712.

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

Color convert

RGB563640-
CMYK00.360.290.78
HSL348º21.74%18.04%-
HSV(B)348º35.71%21.96%-
XYZ2.642.262.3-
YUV42.44126.63137.67-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.42%
GREEN value IS 36 (14.45% from 255) = 27.27%
BLUE value IS 40 (16.02% from 255) = 30.30%
R=42.42%
G=27.27%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56364000.360.290.7834821.7418.04
Hex3824280241D4E15c1612
Octal704450044351165342622
Binary11100010010010100001001001110110011101010111001011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382428; }

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

 H1.HeaderClassName
 {
   color: #382428;
 }
 .AnyTagClassName
 {
   color: #382428;
 }
</style>
background-color css

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

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

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

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

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

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