#352709

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

Shades of Black Magic #352709

Tints of Black Magic #352709

Color information

#352709 (or 0x352709) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 09. RGB value is (53,39,9). Sum of RGB (Red+Green+Blue) = 53+39+9=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 39 (15.62% from 255 or 38.61% from 101); Blue value is 9 (3.91% from 255 or 8.91% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352709 is #CAD8F6. Grayscale: #272727. Windows color (decimal): -13293815 or 599861. OLE color: 599861.

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

Color convert

RGB53399-
CMYK00.260.830.79
HSL40.91º70.97%12.16%-
HSV(B)40.91º83.02%20.78%-
XYZ2.242.230.57-
YUV39.77110.64137.44-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 39 (15.62% from 255) = 38.61%
BLUE value IS 9 (3.91% from 255) = 8.91%
R=52.48%
G=38.61%
B=8.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5339900.260.830.7940.9170.9712.16
Hex3527901A534F2947c
Octal6547110321231175110714
Binary11010110011110010110101010011100111110100110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352709; }

 p { color: rgb(53,39,9); }

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

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

 a { background-color: rgb(53,39,9); }

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

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

 span { border-color: rgb(53,39,9); }

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