#322D23

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

Shades of Black Magic #322D23

Tints of Black Magic #322D23

Color information

#322D23 (or 0x322D23) is unknown color: approx Black Magic. HEX triplet: 32, 2D and 23. RGB value is (50,45,35). Sum of RGB (Red+Green+Blue) = 50+45+35=130 (17% of max value = 765). Red value is 50 (19.92% from 255 or 38.46% from 130); Green value is 45 (17.97% from 255 or 34.62% from 130); Blue value is 35 (14.06% from 255 or 26.92% from 130); Max value from RGB is 50 - color contains mainly: red. Hex color #322D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D23 is #CDD2DC. Grayscale: #2D2D2D. Windows color (decimal): -13488861 or 2305330. OLE color: 2305330.

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

Color convert

RGB504535-
CMYK00.100.300.80
HSL40º17.65%16.67%-
HSV(B)40º30%19.61%-
XYZ2.562.681.97-
YUV45.36122.16131.31-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 38.46%
GREEN value IS 45 (17.97% from 255) = 34.62%
BLUE value IS 35 (14.06% from 255) = 26.92%
R=38.46%
G=34.62%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.30
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50453500.100.300.804017.6516.67
Hex322D230A1E50281211
Octal62554301236120502221
Binary110010101101100011010101111010100001010001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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