#352811

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

Shades of Black Magic #352811

Tints of Black Magic #352811

Color information

#352811 (or 0x352811) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 11. RGB value is (53,40,17). Sum of RGB (Red+Green+Blue) = 53+40+17=110 (14% of max value = 765). Red value is 53 (21.09% from 255 or 48.18% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 17 (7.03% from 255 or 15.45% from 110); Max value from RGB is 53 - color contains mainly: red. Hex color #352811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352811 is #CAD7EE. Grayscale: #292929. Windows color (decimal): -13293551 or 1124405. OLE color: 1124405.

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

Color convert

RGB534017-
CMYK00.250.680.79
HSL38.33º51.43%13.73%-
HSV(B)38.33º67.92%20.78%-
XYZ2.332.310.85-
YUV41.26114.31136.37-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 48.18%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 17 (7.03% from 255) = 15.45%
R=48.18%
G=36.36%
B=15.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.68
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53401700.250.680.7938.3351.4313.73
Hex352811019444F2633e
Octal655021031104117466316
Binary11010110100010001011001100010010011111001101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352811; }

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

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

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

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

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

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

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

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