#322511

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

Shades of Black Magic #322511

Tints of Black Magic #322511

Color information

#322511 (or 0x322511) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 11. RGB value is (50,37,17). Sum of RGB (Red+Green+Blue) = 50+37+17=104 (13% of max value = 765). Red value is 50 (19.92% from 255 or 48.08% from 104); Green value is 37 (14.84% from 255 or 35.58% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 50 - color contains mainly: red. Hex color #322511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322511 is #CDDAEE. Grayscale: #262626. Windows color (decimal): -13490927 or 1123634. OLE color: 1123634.

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

Color convert

RGB503717-
CMYK00.260.660.80
HSL36.36º49.25%13.14%-
HSV(B)36.36º66%19.61%-
XYZ2.082.040.81-
YUV38.61115.81136.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 48.08%
GREEN value IS 37 (14.84% from 255) = 35.58%
BLUE value IS 17 (7.03% from 255) = 16.35%
R=48.08%
G=35.58%
B=16.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50371700.260.660.8036.3649.2513.14
Hex32251101A42502431d
Octal624521032102120446115
Binary11001010010110001011010100001010100001001001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322511; }

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

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

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

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

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

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

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

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