#322513

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

Shades of Black Magic #322513

Tints of Black Magic #322513

Color information

#322513 (or 0x322513) is unknown color: approx Black Magic. HEX triplet: 32, 25 and 13. RGB value is (50,37,19). Sum of RGB (Red+Green+Blue) = 50+37+19=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 19 (7.81% from 255 or 17.92% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322513 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322513 is #CDDAEC. Grayscale: #262626. Windows color (decimal): -13490925 or 1254706. OLE color: 1254706.

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

Color convert

RGB503719-
CMYK00.260.620.80
HSL34.84º44.93%13.53%-
HSV(B)34.84º62%19.61%-
XYZ2.092.050.9-
YUV38.83116.81135.96-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 19 (7.81% from 255) = 17.92%
R=47.17%
G=34.91%
B=17.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50371900.260.620.8034.8444.9313.53
Hex32251301A3E50232de
Octal62452303276120435516
Binary1100101001011001101101011111010100001000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322513; }

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

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

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

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

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

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

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

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