#322B1D

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

Shades of Black Magic #322B1D

Tints of Black Magic #322B1D

Color information

#322B1D (or 0x322B1D) is unknown color: approx Black Magic. HEX triplet: 32, 2B and 1D. RGB value is (50,43,29). Sum of RGB (Red+Green+Blue) = 50+43+29=122 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.98% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 29 (11.72% from 255 or 23.77% from 122); Max value from RGB is 50 - color contains mainly: red. Hex color #322B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B1D is #CDD4E2. Grayscale: #2B2B2B. Windows color (decimal): -13489379 or 1911602. OLE color: 1911602.

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

Color convert

RGB504329-
CMYK00.140.420.80
HSL40º26.58%15.49%-
HSV(B)40º42%19.61%-
XYZ2.42.491.52-
YUV43.5119.82132.64-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.98%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 29 (11.72% from 255) = 23.77%
R=40.98%
G=35.25%
B=23.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.42
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50432900.140.420.804026.5815.49
Hex322B1D0E2A50281bf
Octal62533501652120503317
Binary11001010101111101011101010101010000101000110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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