#322709

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

Shades of Black Magic #322709

Tints of Black Magic #322709

Color information

#322709 (or 0x322709) is unknown color: approx Black Magic. HEX triplet: 32, 27 and 09. RGB value is (50,39,9). Sum of RGB (Red+Green+Blue) = 50+39+9=98 (12% of max value = 765). Red value is 50 (19.92% from 255 or 51.02% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 9 (3.91% from 255 or 9.18% from 98); Max value from RGB is 50 - color contains mainly: red. Hex color #322709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322709 is #CDD8F6. Grayscale: #272727. Windows color (decimal): -13490423 or 599858. OLE color: 599858.

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

Color convert

RGB50399-
CMYK00.220.820.80
HSL43.9º69.49%11.57%-
HSV(B)43.9º82%19.61%-
XYZ2.092.150.56-
YUV38.87111.14135.94-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 51.02%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 9 (3.91% from 255) = 9.18%
R=51.02%
G=39.80%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5039900.220.820.8043.969.4911.57
Hex3227901652502c45c
Octal6247110261221205410514
Binary11001010011110010101101010010101000010110010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322709; }

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

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

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

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

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

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

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

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