#352708

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

Shades of Black Magic #352708

Tints of Black Magic #352708

Color information

#352708 (or 0x352708) is unknown color: approx Black Magic. HEX triplet: 35, 27 and 08. RGB value is (53,39,8). Sum of RGB (Red+Green+Blue) = 53+39+8=100 (13% of max value = 765). Red value is 53 (21.09% from 255 or 53% from 100); Green value is 39 (15.62% from 255 or 39% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 53 - color contains mainly: red. Hex color #352708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352708 is #CAD8F7. Grayscale: #272727. Windows color (decimal): -13293816 or 534325. OLE color: 534325.

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

Color convert

RGB53398-
CMYK00.260.850.79
HSL41.33º73.77%11.96%-
HSV(B)41.33º84.91%20.78%-
XYZ2.242.230.54-
YUV39.65110.14137.52-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 53%
GREEN value IS 39 (15.62% from 255) = 39%
BLUE value IS 8 (3.52% from 255) = 8%
R=53%
G=39%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5339800.260.850.7941.3373.7711.96
Hex3527801A554F294ac
Octal6547100321251175111214
Binary11010110011110000110101010101100111110100110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352708; }

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

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

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

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

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

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

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

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