#322812

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

Shades of Black Magic #322812

Tints of Black Magic #322812

Color information

#322812 (or 0x322812) is unknown color: approx Black Magic. HEX triplet: 32, 28 and 12. RGB value is (50,40,18). Sum of RGB (Red+Green+Blue) = 50+40+18=108 (14% of max value = 765). Red value is 50 (19.92% from 255 or 46.30% from 108); Green value is 40 (16.02% from 255 or 37.04% from 108); Blue value is 18 (7.42% from 255 or 16.67% from 108); Max value from RGB is 50 - color contains mainly: red. Hex color #322812 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322812 is #CDD7ED. Grayscale: #282828. Windows color (decimal): -13490158 or 1189938. OLE color: 1189938.

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

Color convert

RGB504018-
CMYK00.200.640.80
HSL41.25º47.06%13.33%-
HSV(B)41.25º64%19.61%-
XYZ2.182.240.89-
YUV40.48115.31134.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 46.30%
GREEN value IS 40 (16.02% from 255) = 37.04%
BLUE value IS 18 (7.42% from 255) = 16.67%
R=46.30%
G=37.04%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50401800.200.640.8041.2547.0613.33
Hex3228120144050292fd
Octal625022024100120515715
Binary11001010100010010010100100000010100001010011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322812; }

 p { color: rgb(50,40,18); }

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

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

 a { background-color: rgb(50,40,18); }

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

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

 span { border-color: rgb(50,40,18); }

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