#352603

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

Shades of Black Magic #352603

Tints of Black Magic #352603

Color information

#352603 (or 0x352603) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 03. RGB value is (53,38,3). Sum of RGB (Red+Green+Blue) = 53+38+3=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 38 (15.23% from 255 or 40.43% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352603 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352603 is #CAD9FC. Grayscale: #262626. Windows color (decimal): -13294077 or 206389. OLE color: 206389.

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

Color convert

RGB53383-
CMYK00.280.940.79
HSL42º89.29%10.98%-
HSV(B)42º94.34%20.78%-
XYZ2.182.150.39-
YUV38.49107.97138.35-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 38 (15.23% from 255) = 40.43%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=56.38%
G=40.43%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.94
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5338300.280.940.794289.2910.98
Hex3526301C5E4F2a59b
Octal654630341361175213113
Binary110101100110110111001011110100111110101010110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352603

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352603; }

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

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

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

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

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

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

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

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