#352A0B

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

Shades of Black Magic #352A0B

Tints of Black Magic #352A0B

Color information

#352A0B (or 0x352A0B) is unknown color: approx Black Magic. HEX triplet: 35, 2A and 0B. RGB value is (53,42,11). Sum of RGB (Red+Green+Blue) = 53+42+11=106 (14% of max value = 765). Red value is 53 (21.09% from 255 or 50% from 106); Green value is 42 (16.80% from 255 or 39.62% from 106); Blue value is 11 (4.69% from 255 or 10.38% from 106); Max value from RGB is 53 - color contains mainly: red. Hex color #352A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352A0B is #CAD5F4. Grayscale: #292929. Windows color (decimal): -13293045 or 731701. OLE color: 731701.

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

Color convert

RGB534211-
CMYK00.210.790.79
HSL44.29º65.62%12.55%-
HSV(B)44.29º79.25%20.78%-
XYZ2.362.440.66-
YUV41.76110.64136.02-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 39.62%
BLUE value IS 11 (4.69% from 255) = 10.38%
R=50%
G=39.62%
B=10.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.79
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53421100.210.790.7944.2965.6212.55
Hex352AB0154F4F2c42d
Octal6552130251171175410215
Binary11010110101010110101011001111100111110110010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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