#322617

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

Shades of Black Magic #322617

Tints of Black Magic #322617

Color information

#322617 (or 0x322617) is unknown color: approx Black Magic. HEX triplet: 32, 26 and 17. RGB value is (50,38,23). Sum of RGB (Red+Green+Blue) = 50+38+23=111 (14% of max value = 765). Red value is 50 (19.92% from 255 or 45.05% from 111); Green value is 38 (15.23% from 255 or 34.23% from 111); Blue value is 23 (9.38% from 255 or 20.72% from 111); Max value from RGB is 50 - color contains mainly: red. Hex color #322617 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322617 is #CDD9E8. Grayscale: #272727. Windows color (decimal): -13490665 or 1517106. OLE color: 1517106.

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

Color convert

RGB503823-
CMYK00.240.540.80
HSL33.33º36.99%14.31%-
HSV(B)33.33º54%19.61%-
XYZ2.162.131.11-
YUV39.88118.48135.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 45.05%
GREEN value IS 38 (15.23% from 255) = 34.23%
BLUE value IS 23 (9.38% from 255) = 20.72%
R=45.05%
G=34.23%
B=20.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.54
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50382300.240.540.8033.3336.9914.31
Hex32261701836502125e
Octal62462703066120414516
Binary1100101001101011101100011011010100001000011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322617

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322617; }

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

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

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

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

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

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

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

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