#3B282C

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

Shades of Aubergine #3B282C

Tints of Aubergine #3B282C

Color information

#3B282C (or 0x3B282C) is unknown color: approx Aubergine. HEX triplet: 3B, 28 and 2C. RGB value is (59,40,44). Sum of RGB (Red+Green+Blue) = 59+40+44=143 (18% of max value = 765). Red value is 59 (23.44% from 255 or 41.26% from 143); Green value is 40 (16.02% from 255 or 27.97% from 143); Blue value is 44 (17.58% from 255 or 30.77% from 143); Max value from RGB is 59 - color contains mainly: red. Hex color #3B282C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B282C is #C4D7D3. Grayscale: #2E2E2E. Windows color (decimal): -12900308 or 2893883. OLE color: 2893883.

HSL color Cylindrical-coordinate representation of color #3B282C: hue angle of 347.37º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #3B282C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.77.

Color convert

RGB594044-
CMYK00.320.250.77
HSL347.37º19.19%19.41%-
HSV(B)347.37º32.2%23.14%-
XYZ3.022.632.73-
YUV46.14126.79137.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 41.26%
GREEN value IS 40 (16.02% from 255) = 27.97%
BLUE value IS 44 (17.58% from 255) = 30.77%
R=41.26%
G=27.97%
B=30.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.25
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59404400.320.250.77347.3719.1919.41
Hex3B282C020194D15b1313
Octal735054040311155332323
Binary11101110100010110001000001100110011011010110111001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B282C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,40,44); }

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

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

 a { background-color: rgb(59,40,44); }

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

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

 span { border-color: rgb(59,40,44); }

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