#382123

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

Shades of Aubergine #382123

Tints of Aubergine #382123

Color information

#382123 (or 0x382123) is unknown color: approx Aubergine. HEX triplet: 38, 21 and 23. RGB value is (56,33,35). Sum of RGB (Red+Green+Blue) = 56+33+35=124 (16% of max value = 765). Red value is 56 (22.27% from 255 or 45.16% from 124); Green value is 33 (13.28% from 255 or 26.61% from 124); Blue value is 35 (14.06% from 255 or 28.23% from 124); Max value from RGB is 56 - color contains mainly: red. Hex color #382123 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382123 is #C7DEDC. Grayscale: #282828. Windows color (decimal): -13098717 or 2302264. OLE color: 2302264.

HSL color Cylindrical-coordinate representation of color #382123: hue angle of 354.78º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #382123 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.78.

Color convert

RGB563335-
CMYK00.410.370.78
HSL354.78º25.84%17.45%-
HSV(B)354.78º41.07%21.96%-
XYZ2.482.051.86-
YUV40.1125.12139.34-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 45.16%
GREEN value IS 33 (13.28% from 255) = 26.61%
BLUE value IS 35 (14.06% from 255) = 28.23%
R=45.16%
G=26.61%
B=28.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.37
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56333500.410.370.78354.7825.8417.45
Hex382123029254E1631a11
Octal704143051451165433221
Binary111000100001100011010100110010110011101011000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382123; }

 p { color: rgb(56,33,35); }

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

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

 a { background-color: rgb(56,33,35); }

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

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

 span { border-color: rgb(56,33,35); }

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