#352701

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

Shades of Black Magic #352701

Tints of Black Magic #352701

Color information

#352701 (or 0x352701) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 01. RGB value is (53,39,1). Sum of RGB (Red+Green+Blue) = 53+39+1=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 39 (15.62% from 255 or 41.94% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352701 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352701 is #CAD8FE. Grayscale: #272727. Windows color (decimal): -13293823 or 75573. OLE color: 75573.

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

Color convert

RGB53391-
CMYK00.260.980.79
HSL43.85º96.3%10.59%-
HSV(B)43.85º98.11%20.78%-
XYZ2.22.210.34-
YUV38.85106.64138.09-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 39 (15.62% from 255) = 41.94%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=56.99%
G=41.94%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5339100.260.980.7943.8596.310.59
Hex3527101A624F2c60b
Octal654710321421175414013
Binary11010110011110110101100010100111110110011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352701; }

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

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

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

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

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

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

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

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