#322A1B

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

Shades of Black Magic #322A1B

Tints of Black Magic #322A1B

Color information

#322A1B (or 0x322A1B) is unknown color: approx Black Magic. HEX triplet: 32, 2A and 1B. RGB value is (50,42,27). Sum of RGB (Red+Green+Blue) = 50+42+27=119 (15% of max value = 765). Red value is 50 (19.92% from 255 or 42.02% from 119); Green value is 42 (16.80% from 255 or 35.29% from 119); Blue value is 27 (10.94% from 255 or 22.69% from 119); Max value from RGB is 50 - color contains mainly: red. Hex color #322A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322A1B is #CDD5E4. Grayscale: #2A2A2A. Windows color (decimal): -13489637 or 1780274. OLE color: 1780274.

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

Color convert

RGB504227-
CMYK00.160.460.80
HSL39.13º29.87%15.1%-
HSV(B)39.13º46%19.61%-
XYZ2.342.411.38-
YUV42.68119.15133.22-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 42.02%
GREEN value IS 42 (16.80% from 255) = 35.29%
BLUE value IS 27 (10.94% from 255) = 22.69%
R=42.02%
G=35.29%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50422700.160.460.8039.1329.8715.1
Hex322A1B0102E50271ef
Octal62523302056120473617
Binary110010101010110110100001011101010000100111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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