#3C272B

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

Shades of Aubergine #3C272B

Tints of Aubergine #3C272B

Color information

#3C272B (or 0x3C272B) is unknown color: approx Aubergine. HEX triplet: 3C, 27 and 2B. RGB value is (60,39,43). Sum of RGB (Red+Green+Blue) = 60+39+43=142 (18% of max value = 765). Red value is 60 (23.83% from 255 or 42.25% from 142); Green value is 39 (15.62% from 255 or 27.46% from 142); Blue value is 43 (17.19% from 255 or 30.28% from 142); Max value from RGB is 60 - color contains mainly: red. Hex color #3C272B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C272B is #C3D8D4. Grayscale: #2D2D2D. Windows color (decimal): -12835029 or 2828092. OLE color: 2828092.

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

Color convert

RGB603943-
CMYK00.350.280.76
HSL348.57º21.21%19.41%-
HSV(B)348.57º35%23.53%-
XYZ3.032.592.63-
YUV45.74126.46138.17-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 42.25%
GREEN value IS 39 (15.62% from 255) = 27.46%
BLUE value IS 43 (17.19% from 255) = 30.28%
R=42.25%
G=27.46%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.28
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal60394300.350.280.76348.5721.2119.41
Hex3C272B0231C4C15d1513
Octal744753043341145352523
Binary11110010011110101101000111110010011001010111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C272B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(60,39,43); }

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

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

 a { background-color: rgb(60,39,43); }

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

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

 span { border-color: rgb(60,39,43); }

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