#352405

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

Shades of Black Magic #352405

Tints of Black Magic #352405

Color information

#352405 (or 0x352405) is unknown color: approx Black Magic. HEX triplet: 35, 24 and 05. RGB value is (53,36,5). Sum of RGB (Red+Green+Blue) = 53+36+5=94 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.38% from 94); Green value is 36 (14.45% from 255 or 38.30% from 94); Blue value is 5 (2.34% from 255 or 5.32% from 94); Max value from RGB is 53 - color contains mainly: red. Hex color #352405 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352405 is #CADBFA. Grayscale: #252525. Windows color (decimal): -13294587 or 336949. OLE color: 336949.

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

Color convert

RGB53365-
CMYK00.320.910.79
HSL38.75º82.76%11.37%-
HSV(B)38.75º90.57%20.78%-
XYZ2.132.030.42-
YUV37.55109.63139.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.38%
GREEN value IS 36 (14.45% from 255) = 38.30%
BLUE value IS 5 (2.34% from 255) = 5.32%
R=56.38%
G=38.30%
B=5.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5336500.320.910.7938.7582.7611.37
Hex352450205B4F2753b
Octal654450401331174712313
Binary11010110010010101000001011011100111110011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352405; }

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

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

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

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

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

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

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

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