#352605

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

Shades of Black Magic #352605

Tints of Black Magic #352605

Color information

#352605 (or 0x352605) is unknown color: approx Black Magic. HEX triplet: 35, 26 and 05. RGB value is (53,38,5). Sum of RGB (Red+Green+Blue) = 53+38+5=96 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.21% from 96); Green value is 38 (15.23% from 255 or 39.58% from 96); Blue value is 5 (2.34% from 255 or 5.21% from 96); Max value from RGB is 53 - color contains mainly: red. Hex color #352605 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352605 is #CAD9FA. Grayscale: #262626. Windows color (decimal): -13294075 or 337461. OLE color: 337461.

HSL color Cylindrical-coordinate representation of color #352605: hue angle of 41.25º degrees, saturation: 0.83, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #352605 is Cyan = 0, Magento = 0.28, Yellow = 0.91 and Black (K on CMYK) = 0.79.

Color convert

RGB53385-
CMYK00.280.910.79
HSL41.25º82.76%11.37%-
HSV(B)41.25º90.57%20.78%-
XYZ2.192.150.44-
YUV38.72108.97138.18-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.21%
GREEN value IS 38 (15.23% from 255) = 39.58%
BLUE value IS 5 (2.34% from 255) = 5.21%
R=55.21%
G=39.58%
B=5.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5338500.280.910.7941.2582.7611.37
Hex3526501C5B4F2953b
Octal654650341331175112313
Binary1101011001101010111001011011100111110100110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352605; }

 p { color: rgb(53,38,5); }

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

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

 a { background-color: rgb(53,38,5); }

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

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

 span { border-color: rgb(53,38,5); }

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