#322616

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

Shades of Black Magic #322616

Tints of Black Magic #322616

Color information

#322616 (or 0x322616) is unknown color: approx Black Magic. HEX triplet: 32, 26 and 16. RGB value is (50,38,22). Sum of RGB (Red+Green+Blue) = 50+38+22=110 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.45% from 110); Green value is 38 (15.23% from 255 or 34.55% from 110); Blue value is 22 (8.98% from 255 or 20% from 110); Max value from RGB is 50 - color contains mainly: red. Hex color #322616 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322616 is #CDD9E9. Grayscale: #272727. Windows color (decimal): -13490666 or 1451570. OLE color: 1451570.

HSL color Cylindrical-coordinate representation of color #322616: hue angle of 34.29º degrees, saturation: 0.39, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #322616 is Cyan = 0, Magento = 0.24, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503822-
CMYK00.240.560.80
HSL34.29º38.89%14.12%-
HSV(B)34.29º56%19.61%-
XYZ2.152.121.06-
YUV39.76117.98135.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.45%
GREEN value IS 38 (15.23% from 255) = 34.55%
BLUE value IS 22 (8.98% from 255) = 20%
R=45.45%
G=34.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50382200.240.560.8034.2938.8914.12
Hex32261601838502227e
Octal62462603070120424716
Binary1100101001101011001100011100010100001000101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322616; }

 p { color: rgb(50,38,22); }

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

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

 a { background-color: rgb(50,38,22); }

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

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

 span { border-color: rgb(50,38,22); }

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