#322713

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

Shades of Black Magic #322713

Tints of Black Magic #322713

Color information

#322713 (or 0x322713) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 13. RGB value is (50,39,19). Sum of RGB (Red+Green+Blue) = 50+39+19=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 39 (15.62% from 255 or 36.11% from 108); Blue value is 19 (7.81% from 255 or 17.59% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322713 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322713 is #CDD8EC. Grayscale: #282828. Windows color (decimal): -13490413 or 1255218. OLE color: 1255218.

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

Color convert

RGB503919-
CMYK00.220.620.80
HSL38.71º44.93%13.53%-
HSV(B)38.71º62%19.61%-
XYZ2.162.180.92-
YUV40.01116.14135.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 39 (15.62% from 255) = 36.11%
BLUE value IS 19 (7.81% from 255) = 17.59%
R=46.30%
G=36.11%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50391900.220.620.8038.7144.9313.53
Hex3227130163E50272de
Octal62472302676120475516
Binary1100101001111001101011011111010100001001111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322713; }

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

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

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

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

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

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

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

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