#322C24

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

Shades of Black Magic #322C24

Tints of Black Magic #322C24

Color information

#322C24 (or 0x322C24) is unknown color: approx Black Magic. HEX triplet: 32, 2C and 24. RGB value is (50,44,36). Sum of RGB (Red+Green+Blue) = 50+44+36=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 36 (14.45% from 255 or 27.69% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322C24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322C24 is #CDD3DB. Grayscale: #2C2C2C. Windows color (decimal): -13489116 or 2370610. OLE color: 2370610.

HSL color Cylindrical-coordinate representation of color #322C24: hue angle of 34.29º degrees, saturation: 0.16, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #322C24 is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.80.

Color convert

RGB504436-
CMYK00.120.280.80
HSL34.29º16.28%16.86%-
HSV(B)34.29º28%19.61%-
XYZ2.532.612.04-
YUV44.88122.99131.65-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 36 (14.45% from 255) = 27.69%
R=38.46%
G=33.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.28
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50443600.120.280.8034.2916.2816.86
Hex322C240C1C50221011
Octal62544401434120422021
Binary110010101100100100011001110010100001000101000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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