#352507

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

Shades of Black Magic #352507

Tints of Black Magic #352507

Color information

#352507 (or 0x352507) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 07. RGB value is (53,37,7). Sum of RGB (Red+Green+Blue) = 53+37+7=97 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.64% from 97); Green value is 37 (14.84% from 255 or 38.14% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 53 - color contains mainly: red. Hex color #352507 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352507 is #CADAF8. Grayscale: #262626. Windows color (decimal): -13294329 or 468277. OLE color: 468277.

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

Color convert

RGB53377-
CMYK00.300.870.79
HSL39.13º76.67%11.76%-
HSV(B)39.13º86.79%20.78%-
XYZ2.172.10.49-
YUV38.36110.3138.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.64%
GREEN value IS 37 (14.84% from 255) = 38.14%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=54.64%
G=38.14%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.87
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5337700.300.870.7939.1376.6711.76
Hex3525701E574F274dc
Octal654570361271174711514
Binary1101011001011110111101010111100111110011110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352507; }

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

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

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

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

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

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

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

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