#352D24

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

Shades of Black Magic #352D24

Tints of Black Magic #352D24

Color information

#352D24 (or 0x352D24) is unknown color: approx Black Magic. HEX triplet: 35, 2D and 24. RGB value is (53,45,36). Sum of RGB (Red+Green+Blue) = 53+45+36=134 (17% of max value = 765). Red value is 53 (21.09% from 255 or 39.55% from 134); Green value is 45 (17.97% from 255 or 33.58% from 134); Blue value is 36 (14.45% from 255 or 26.87% from 134); Max value from RGB is 53 - color contains mainly: red. Hex color #352D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352D24 is #CAD2DB. Grayscale: #2E2E2E. Windows color (decimal): -13292252 or 2370869. OLE color: 2370869.

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

Color convert

RGB534536-
CMYK00.150.320.79
HSL31.76º19.1%17.45%-
HSV(B)31.76º32.08%20.78%-
XYZ2.732.762.06-
YUV46.37122.15132.73-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 39.55%
GREEN value IS 45 (17.97% from 255) = 33.58%
BLUE value IS 36 (14.45% from 255) = 26.87%
R=39.55%
G=33.58%
B=26.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53453600.150.320.7931.7619.117.45
Hex352D240F204F201311
Octal65554401740117402321
Binary1101011011011001000111110000010011111000001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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