#382224

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

Shades of Aubergine #382224

Tints of Aubergine #382224

Color information

#382224 (or 0x382224) is unknown color: approx Aubergine. HEX triplet: 38, 22 and 24. RGB value is (56,34,36). Sum of RGB (Red+Green+Blue) = 56+34+36=126 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.44% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 36 (14.45% from 255 or 28.57% from 126); Max value from RGB is 56 - color contains mainly: red. Hex color #382224 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382224 is #C7DDDB. Grayscale: #282828. Windows color (decimal): -13098460 or 2368056. OLE color: 2368056.

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

Color convert

RGB563436-
CMYK00.390.360.78
HSL354.55º24.44%17.65%-
HSV(B)354.55º39.29%21.96%-
XYZ2.522.111.94-
YUV40.81125.29138.84-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.44%
GREEN value IS 34 (13.67% from 255) = 26.98%
BLUE value IS 36 (14.45% from 255) = 28.57%
R=44.44%
G=26.98%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56343600.390.360.78354.5524.4417.65
Hex382224027244E1631812
Octal704244047441165433022
Binary111000100010100100010011110010010011101011000111100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382224

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382224; }

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

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

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

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

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

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

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

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