#322C22

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

Shades of Black Magic #322C22

Tints of Black Magic #322C22

Color information

#322C22 (or 0x322C22) is unknown color: approx Black Magic. HEX triplet: 32, 2C and 22. RGB value is (50,44,34). Sum of RGB (Red+Green+Blue) = 50+44+34=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 44 (17.58% from 255 or 34.38% from 128); Blue value is 34 (13.67% from 255 or 26.56% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322C22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C22 is #CDD3DD. Grayscale: #2C2C2C. Windows color (decimal): -13489118 or 2239538. OLE color: 2239538.

HSL color Cylindrical-coordinate representation of color #322C22: hue angle of 37.5º degrees, saturation: 0.19, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #322C22 is Cyan = 0, Magento = 0.12, Yellow = 0.32 and Black (K on CMYK) = 0.80.

Color convert

RGB504434-
CMYK00.120.320.80
HSL37.5º19.05%16.47%-
HSV(B)37.5º32%19.61%-
XYZ2.52.591.88-
YUV44.65121.99131.81-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 44 (17.58% from 255) = 34.38%
BLUE value IS 34 (13.67% from 255) = 26.56%
R=39.06%
G=34.38%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.32
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50443400.120.320.8037.519.0516.47
Hex322C220C2050261310
Octal62544201440120462320
Binary1100101011001000100110010000010100001001101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,44,34); }

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

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

 a { background-color: rgb(50,44,34); }

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

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

 span { border-color: rgb(50,44,34); }

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