#382427

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

Shades of Aubergine #382427

Tints of Aubergine #382427

Color information

#382427 (or 0x382427) is unknown color: approx Aubergine. HEX triplet: 38, 24 and 27. RGB value is (56,36,39). Sum of RGB (Red+Green+Blue) = 56+36+39=131 (17% of max value = 765). Red value is 56 (22.27% from 255 or 42.75% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 39 (15.62% from 255 or 29.77% from 131); Max value from RGB is 56 - color contains mainly: red. Hex color #382427 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #382427 is #C7DBD8. Grayscale: #2A2A2A. Windows color (decimal): -13097945 or 2565176. OLE color: 2565176.

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

Color convert

RGB563639-
CMYK00.360.300.78
HSL351º21.74%18.04%-
HSV(B)351º35.71%21.96%-
XYZ2.632.252.22-
YUV42.32126.13137.76-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 42.75%
GREEN value IS 36 (14.45% from 255) = 27.48%
BLUE value IS 39 (15.62% from 255) = 29.77%
R=42.75%
G=27.48%
B=29.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.30
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal56363900.360.300.7835121.7418.04
Hex3824270241E4E15f1612
Octal704447044361165372622
Binary11100010010010011101001001111010011101010111111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #382427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #382427; }

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

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

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

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

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

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

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

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