#352712

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

Shades of Black Magic #352712

Tints of Black Magic #352712

Color information

#352712 (or 0x352712) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 12. RGB value is (53,39,18). Sum of RGB (Red+Green+Blue) = 53+39+18=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 39 (15.62% from 255 or 35.45% from 110); Blue value is 18 (7.42% from 255 or 16.36% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352712 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352712 is #CAD8ED. Grayscale: #282828. Windows color (decimal): -13293806 or 1189685. OLE color: 1189685.

HSL color Cylindrical-coordinate representation of color #352712: hue angle of 36º degrees, saturation: 0.49, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #352712 is Cyan = 0, Magento = 0.26, Yellow = 0.66 and Black (K on CMYK) = 0.79.

Color convert

RGB533918-
CMYK00.260.660.79
HSL36º49.3%13.92%-
HSV(B)36º66.04%20.78%-
XYZ2.32.250.89-
YUV40.79115.14136.71-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 39 (15.62% from 255) = 35.45%
BLUE value IS 18 (7.42% from 255) = 16.36%
R=48.18%
G=35.45%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.66
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53391800.260.660.793649.313.92
Hex35271201A424F2431e
Octal654722032102117446116
Binary11010110011110010011010100001010011111001001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352712

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352712; }

 p { color: rgb(53,39,18); }

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

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

 a { background-color: rgb(53,39,18); }

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

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

 span { border-color: rgb(53,39,18); }

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