#322615

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

Shades of Black Magic #322615

Tints of Black Magic #322615

Color information

#322615 (or 0x322615) is unknown color: approx Black Magic. HEX triplet: 32, 26 and 15. RGB value is (50,38,21). Sum of RGB (Red+Green+Blue) = 50+38+21=109 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.87% from 109); Green value is 38 (15.23% from 255 or 34.86% from 109); Blue value is 21 (8.59% from 255 or 19.27% from 109); Max value from RGB is 50 - color contains mainly: red. Hex color #322615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322615 is #CDD9EA. Grayscale: #272727. Windows color (decimal): -13490667 or 1386034. OLE color: 1386034.

HSL color Cylindrical-coordinate representation of color #322615: hue angle of 35.17º degrees, saturation: 0.41, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #322615 is Cyan = 0, Magento = 0.24, Yellow = 0.58 and Black (K on CMYK) = 0.80.

Color convert

RGB503821-
CMYK00.240.580.80
HSL35.17º40.85%13.92%-
HSV(B)35.17º58%19.61%-
XYZ2.142.121.01-
YUV39.65117.48135.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.87%
GREEN value IS 38 (15.23% from 255) = 34.86%
BLUE value IS 21 (8.59% from 255) = 19.27%
R=45.87%
G=34.86%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.58
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50382100.240.580.8035.1740.8513.92
Hex3226150183A502329e
Octal62462503072120435116
Binary1100101001101010101100011101010100001000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322615; }

 p { color: rgb(50,38,21); }

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

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

 a { background-color: rgb(50,38,21); }

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

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

 span { border-color: rgb(50,38,21); }

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