#32282B

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

Shades of Aubergine #32282B

Tints of Aubergine #32282B

Color information

#32282B (or 0x32282B) is unknown color: approx Aubergine. HEX triplet: 32, 28 and 2B. RGB value is (50,40,43). Sum of RGB (Red+Green+Blue) = 50+40+43=133 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.59% from 133); Green value is 40 (16.02% from 255 or 30.08% from 133); Blue value is 43 (17.19% from 255 or 32.33% from 133); Max value from RGB is 50 - color contains mainly: red. Hex color #32282B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32282B is #CDD7D4. Grayscale: #2B2B2B. Windows color (decimal): -13490133 or 2828338. OLE color: 2828338.

HSL color Cylindrical-coordinate representation of color #32282B: hue angle of 342º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #32282B is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.80.

Color convert

RGB504043-
CMYK00.200.140.80
HSL342º11.11%17.65%-
HSV(B)342º20%19.61%-
XYZ2.512.372.61-
YUV43.33127.81132.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.59%
GREEN value IS 40 (16.02% from 255) = 30.08%
BLUE value IS 43 (17.19% from 255) = 32.33%
R=37.59%
G=30.08%
B=32.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.14
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50404300.200.140.8034211.1117.65
Hex32282B014E50156b12
Octal625053024161205261322
Binary11001010100010101101010011101010000101010110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32282B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32282B; }

 p { color: rgb(50,40,43); }

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

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

 a { background-color: rgb(50,40,43); }

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

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

 span { border-color: rgb(50,40,43); }

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