#322E28

Color #322E28 Black Magic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Black Magic #322E28

Tints of Black Magic #322E28

Color information

#322E28 (or 0x322E28) is unknown color: approx Black Magic. HEX triplet: 32, 2E and 28. RGB value is (50,46,40). Sum of RGB (Red+Green+Blue) = 50+46+40=136 (18% of max value = 765). Red value is 50 (19.92% from 255 or 36.76% from 136); Green value is 46 (18.36% from 255 or 33.82% from 136); Blue value is 40 (16.02% from 255 or 29.41% from 136); Max value from RGB is 50 - color contains mainly: red. Hex color #322E28 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322E28 is #CDD1D7. Grayscale: #2E2E2E. Windows color (decimal): -13488600 or 2633266. OLE color: 2633266.

HSL color Cylindrical-coordinate representation of color #322E28: hue angle of 36º 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 #322E28 is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.80.

Color convert

RGB504640-
CMYK00.080.200.80
HSL36º11.11%17.65%-
HSV(B)36º20%19.61%-
XYZ2.682.792.4-
YUV46.51124.33130.49-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 36.76%
GREEN value IS 46 (18.36% from 255) = 33.82%
BLUE value IS 40 (16.02% from 255) = 29.41%
R=36.76%
G=33.82%
B=29.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.20
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50464000.080.200.803611.1117.65
Hex322E2808145024b12
Octal62565001024120441322
Binary11001010111010100001000101001010000100100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322E28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322E28; }

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

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

<style>
 a { background-color: #322E28; }

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

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

<style>
 span { border-color: #322E28; }

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

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