#352611

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

Shades of Black Magic #352611

Tints of Black Magic #352611

Color information

#352611 (or 0x352611) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 11. RGB value is (53,38,17). Sum of RGB (Red+Green+Blue) = 53+38+17=108 (14% of max value = 765). Red value is 53 (21.09% from 255 or 49.07% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 17 (7.03% from 255 or 15.74% from 108); Max value from RGB is 53 - color contains mainly: red. Hex color #352611 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352611 is #CAD9EE. Grayscale: #282828. Windows color (decimal): -13294063 or 1123893. OLE color: 1123893.

HSL color Cylindrical-coordinate representation of color #352611: hue angle of 35º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #352611 is Cyan = 0, Magento = 0.28, Yellow = 0.68 and Black (K on CMYK) = 0.79.

Color convert

RGB533817-
CMYK00.280.680.79
HSL35º51.43%13.73%-
HSV(B)35º67.92%20.78%-
XYZ2.262.180.83-
YUV40.09114.97137.21-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 49.07%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 17 (7.03% from 255) = 15.74%
R=49.07%
G=35.19%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53381700.280.680.793551.4313.73
Hex35261101C444F2333e
Octal654621034104117436316
Binary11010110011010001011100100010010011111000111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352611

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352611; }

 p { color: rgb(53,38,17); }

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

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

 a { background-color: rgb(53,38,17); }

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

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

 span { border-color: rgb(53,38,17); }

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