#352704

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

Shades of Black Magic #352704

Tints of Black Magic #352704

Color information

#352704 (or 0x352704) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 04. RGB value is (53,39,4). Sum of RGB (Red+Green+Blue) = 53+39+4=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 39 (15.62% from 255 or 40.62% from 96); Blue value is 4 (1.95% from 255 or 4.17% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352704 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352704 is #CAD8FB. Grayscale: #272727. Windows color (decimal): -13293820 or 272181. OLE color: 272181.

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

Color convert

RGB53394-
CMYK00.260.920.79
HSL42.86º85.96%11.18%-
HSV(B)42.86º92.45%20.78%-
XYZ2.222.220.43-
YUV39.2108.14137.85-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 39 (15.62% from 255) = 40.62%
BLUE value IS 4 (1.95% from 255) = 4.17%
R=55.21%
G=40.62%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.92
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5339400.260.920.7942.8685.9611.18
Hex3527401A5C4F2b56b
Octal654740321341175312613
Binary1101011001111000110101011100100111110101110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352704

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352704; }

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

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

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

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

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

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

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

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