#322612

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

Shades of Black Magic #322612

Tints of Black Magic #322612

Color information

#322612 (or 0x322612) is unknown color: approx Black Magic. HEX triplet: 32, 26 and 12. RGB value is (50,38,18). Sum of RGB (Red+Green+Blue) = 50+38+18=106 (14% of max value = 765). Red value is 50 (19.92% from 255 or 47.17% from 106); Green value is 38 (15.23% from 255 or 35.85% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 50 - color contains mainly: red. Hex color #322612 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322612 is #CDD9ED. Grayscale: #272727. Windows color (decimal): -13490670 or 1189426. OLE color: 1189426.

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

Color convert

RGB503818-
CMYK00.240.640.80
HSL37.5º47.06%13.33%-
HSV(B)37.5º64%19.61%-
XYZ2.122.110.87-
YUV39.31115.98135.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 47.17%
GREEN value IS 38 (15.23% from 255) = 35.85%
BLUE value IS 18 (7.42% from 255) = 16.98%
R=47.17%
G=35.85%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.64
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50381800.240.640.8037.547.0613.33
Hex3226120184050262fd
Octal624622030100120465715
Binary11001010011010010011000100000010100001001101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322612

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322612; }

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

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

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

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

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

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

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

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