#352600

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

Shades of Black Magic #352600

Tints of Black Magic #352600

Color information

#352600 (or 0x352600) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 00. RGB value is (53,38,0). Sum of RGB (Red+Green+Blue) = 53+38+0=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 38 (15.23% from 255 or 41.76% from 91); Blue value is 0 (0.39% from 255 or 0% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352600 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352600 is #CAD9FF. Grayscale: #262626. Windows color (decimal): -13294080 or 9781. OLE color: 9781.

HSL color Cylindrical-coordinate representation of color #352600: hue angle of 43.02º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #352600 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53380-
CMYK00.2810.79
HSL43.02º100%10.39%-
HSV(B)43.02º100%20.78%-
XYZ2.162.140.3-
YUV38.15106.47138.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 38 (15.23% from 255) = 41.76%
BLUE value IS 0 (0.39% from 255) = 0%
R=58.24%
G=41.76%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5338000.2810.7943.0210010.39
Hex3526001C644F2b64a
Octal654600341441175314412
Binary11010110011000111001100100100111110101111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352600; }

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

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

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

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

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

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

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

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