#352916

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

Shades of Black Magic #352916

Tints of Black Magic #352916

Color information

#352916 (or 0x352916) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 16. RGB value is (53,41,22). Sum of RGB (Red+Green+Blue) = 53+41+22=116 (15% of max value = 765). Red value is 53 (21.09% from 255 or 45.69% from 116); Green value is 41 (16.41% from 255 or 35.34% from 116); Blue value is 22 (8.98% from 255 or 18.97% from 116); Max value from RGB is 53 - color contains mainly: red. Hex color #352916 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352916 is #CAD6E9. Grayscale: #2A2A2A. Windows color (decimal): -13293290 or 1452341. OLE color: 1452341.

HSL color Cylindrical-coordinate representation of color #352916: hue angle of 36.77º degrees, saturation: 0.41, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #352916 is Cyan = 0, Magento = 0.23, Yellow = 0.58 and Black (K on CMYK) = 0.79.

Color convert

RGB534122-
CMYK00.230.580.79
HSL36.77º41.33%14.71%-
HSV(B)36.77º58.49%20.78%-
XYZ2.412.41.1-
YUV42.42116.48135.54-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 45.69%
GREEN value IS 41 (16.41% from 255) = 35.34%
BLUE value IS 22 (8.98% from 255) = 18.97%
R=45.69%
G=35.34%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.58
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53412200.230.580.7936.7741.3314.71
Hex3529160173A4F2529f
Octal65512602772117455117
Binary1101011010011011001011111101010011111001011010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352916

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352916; }

 p { color: rgb(53,41,22); }

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

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

 a { background-color: rgb(53,41,22); }

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

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

 span { border-color: rgb(53,41,22); }

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