#322711

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

Shades of Black Magic #322711

Tints of Black Magic #322711

Color information

#322711 (or 0x322711) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 11. RGB value is (50,39,17). Sum of RGB (Red+Green+Blue) = 50+39+17=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 39 (15.62% from 255 or 36.79% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322711 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322711 is #CDD8EE. Grayscale: #272727. Windows color (decimal): -13490415 or 1124146. OLE color: 1124146.

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

Color convert

RGB503917-
CMYK00.220.660.80
HSL40º49.25%13.14%-
HSV(B)40º66%19.61%-
XYZ2.142.170.84-
YUV39.78115.14135.29-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 39 (15.62% from 255) = 36.79%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=47.17%
G=36.79%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50391700.220.660.804049.2513.14
Hex32271101642502831d
Octal624721026102120506115
Binary11001010011110001010110100001010100001010001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322711; }

 p { color: rgb(50,39,17); }

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

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

 a { background-color: rgb(50,39,17); }

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

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

 span { border-color: rgb(50,39,17); }

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