#352402

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

Shades of Black Magic #352402

Tints of Black Magic #352402

Color information

#352402 (or 0x352402) is unknown color: approx Black Magic. HEX triplet: 35, 24 and 02. RGB value is (53,36,2). Sum of RGB (Red+Green+Blue) = 53+36+2=91 (12% of max value = 765). Red value is 53 (21.09% from 255 or 58.24% from 91); Green value is 36 (14.45% from 255 or 39.56% from 91); Blue value is 2 (1.17% from 255 or 2.20% from 91); Max value from RGB is 53 - color contains mainly: red. Hex color #352402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352402 is #CADBFD. Grayscale: #252525. Windows color (decimal): -13294590 or 140341. OLE color: 140341.

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

Color convert

RGB53362-
CMYK00.320.960.79
HSL40º92.73%10.78%-
HSV(B)40º96.23%20.78%-
XYZ2.112.020.34-
YUV37.21108.13139.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 58.24%
GREEN value IS 36 (14.45% from 255) = 39.56%
BLUE value IS 2 (1.17% from 255) = 2.20%
R=58.24%
G=39.56%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5336200.320.960.794092.7310.78
Hex35242020604F285db
Octal654420401401175013513
Binary1101011001001001000001100000100111110100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352402; }

 p { color: rgb(53,36,2); }

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

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

 a { background-color: rgb(53,36,2); }

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

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

 span { border-color: rgb(53,36,2); }

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