#352C20

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

Shades of Black Magic #352C20

Tints of Black Magic #352C20

Color information

#352C20 (or 0x352C20) is unknown color: approx Black Magic. HEX triplet: 35, 2C and 20. RGB value is (53,44,32). Sum of RGB (Red+Green+Blue) = 53+44+32=129 (17% of max value = 765). Red value is 53 (21.09% from 255 or 41.09% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 32 (12.89% from 255 or 24.81% from 129); Max value from RGB is 53 - color contains mainly: red. Hex color #352C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C20 is #CAD3DF. Grayscale: #2D2D2D. Windows color (decimal): -13292512 or 2108469. OLE color: 2108469.

HSL color Cylindrical-coordinate representation of color #352C20: hue angle of 34.29º 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 #352C20 is Cyan = 0, Magento = 0.17, Yellow = 0.40 and Black (K on CMYK) = 0.79.

Color convert

RGB534432-
CMYK00.170.400.79
HSL34.29º24.71%16.67%-
HSV(B)34.29º39.62%20.78%-
XYZ2.632.661.74-
YUV45.32120.48133.48-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.09%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 32 (12.89% from 255) = 24.81%
R=41.09%
G=34.11%
B=24.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53443200.170.400.7934.2924.7116.67
Hex352C20011284F221911
Octal65544002150117423121
Binary11010110110010000001000110100010011111000101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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