#352809

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

Shades of Black Magic #352809

Tints of Black Magic #352809

Color information

#352809 (or 0x352809) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 09. RGB value is (53,40,9). Sum of RGB (Red+Green+Blue) = 53+40+9=102 (13% of max value = 765). Red value is 53 (21.09% from 255 or 51.96% from 102); Green value is 40 (16.02% from 255 or 39.22% from 102); Blue value is 9 (3.91% from 255 or 8.82% from 102); Max value from RGB is 53 - color contains mainly: red. Hex color #352809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352809 is #CAD7F6. Grayscale: #282828. Windows color (decimal): -13293559 or 600117. OLE color: 600117.

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

Color convert

RGB53409-
CMYK00.250.830.79
HSL42.27º70.97%12.16%-
HSV(B)42.27º83.02%20.78%-
XYZ2.282.290.58-
YUV40.35110.31137.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 51.96%
GREEN value IS 40 (16.02% from 255) = 39.22%
BLUE value IS 9 (3.91% from 255) = 8.82%
R=51.96%
G=39.22%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340900.250.830.7942.2770.9712.16
Hex35289019534F2a47c
Octal6550110311231175210714
Binary11010110100010010110011010011100111110101010001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352809; }

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

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

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

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

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

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

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

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