#352A09

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

Shades of Black Magic #352A09

Tints of Black Magic #352A09

Color information

#352A09 (or 0x352A09) is unknown color: approx Black Magic. HEX triplet: 35, 2A and 09. RGB value is (53,42,9). Sum of RGB (Red+Green+Blue) = 53+42+9=104 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.96% from 104); Green value is 42 (16.80% from 255 or 40.38% from 104); Blue value is 9 (3.91% from 255 or 8.65% from 104); Max value from RGB is 53 - color contains mainly: red. Hex color #352A09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A09 is #CAD5F6. Grayscale: #292929. Windows color (decimal): -13293047 or 600629. OLE color: 600629.

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

Color convert

RGB53429-
CMYK00.210.830.79
HSL45º70.97%12.16%-
HSV(B)45º83.02%20.78%-
XYZ2.352.430.6-
YUV41.53109.64136.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.96%
GREEN value IS 42 (16.80% from 255) = 40.38%
BLUE value IS 9 (3.91% from 255) = 8.65%
R=50.96%
G=40.38%
B=8.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.83
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5342900.210.830.794570.9712.16
Hex352A9015534F2d47c
Octal6552110251231175510714
Binary11010110101010010101011010011100111110110110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352A09; }

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

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

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

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

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

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

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

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