#322D27

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

Shades of Black Magic #322D27

Tints of Black Magic #322D27

Color information

#322D27 (or 0x322D27) is unknown color: approx Black Magic. HEX triplet: 32, 2D and 27. RGB value is (50,45,39). Sum of RGB (Red+Green+Blue) = 50+45+39=134 (17% of max value = 765). Red value is 50 (19.92% from 255 or 37.31% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 39 (15.62% from 255 or 29.10% from 134); Max value from RGB is 50 - color contains mainly: red. Hex color #322D27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #322D27 is #CDD2D8. Grayscale: #2D2D2D. Windows color (decimal): -13488857 or 2567474. OLE color: 2567474.

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

Color convert

RGB504539-
CMYK00.100.220.80
HSL32.73º12.36%17.45%-
HSV(B)32.73º22%19.61%-
XYZ2.622.72.3-
YUV45.81124.16130.99-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 37.31%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 39 (15.62% from 255) = 29.10%
R=37.31%
G=33.58%
B=29.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.22
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal50453900.100.220.8032.7312.3617.45
Hex322D270A165021c11
Octal62554701226120411421
Binary11001010110110011101010101101010000100001110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #322D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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