#322A19

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

Shades of Black Magic #322A19

Tints of Black Magic #322A19

Color information

#322A19 (or 0x322A19) is unknown color: approx Black Magic. HEX triplet: 32, 2A and 19. RGB value is (50,42,25). Sum of RGB (Red+Green+Blue) = 50+42+25=117 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.74% from 117); Green value is 42 (16.80% from 255 or 35.90% from 117); Blue value is 25 (10.16% from 255 or 21.37% from 117); Max value from RGB is 50 - color contains mainly: red. Hex color #322A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #322A19 is #CDD5E6. Grayscale: #2A2A2A. Windows color (decimal): -13489639 or 1649202. OLE color: 1649202.

HSL color Cylindrical-coordinate representation of color #322A19: hue angle of 40.8º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #322A19 is Cyan = 0, Magento = 0.16, Yellow = 0.50 and Black (K on CMYK) = 0.80.

Color convert

RGB504225-
CMYK00.160.500.80
HSL40.8º33.33%14.71%-
HSV(B)40.8º50%19.61%-
XYZ2.322.41.26-
YUV42.45118.15133.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.74%
GREEN value IS 42 (16.80% from 255) = 35.90%
BLUE value IS 25 (10.16% from 255) = 21.37%
R=42.74%
G=35.90%
B=21.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.50
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50422500.160.500.8040.833.3314.71
Hex322A1901032502921f
Octal62523102062120514117
Binary1100101010101100101000011001010100001010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #322A19; }

 p { color: rgb(50,42,25); }

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

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

 a { background-color: rgb(50,42,25); }

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

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

 span { border-color: rgb(50,42,25); }

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