#352913

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

Shades of Black Magic #352913

Tints of Black Magic #352913

Color information

#352913 (or 0x352913) is unknown color: approx Black Magic. HEX triplet: 35, 29 and 13. RGB value is (53,41,19). Sum of RGB (Red+Green+Blue) = 53+41+19=113 (14% of max value = 765). Red value is 53 (21.09% from 255 or 46.90% from 113); Green value is 41 (16.41% from 255 or 36.28% from 113); Blue value is 19 (7.81% from 255 or 16.81% from 113); Max value from RGB is 53 - color contains mainly: red. Hex color #352913 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352913 is #CAD6EC. Grayscale: #2A2A2A. Windows color (decimal): -13293293 or 1255733. OLE color: 1255733.

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

Color convert

RGB534119-
CMYK00.230.640.79
HSL38.82º47.22%14.12%-
HSV(B)38.82º64.15%20.78%-
XYZ2.382.390.95-
YUV42.08114.98135.79-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 46.90%
GREEN value IS 41 (16.41% from 255) = 36.28%
BLUE value IS 19 (7.81% from 255) = 16.81%
R=46.90%
G=36.28%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53411900.230.640.7938.8247.2214.12
Hex352913017404F272fe
Octal655123027100117475716
Binary11010110100110011010111100000010011111001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352913; }

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

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

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

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

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

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

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

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