#352801

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

Shades of Black Magic #352801

Tints of Black Magic #352801

Color information

#352801 (or 0x352801) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 01. RGB value is (53,40,1). Sum of RGB (Red+Green+Blue) = 53+40+1=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 1 (0.78% from 255 or 1.06% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352801 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352801 is #CAD7FE. Grayscale: #272727. Windows color (decimal): -13293567 or 75829. OLE color: 75829.

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

Color convert

RGB53401-
CMYK00.250.980.79
HSL45º96.3%10.59%-
HSV(B)45º98.11%20.78%-
XYZ2.232.280.35-
YUV39.44106.31137.67-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 40 (16.02% from 255) = 42.55%
BLUE value IS 1 (0.78% from 255) = 1.06%
R=56.38%
G=42.55%
B=1.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340100.250.980.794596.310.59
Hex35281019624F2d60b
Octal655010311421175514013
Binary11010110100010110011100010100111110110111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352801; }

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

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

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

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

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

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

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

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