#3B262B

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

Shades of Aubergine #3B262B

Tints of Aubergine #3B262B

Color information

#3B262B (or 0x3B262B) is unknown color: approx Aubergine. HEX triplet: 3B, 26 and 2B. RGB value is (59,38,43). Sum of RGB (Red+Green+Blue) = 59+38+43=140 (18% of max value = 765). Red value is 59 (23.44% from 255 or 42.14% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 43 (17.19% from 255 or 30.71% from 140); Max value from RGB is 59 - color contains mainly: red. Hex color #3B262B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3B262B is #C4D9D4. Grayscale: #2C2C2C. Windows color (decimal): -12900821 or 2827835. OLE color: 2827835.

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

Color convert

RGB593843-
CMYK00.360.270.77
HSL345.71º21.65%19.02%-
HSV(B)345.71º35.59%23.14%-
XYZ2.932.492.61-
YUV44.85126.96138.09-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 42.14%
GREEN value IS 38 (15.23% from 255) = 27.14%
BLUE value IS 43 (17.19% from 255) = 30.71%
R=42.14%
G=27.14%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.27
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal59384300.360.270.77345.7121.6519.02
Hex3B262B0241B4D15a1613
Octal734653044331155322623
Binary11101110011010101101001001101110011011010110101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B262B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,38,43); }

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

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

 a { background-color: rgb(59,38,43); }

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

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

 span { border-color: rgb(59,38,43); }

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