#3C2528

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

Shades of Aubergine #3C2528

Tints of Aubergine #3C2528

Color information

#3C2528 (or 0x3C2528) is unknown color: approx Aubergine. HEX triplet: 3C, 25 and 28. RGB value is (60,37,40). Sum of RGB (Red+Green+Blue) = 60+37+40=137 (18% of max value = 765). Red value is 60 (23.83% from 255 or 43.80% from 137); Green value is 37 (14.84% from 255 or 27.01% from 137); Blue value is 40 (16.02% from 255 or 29.20% from 137); Max value from RGB is 60 - color contains mainly: red. Hex color #3C2528 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C2528 is #C3DAD7. Grayscale: #2C2C2C. Windows color (decimal): -12835544 or 2630972. OLE color: 2630972.

HSL color Cylindrical-coordinate representation of color #3C2528: hue angle of 352.17º degrees, saturation: 0.24, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #3C2528 is Cyan = 0, Magento = 0.38, Yellow = 0.33 and Black (K on CMYK) = 0.76.

Color convert

RGB603740-
CMYK00.380.330.76
HSL352.17º23.71%19.02%-
HSV(B)352.17º38.33%23.53%-
XYZ2.912.442.32-
YUV44.22125.62139.26-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 43.80%
GREEN value IS 37 (14.84% from 255) = 27.01%
BLUE value IS 40 (16.02% from 255) = 29.20%
R=43.80%
G=27.01%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.33
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60374000.380.330.76352.1723.7119.02
Hex3C2528026214C1601813
Octal744550046411145403023
Binary111100100101101000010011010000110011001011000001100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C2528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C2528; }

 p { color: rgb(60,37,40); }

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

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

 a { background-color: rgb(60,37,40); }

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

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

 span { border-color: rgb(60,37,40); }

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