#382225

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

Shades of Aubergine #382225

Tints of Aubergine #382225

Color information

#382225 (or 0x382225) is unknown color: approx Aubergine. HEX triplet: 38, 22 and 25. RGB value is (56,34,37). Sum of RGB (Red+Green+Blue) = 56+34+37=127 (16% of max value = 765). Red value is 56 (22.27% from 255 or 44.09% from 127); Green value is 34 (13.67% from 255 or 26.77% from 127); Blue value is 37 (14.84% from 255 or 29.13% from 127); Max value from RGB is 56 - color contains mainly: red. Hex color #382225 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382225 is #C7DDDA. Grayscale: #282828. Windows color (decimal): -13098459 or 2433592. OLE color: 2433592.

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

Color convert

RGB563437-
CMYK00.390.340.78
HSL351.82º24.44%17.65%-
HSV(B)351.82º39.29%21.96%-
XYZ2.542.122.03-
YUV40.92125.79138.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 44.09%
GREEN value IS 34 (13.67% from 255) = 26.77%
BLUE value IS 37 (14.84% from 255) = 29.13%
R=44.09%
G=26.77%
B=29.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56343700.390.340.78351.8224.4417.65
Hex382225027224E1601812
Octal704245047421165403022
Binary111000100010100101010011110001010011101011000001100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382225; }

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

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

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

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

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

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

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

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