#352A0A

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

Shades of Black Magic #352A0A

Tints of Black Magic #352A0A

Color information

#352A0A (or 0x352A0A) is unknown color: approx Black Magic. HEX triplet: 35, 2A and 0A. RGB value is (53,42,10). Sum of RGB (Red+Green+Blue) = 53+42+10=105 (13% of max value = 765). Red value is 53 (21.09% from 255 or 50.48% from 105); Green value is 42 (16.80% from 255 or 40% from 105); Blue value is 10 (4.30% from 255 or 9.52% from 105); Max value from RGB is 53 - color contains mainly: red. Hex color #352A0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A0A is #CAD5F5. Grayscale: #292929. Windows color (decimal): -13293046 or 666165. OLE color: 666165.

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

Color convert

RGB534210-
CMYK00.210.810.79
HSL44.65º68.25%12.35%-
HSV(B)44.65º81.13%20.78%-
XYZ2.352.430.63-
YUV41.64110.14136.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50.48%
GREEN value IS 42 (16.80% from 255) = 40%
BLUE value IS 10 (4.30% from 255) = 9.52%
R=50.48%
G=40%
B=9.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.81
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53421000.210.810.7944.6568.2512.35
Hex352AA015514F2d44c
Octal6552120251211175510414
Binary11010110101010100101011010001100111110110110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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