#352506

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

Shades of Black Magic #352506

Tints of Black Magic #352506

Color information

#352506 (or 0x352506) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 06. RGB value is (53,37,6). Sum of RGB (Red+Green+Blue) = 53+37+6=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 37 (14.84% from 255 or 38.54% from 96); Blue value is 6 (2.73% from 255 or 6.25% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352506 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352506 is #CADAF9. Grayscale: #262626. Windows color (decimal): -13294330 or 402741. OLE color: 402741.

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

Color convert

RGB53376-
CMYK00.300.890.79
HSL39.57º79.66%11.57%-
HSV(B)39.57º88.68%20.78%-
XYZ2.162.090.46-
YUV38.25109.8138.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 37 (14.84% from 255) = 38.54%
BLUE value IS 6 (2.73% from 255) = 6.25%
R=55.21%
G=38.54%
B=6.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5337600.300.890.7939.5779.6611.57
Hex3525601E594F2850c
Octal654560361311175012014
Binary1101011001011100111101011001100111110100010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352506; }

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

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

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

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

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

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

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

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