#322710

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

Shades of Black Magic #322710

Tints of Black Magic #322710

Color information

#322710 (or 0x322710) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 10. RGB value is (50,39,16). Sum of RGB (Red+Green+Blue) = 50+39+16=105 (13% of max value = 765). Red value is 50 (19.92% from 255 or 47.62% from 105); Green value is 39 (15.62% from 255 or 37.14% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 50 - color contains mainly: red. Hex color #322710 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322710 is #CDD8EF. Grayscale: #272727. Windows color (decimal): -13490416 or 1058610. OLE color: 1058610.

HSL color Cylindrical-coordinate representation of color #322710: hue angle of 40.59º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #322710 is Cyan = 0, Magento = 0.22, Yellow = 0.68 and Black (K on CMYK) = 0.80.

Color convert

RGB503916-
CMYK00.220.680.80
HSL40.59º51.52%12.94%-
HSV(B)40.59º68%19.61%-
XYZ2.132.170.8-
YUV39.67114.64135.37-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.62%
GREEN value IS 39 (15.62% from 255) = 37.14%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=47.62%
G=37.14%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.68
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50391600.220.680.8040.5951.5212.94
Hex32271001644502934d
Octal624720026104120516415
Binary11001010011110000010110100010010100001010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322710; }

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

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

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

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

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

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

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

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