#322501

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

Shades of Black Magic #322501

Tints of Black Magic #322501

Color information

#322501 (or 0x322501) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 01. RGB value is (50,37,1). Sum of RGB (Red+Green+Blue) = 50+37+1=88 (11% of max value = 765). Red value is 50 (19.92% from 255 or 56.82% from 88); Green value is 37 (14.84% from 255 or 42.05% from 88); Blue value is 1 (0.78% from 255 or 1.14% from 88); Max value from RGB is 50 - color contains mainly: red. Hex color #322501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322501 is #CDDAFE. Grayscale: #242424. Windows color (decimal): -13490943 or 75058. OLE color: 75058.

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

Color convert

RGB50371-
CMYK00.260.980.80
HSL44.08º96.08%10%-
HSV(B)44.08º98%19.61%-
XYZ1.9820.31-
YUV36.78107.81137.43-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 56.82%
GREEN value IS 37 (14.84% from 255) = 42.05%
BLUE value IS 1 (0.78% from 255) = 1.14%
R=56.82%
G=42.05%
B=1.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5037100.260.980.8044.0896.0810
Hex3225101A62502c60a
Octal624510321421205414012
Binary11001010010110110101100010101000010110011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322501; }

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

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

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

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

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

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

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

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