#352803

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

Shades of Black Magic #352803

Tints of Black Magic #352803

Color information

#352803 (or 0x352803) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 03. RGB value is (53,40,3). Sum of RGB (Red+Green+Blue) = 53+40+3=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 40 (16.02% from 255 or 41.67% from 96); Blue value is 3 (1.56% from 255 or 3.12% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352803 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352803 is #CAD7FC. Grayscale: #272727. Windows color (decimal): -13293565 or 206901. OLE color: 206901.

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

Color convert

RGB53403-
CMYK00.250.940.79
HSL44.4º89.29%10.98%-
HSV(B)44.4º94.34%20.78%-
XYZ2.242.280.41-
YUV39.67107.31137.51-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 40 (16.02% from 255) = 41.67%
BLUE value IS 3 (1.56% from 255) = 3.12%
R=55.21%
G=41.67%
B=3.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340300.250.940.7944.489.2910.98
Hex352830195E4F2c59b
Octal655030311361175413113
Binary110101101000110110011011110100111110110010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352803

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352803; }

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

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

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

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

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

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

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

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