#352D22

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

Shades of Black Magic #352D22

Tints of Black Magic #352D22

Color information

#352D22 (or 0x352D22) is unknown color: approx Black Magic. HEX triplet: 35, 2D and 22. RGB value is (53,45,34). Sum of RGB (Red+Green+Blue) = 53+45+34=132 (17% of max value = 765). Red value is 53 (21.09% from 255 or 40.15% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 34 (13.67% from 255 or 25.76% from 132); Max value from RGB is 53 - color contains mainly: red. Hex color #352D22 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D22 is #CAD2DD. Grayscale: #2E2E2E. Windows color (decimal): -13292254 or 2239797. OLE color: 2239797.

HSL color Cylindrical-coordinate representation of color #352D22: hue angle of 34.74º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #352D22 is Cyan = 0, Magento = 0.15, Yellow = 0.36 and Black (K on CMYK) = 0.79.

Color convert

RGB534534-
CMYK00.150.360.79
HSL34.74º21.84%17.06%-
HSV(B)34.74º35.85%20.78%-
XYZ2.72.751.9-
YUV46.14121.15132.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 40.15%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 34 (13.67% from 255) = 25.76%
R=40.15%
G=34.09%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.36
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53453400.150.360.7934.7421.8417.06
Hex352D220F244F231611
Octal65554201744117432621
Binary1101011011011000100111110010010011111000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,45,34); }

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

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

 a { background-color: rgb(53,45,34); }

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

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

 span { border-color: rgb(53,45,34); }

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