#352806

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

Shades of Black Magic #352806

Tints of Black Magic #352806

Color information

#352806 (or 0x352806) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 06. RGB value is (53,40,6). Sum of RGB (Red+Green+Blue) = 53+40+6=99 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53.54% from 99); Green value is 40 (16.02% from 255 or 40.40% from 99); Blue value is 6 (2.73% from 255 or 6.06% from 99); Max value from RGB is 53 - color contains mainly: red. Hex color #352806 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352806 is #CAD7F9. Grayscale: #282828. Windows color (decimal): -13293562 or 403509. OLE color: 403509.

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

Color convert

RGB53406-
CMYK00.250.890.79
HSL43.4º79.66%11.57%-
HSV(B)43.4º88.68%20.78%-
XYZ2.262.290.49-
YUV40.01108.81137.26-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53.54%
GREEN value IS 40 (16.02% from 255) = 40.40%
BLUE value IS 6 (2.73% from 255) = 6.06%
R=53.54%
G=40.40%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340600.250.890.7943.479.6611.57
Hex35286019594F2b50c
Octal655060311311175312014
Binary1101011010001100110011011001100111110101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352806

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352806; }

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

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

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

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

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

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

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

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