#322B1B

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

Shades of Black Magic #322B1B

Tints of Black Magic #322B1B

Color information

#322B1B (or 0x322B1B) is unknown color: approx Black Magic. HEX triplet: 32, 2B and 1B. RGB value is (50,43,27). Sum of RGB (Red+Green+Blue) = 50+43+27=120 (15% of max value = 765). Red value is 50 (19.92% from 255 or 41.67% from 120); Green value is 43 (17.19% from 255 or 35.83% from 120); Blue value is 27 (10.94% from 255 or 22.5% from 120); Max value from RGB is 50 - color contains mainly: red. Hex color #322B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B1B is #CDD4E4. Grayscale: #2B2B2B. Windows color (decimal): -13489381 or 1780530. OLE color: 1780530.

HSL color Cylindrical-coordinate representation of color #322B1B: hue angle of 41.74º 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 #322B1B is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.80.

Color convert

RGB504327-
CMYK00.140.460.80
HSL41.74º29.87%15.1%-
HSV(B)41.74º46%19.61%-
XYZ2.382.481.39-
YUV43.27118.82132.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 41.67%
GREEN value IS 43 (17.19% from 255) = 35.83%
BLUE value IS 27 (10.94% from 255) = 22.5%
R=41.67%
G=35.83%
B=22.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.46
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50432700.140.460.8041.7429.8715.1
Hex322B1B0E2E502a1ef
Octal62533301656120523617
Binary11001010101111011011101011101010000101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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