#352802

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

Shades of Black Magic #352802

Tints of Black Magic #352802

Color information

#352802 (or 0x352802) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 02. RGB value is (53,40,2). Sum of RGB (Red+Green+Blue) = 53+40+2=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 40 (16.02% from 255 or 42.11% from 95); Blue value is 2 (1.17% from 255 or 2.11% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352802 is #CAD7FD. Grayscale: #272727. Windows color (decimal): -13293566 or 141365. OLE color: 141365.

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

Color convert

RGB53402-
CMYK00.250.960.79
HSL44.71º92.73%10.78%-
HSV(B)44.71º96.23%20.78%-
XYZ2.242.280.38-
YUV39.56106.81137.59-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 40 (16.02% from 255) = 42.11%
BLUE value IS 2 (1.17% from 255) = 2.11%
R=55.79%
G=42.11%
B=2.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.96
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340200.250.960.7944.7192.7310.78
Hex35282019604F2d5db
Octal655020311401175513513
Binary110101101000100110011100000100111110110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352802; }

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

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

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

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

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

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

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

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