#322506

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

Shades of Black Magic #322506

Tints of Black Magic #322506

Color information

#322506 (or 0x322506) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 06. RGB value is (50,37,6). Sum of RGB (Red+Green+Blue) = 50+37+6=93 (12% of max value = 765). Red value is 50 (19.92% from 255 or 53.76% from 93); Green value is 37 (14.84% from 255 or 39.78% from 93); Blue value is 6 (2.73% from 255 or 6.45% from 93); Max value from RGB is 50 - color contains mainly: red. Hex color #322506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322506 is #CDDAF9. Grayscale: #252525. Windows color (decimal): -13490938 or 402738. OLE color: 402738.

HSL color Cylindrical-coordinate representation of color #322506: hue angle of 42.27º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #322506 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.80.

Color convert

RGB50376-
CMYK00.260.880.80
HSL42.27º78.57%10.98%-
HSV(B)42.27º88%19.61%-
XYZ2.012.010.46-
YUV37.35110.31137.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 53.76%
GREEN value IS 37 (14.84% from 255) = 39.78%
BLUE value IS 6 (2.73% from 255) = 6.45%
R=53.76%
G=39.78%
B=6.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.88
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5037600.260.880.8042.2778.5710.98
Hex3225601A58502a4fb
Octal624560321301205211713
Binary1100101001011100110101011000101000010101010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322506; }

 p { color: rgb(50,37,6); }

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

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

 a { background-color: rgb(50,37,6); }

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

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

 span { border-color: rgb(50,37,6); }

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