#322300

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

Shades of Black Magic #322300

Tints of Black Magic #322300

Color information

#322300 (or 0x322300) is unknown color: approx Black Magic. HEX triplet: 32, 23 and 00. RGB value is (50,35,0). Sum of RGB (Red+Green+Blue) = 50+35+0=85 (11% of max value = 765). Red value is 50 (19.92% from 255 or 58.82% from 85); Green value is 35 (14.06% from 255 or 41.18% from 85); Blue value is 0 (0.39% from 255 or 0% from 85); Max value from RGB is 50 - color contains mainly: red. Hex color #322300 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322300 is #CDDCFF. Grayscale: #232323. Windows color (decimal): -13491456 or 9010. OLE color: 9010.

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

Color convert

RGB50350-
CMYK00.3010.80
HSL42º100%9.8%-
HSV(B)42º100%19.61%-
XYZ1.921.880.26-
YUV35.49107.97138.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 58.82%
GREEN value IS 35 (14.06% from 255) = 41.18%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.82%
G=41.18%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 1
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal5035000.3010.80421009.8
Hex3223001E64502a64a
Octal624300361441205214412
Binary11001010001100111101100100101000010101011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322300; }

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

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

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

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

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

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

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

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