#382628

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

Shades of Aubergine #382628

Tints of Aubergine #382628

Color information

#382628 (or 0x382628) is unknown color: approx Aubergine. HEX triplet: 38, 26 and 28. RGB value is (56,38,40). Sum of RGB (Red+Green+Blue) = 56+38+40=134 (17% of max value = 765). Red value is 56 (22.27% from 255 or 41.79% from 134); Green value is 38 (15.23% from 255 or 28.36% from 134); Blue value is 40 (16.02% from 255 or 29.85% from 134); Max value from RGB is 56 - color contains mainly: red. Hex color #382628 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382628 is #C7D9D7. Grayscale: #2B2B2B. Windows color (decimal): -13097432 or 2631224. OLE color: 2631224.

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

Color convert

RGB563840-
CMYK00.320.290.78
HSL353.33º19.15%18.43%-
HSV(B)353.33º32.14%21.96%-
XYZ2.712.382.32-
YUV43.61125.96136.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 41.79%
GREEN value IS 38 (15.23% from 255) = 28.36%
BLUE value IS 40 (16.02% from 255) = 29.85%
R=41.79%
G=28.36%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.29
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56384000.320.290.78353.3319.1518.43
Hex3826280201D4E1611312
Octal704650040351165412322
Binary11100010011010100001000001110110011101011000011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382628; }

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

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

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

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

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

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

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

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