#322716

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

Shades of Black Magic #322716

Tints of Black Magic #322716

Color information

#322716 (or 0x322716) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 16. RGB value is (50,39,22). Sum of RGB (Red+Green+Blue) = 50+39+22=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 39 (15.62% from 255 or 35.14% from 111); Blue value is 22 (8.98% from 255 or 19.82% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322716 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322716 is #CDD8E9. Grayscale: #282828. Windows color (decimal): -13490410 or 1451826. OLE color: 1451826.

HSL color Cylindrical-coordinate representation of color #322716: hue angle of 36.43º 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 #322716 is Cyan = 0, Magento = 0.22, Yellow = 0.56 and Black (K on CMYK) = 0.80.

Color convert

RGB503922-
CMYK00.220.560.80
HSL36.43º38.89%14.12%-
HSV(B)36.43º56%19.61%-
XYZ2.192.191.07-
YUV40.35117.64134.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 39 (15.62% from 255) = 35.14%
BLUE value IS 22 (8.98% from 255) = 19.82%
R=45.05%
G=35.14%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.56
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50392200.220.560.8036.4338.8914.12
Hex32271601638502427e
Octal62472602670120444716
Binary1100101001111011001011011100010100001001001001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322716; }

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

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

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

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

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

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

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

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