#352E20

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

Shades of Black Magic #352E20

Tints of Black Magic #352E20

Color information

#352E20 (or 0x352E20) is unknown color: approx Black Magic. HEX triplet: 35, 2E and 20. RGB value is (53,46,32). Sum of RGB (Red+Green+Blue) = 53+46+32=131 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.46% from 131); Green value is 46 (18.36% from 255 or 35.11% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 53 - color contains mainly: red. Hex color #352E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352E20 is #CAD1DF. Grayscale: #2E2E2E. Windows color (decimal): -13292000 or 2108981. OLE color: 2108981.

HSL color Cylindrical-coordinate representation of color #352E20: hue angle of 40º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #352E20 is Cyan = 0, Magento = 0.13, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB534632-
CMYK00.130.400.79
HSL40º24.71%16.67%-
HSV(B)40º39.62%20.78%-
XYZ2.712.821.77-
YUV46.5119.82132.64-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.46%
GREEN value IS 46 (18.36% from 255) = 35.11%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=40.46%
G=35.11%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53463200.130.400.794024.7116.67
Hex352E200D284F281911
Octal65564001550117503121
Binary1101011011101000000110110100010011111010001100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352E20; }

 p { color: rgb(53,46,32); }

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

<style>
 a { background-color: #352E20; }

 a { background-color: rgb(53,46,32); }

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

<style>
 span { border-color: #352E20; }

 span { border-color: rgb(53,46,32); }

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