#352808

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

Shades of Black Magic #352808

Tints of Black Magic #352808

Color information

#352808 (or 0x352808) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 08. RGB value is (53,40,8). Sum of RGB (Red+Green+Blue) = 53+40+8=101 (13% of max value = 765). Red value is 53 (21.09% from 255 or 52.48% from 101); Green value is 40 (16.02% from 255 or 39.60% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 53 - color contains mainly: red. Hex color #352808 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352808 is #CAD7F7. Grayscale: #282828. Windows color (decimal): -13293560 or 534581. OLE color: 534581.

HSL color Cylindrical-coordinate representation of color #352808: hue angle of 42.67º 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 #352808 is Cyan = 0, Magento = 0.25, Yellow = 0.85 and Black (K on CMYK) = 0.79.

Color convert

RGB53408-
CMYK00.250.850.79
HSL42.67º73.77%11.96%-
HSV(B)42.67º84.91%20.78%-
XYZ2.272.290.55-
YUV40.24109.81137.1-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 52.48%
GREEN value IS 40 (16.02% from 255) = 39.60%
BLUE value IS 8 (3.52% from 255) = 7.92%
R=52.48%
G=39.60%
B=7.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.85
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340800.250.850.7942.6773.7711.96
Hex35288019554F2b4ac
Octal6550100311251175311214
Binary11010110100010000110011010101100111110101110010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352808

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352808; }

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

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

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

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

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

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

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

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