#322C23

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

Shades of Black Magic #322C23

Tints of Black Magic #322C23

Color information

#322C23 (or 0x322C23) is unknown color: approx Black Magic. HEX triplet: 32, 2C and 23. RGB value is (50,44,35). Sum of RGB (Red+Green+Blue) = 50+44+35=129 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.76% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 35 (14.06% from 255 or 27.13% from 129); Max value from RGB is 50 - color contains mainly: red. Hex color #322C23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C23 is #CDD3DC. Grayscale: #2C2C2C. Windows color (decimal): -13489117 or 2305074. OLE color: 2305074.

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

Color convert

RGB504435-
CMYK00.120.300.80
HSL36º17.65%16.67%-
HSV(B)36º30%19.61%-
XYZ2.522.61.96-
YUV44.77122.49131.73-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.76%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 35 (14.06% from 255) = 27.13%
R=38.76%
G=34.11%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50443500.120.300.803617.6516.67
Hex322C230C1E50241211
Octal62544301436120442221
Binary110010101100100011011001111010100001001001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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