#352706

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

Shades of Black Magic #352706

Tints of Black Magic #352706

Color information

#352706 (or 0x352706) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 06. RGB value is (53,39,6). Sum of RGB (Red+Green+Blue) = 53+39+6=98 (12% of max value = 765). Red value is 53 (21.09% from 255 or 54.08% from 98); Green value is 39 (15.62% from 255 or 39.80% from 98); Blue value is 6 (2.73% from 255 or 6.12% from 98); Max value from RGB is 53 - color contains mainly: red. Hex color #352706 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352706 is #CAD8F9. Grayscale: #272727. Windows color (decimal): -13293818 or 403253. OLE color: 403253.

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

Color convert

RGB53396-
CMYK00.260.890.79
HSL42.13º79.66%11.57%-
HSV(B)42.13º88.68%20.78%-
XYZ2.232.220.48-
YUV39.42109.14137.68-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 54.08%
GREEN value IS 39 (15.62% from 255) = 39.80%
BLUE value IS 6 (2.73% from 255) = 6.12%
R=54.08%
G=39.80%
B=6.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.89
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5339600.260.890.7942.1379.6611.57
Hex3527601A594F2a50c
Octal654760321311175212014
Binary1101011001111100110101011001100111110101010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352706; }

 p { color: rgb(53,39,6); }

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

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

 a { background-color: rgb(53,39,6); }

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

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

 span { border-color: rgb(53,39,6); }

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