#322B1E

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

Shades of Black Magic #322B1E

Tints of Black Magic #322B1E

Color information

#322B1E (or 0x322B1E) is unknown color: approx Black Magic. HEX triplet: 32, 2B and 1E. RGB value is (50,43,30). Sum of RGB (Red+Green+Blue) = 50+43+30=123 (16% of max value = 765). Red value is 50 (19.92% from 255 or 40.65% from 123); Green value is 43 (17.19% from 255 or 34.96% from 123); Blue value is 30 (12.11% from 255 or 24.39% from 123); Max value from RGB is 50 - color contains mainly: red. Hex color #322B1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B1E is #CDD4E1. Grayscale: #2B2B2B. Windows color (decimal): -13489378 or 1977138. OLE color: 1977138.

HSL color Cylindrical-coordinate representation of color #322B1E: hue angle of 39º degrees, saturation: 0.25, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #322B1E is Cyan = 0, Magento = 0.14, Yellow = 0.40 and Black (K on CMYK) = 0.80.

Color convert

RGB504330-
CMYK00.140.400.80
HSL39º25%15.69%-
HSV(B)39º40%19.61%-
XYZ2.412.51.58-
YUV43.61120.32132.56-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 40.65%
GREEN value IS 43 (17.19% from 255) = 34.96%
BLUE value IS 30 (12.11% from 255) = 24.39%
R=40.65%
G=34.96%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.40
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50433000.140.400.80392515.69
Hex322B1E0E2850271910
Octal62533601650120473120
Binary110010101011111100111010100010100001001111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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