#322200

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

Shades of Black Magic #322200

Tints of Black Magic #322200

Color information

#322200 (or 0x322200) is unknown color: approx Black Magic. HEX triplet: 32, 22 and 00. RGB value is (50,34,0). Sum of RGB (Red+Green+Blue) = 50+34+0=84 (11% of max value = 765). Red value is 50 (19.92% from 255 or 59.52% from 84); Green value is 34 (13.67% from 255 or 40.48% from 84); Blue value is 0 (0.39% from 255 or 0% from 84); Max value from RGB is 50 - color contains mainly: red. Hex color #322200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322200 is #CDDDFF. Grayscale: #232323. Windows color (decimal): -13491712 or 8754. OLE color: 8754.

HSL color Cylindrical-coordinate representation of color #322200: hue angle of 40.8º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #322200 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.80.

Color convert

RGB50340-
CMYK00.3210.80
HSL40.8º100%9.8%-
HSV(B)40.8º100%19.61%-
XYZ1.891.820.25-
YUV34.91108.3138.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 59.52%
GREEN value IS 34 (13.67% from 255) = 40.48%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.52%
G=40.48%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5034000.3210.8040.81009.8
Hex3222002064502964a
Octal624200401441205114412
Binary110010100010001000001100100101000010100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322200

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322200; }

 p { color: rgb(50,34,0); }

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

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

 a { background-color: rgb(50,34,0); }

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

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

 span { border-color: rgb(50,34,0); }

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