#352601

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

Shades of Black Magic #352601

Tints of Black Magic #352601

Color information

#352601 (or 0x352601) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 01. RGB value is (53,38,1). Sum of RGB (Red+Green+Blue) = 53+38+1=92 (12% of max value = 765). Red value is 53 (21.09% from 255 or 57.61% from 92); Green value is 38 (15.23% from 255 or 41.30% from 92); Blue value is 1 (0.78% from 255 or 1.09% from 92); Max value from RGB is 53 - color contains mainly: red. Hex color #352601 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352601 is #CAD9FE. Grayscale: #262626. Windows color (decimal): -13294079 or 75317. OLE color: 75317.

HSL color Cylindrical-coordinate representation of color #352601: hue angle of 42.69º 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 #352601 is Cyan = 0, Magento = 0.28, Yellow = 0.98 and Black (K on CMYK) = 0.79.

Color convert

RGB53381-
CMYK00.280.980.79
HSL42.69º96.3%10.59%-
HSV(B)42.69º98.11%20.78%-
XYZ2.172.150.33-
YUV38.27106.97138.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 57.61%
GREEN value IS 38 (15.23% from 255) = 41.30%
BLUE value IS 1 (0.78% from 255) = 1.09%
R=57.61%
G=41.30%
B=1.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5338100.280.980.7942.6996.310.59
Hex3526101C624F2b60b
Octal654610341421175314013
Binary11010110011010111001100010100111110101111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352601; }

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

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

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

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

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

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

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

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