#352301

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

Shades of Black Magic #352301

Tints of Black Magic #352301

Color information

#352301 (or 0x352301) is unknown color: approx Black Magic. HEX triplet: 35, 23 and 01. RGB value is (53,35,1). Sum of RGB (Red+Green+Blue) = 53+35+1=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352301 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352301 is #CADCFE. Grayscale: #242424. Windows color (decimal): -13294847 or 74549. OLE color: 74549.

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

Color convert

RGB53351-
CMYK00.340.980.79
HSL39.23º96.3%10.59%-
HSV(B)39.23º98.11%20.78%-
XYZ2.071.960.3-
YUV36.51107.96139.76-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 35 (14.06% from 255) = 39.33%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=59.55%
G=39.33%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.98
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5335100.340.980.7939.2396.310.59
Hex35231022624F2760b
Octal654310421421174714013
Binary110101100011101000101100010100111110011111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352301

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352301; }

 p { color: rgb(53,35,1); }

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

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

 a { background-color: rgb(53,35,1); }

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

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

 span { border-color: rgb(53,35,1); }

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