#352F24

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

Shades of Black Magic #352F24

Tints of Black Magic #352F24

Color information

#352F24 (or 0x352F24) is unknown color: approx Black Magic. HEX triplet: 35, 2F and 24. RGB value is (53,47,36). Sum of RGB (Red+Green+Blue) = 53+47+36=136 (18% of max value = 765). Red value is 53 (21.09% from 255 or 38.97% from 136); Green value is 47 (18.75% from 255 or 34.56% from 136); Blue value is 36 (14.45% from 255 or 26.47% from 136); Max value from RGB is 53 - color contains mainly: red. Hex color #352F24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352F24 is #CAD0DB. Grayscale: #2F2F2F. Windows color (decimal): -13291740 or 2371381. OLE color: 2371381.

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

Color convert

RGB534736-
CMYK00.110.320.79
HSL38.82º19.1%17.45%-
HSV(B)38.82º32.08%20.78%-
XYZ2.82.922.08-
YUV47.54121.49131.89-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 38.97%
GREEN value IS 47 (18.75% from 255) = 34.56%
BLUE value IS 36 (14.45% from 255) = 26.47%
R=38.97%
G=34.56%
B=26.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.32
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53473600.110.320.7938.8219.117.45
Hex352F240B204F271311
Octal65574401340117472321
Binary1101011011111001000101110000010011111001111001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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