#352B20

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

Shades of Black Magic #352B20

Tints of Black Magic #352B20

Color information

#352B20 (or 0x352B20) is unknown color: approx Black Magic. HEX triplet: 35, 2B and 20. RGB value is (53,43,32). Sum of RGB (Red+Green+Blue) = 53+43+32=128 (16% of max value = 765). Red value is 53 (21.09% from 255 or 41.41% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 32 (12.89% from 255 or 25% from 128); Max value from RGB is 53 - color contains mainly: red. Hex color #352B20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B20 is #CAD4DF. Grayscale: #2C2C2C. Windows color (decimal): -13292768 or 2108213. OLE color: 2108213.

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

Color convert

RGB534332-
CMYK00.190.400.79
HSL31.43º24.71%16.67%-
HSV(B)31.43º39.62%20.78%-
XYZ2.592.591.73-
YUV44.74120.81133.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 41.41%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 32 (12.89% from 255) = 25%
R=41.41%
G=33.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.40
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53433200.190.400.7931.4324.7116.67
Hex352B20013284F1f1911
Octal65534002350117373121
Binary1101011010111000000100111010001001111111111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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