#322512

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

Shades of Black Magic #322512

Tints of Black Magic #322512

Color information

#322512 (or 0x322512) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 12. RGB value is (50,37,18). Sum of RGB (Red+Green+Blue) = 50+37+18=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 37 (14.84% from 255 or 35.24% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322512 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322512 is #CDDAED. Grayscale: #262626. Windows color (decimal): -13490926 or 1189170. OLE color: 1189170.

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

Color convert

RGB503718-
CMYK00.260.640.80
HSL35.63º47.06%13.33%-
HSV(B)35.63º64%19.61%-
XYZ2.092.040.86-
YUV38.72116.31136.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 37 (14.84% from 255) = 35.24%
BLUE value IS 18 (7.42% from 255) = 17.14%
R=47.62%
G=35.24%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50371800.260.640.8035.6347.0613.33
Hex32251201A4050242fd
Octal624522032100120445715
Binary11001010010110010011010100000010100001001001011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322512; }

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

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

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

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

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

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

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

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