#322B23

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

Shades of Black Magic #322B23

Tints of Black Magic #322B23

Color information

#322B23 (or 0x322B23) is unknown color: approx Black Magic. HEX triplet: 32, 2B and 23. RGB value is (50,43,35). Sum of RGB (Red+Green+Blue) = 50+43+35=128 (16% of max value = 765). Red value is 50 (19.92% from 255 or 39.06% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 35 (14.06% from 255 or 27.34% from 128); Max value from RGB is 50 - color contains mainly: red. Hex color #322B23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322B23 is #CDD4DC. Grayscale: #2C2C2C. Windows color (decimal): -13489373 or 2304818. OLE color: 2304818.

HSL color Cylindrical-coordinate representation of color #322B23: hue angle of 32º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #322B23 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.80.

Color convert

RGB504335-
CMYK00.140.300.80
HSL32º17.65%16.67%-
HSV(B)32º30%19.61%-
XYZ2.482.531.95-
YUV44.18122.82132.15-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 39.06%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 35 (14.06% from 255) = 27.34%
R=39.06%
G=33.59%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50433500.140.300.803217.6516.67
Hex322B230E1E50201211
Octal62534301636120402221
Binary110010101011100011011101111010100001000001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322B23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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