#352505

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

Shades of Black Magic #352505

Tints of Black Magic #352505

Color information

#352505 (or 0x352505) is unknown color: approx Black Magic. HEX triplet: 35, 25 and 05. RGB value is (53,37,5). Sum of RGB (Red+Green+Blue) = 53+37+5=95 (12% of max value = 765). Red value is 53 (21.09% from 255 or 55.79% from 95); Green value is 37 (14.84% from 255 or 38.95% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 53 - color contains mainly: red. Hex color #352505 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352505 is #CADAFA. Grayscale: #262626. Windows color (decimal): -13294331 or 337205. OLE color: 337205.

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

Color convert

RGB53375-
CMYK00.300.910.79
HSL40º82.76%11.37%-
HSV(B)40º90.57%20.78%-
XYZ2.162.090.43-
YUV38.14109.3138.6-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 55.79%
GREEN value IS 37 (14.84% from 255) = 38.95%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=55.79%
G=38.95%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.91
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5337500.300.910.794082.7611.37
Hex3525501E5B4F2853b
Octal654550361331175012313
Binary1101011001011010111101011011100111110100010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352505

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352505; }

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

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

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

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

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

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

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

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