#352800

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

Shades of Black Magic #352800

Tints of Black Magic #352800

Color information

#352800 (or 0x352800) is unknown color: approx Black Magic. HEX triplet: 35, 28 and 00. RGB value is (53,40,0). Sum of RGB (Red+Green+Blue) = 53+40+0=93 (12% of max value = 765). Red value is 53 (21.09% from 255 or 56.99% from 93); Green value is 40 (16.02% from 255 or 43.01% from 93); Blue value is 0 (0.39% from 255 or 0% from 93); Max value from RGB is 53 - color contains mainly: red. Hex color #352800 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352800 is #CAD7FF. Grayscale: #272727. Windows color (decimal): -13293568 or 10293. OLE color: 10293.

HSL color Cylindrical-coordinate representation of color #352800: hue angle of 45.28º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 1%. Process color model (Four color, CMYK) of #352800 is Cyan = 0, Magento = 0.25, Yellow = 1 and Black (K on CMYK) = 0.79.

Color convert

RGB53400-
CMYK00.2510.79
HSL45.28º100%10.39%-
HSV(B)45.28º100%20.78%-
XYZ2.232.270.32-
YUV39.33105.81137.75-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 56.99%
GREEN value IS 40 (16.02% from 255) = 43.01%
BLUE value IS 0 (0.39% from 255) = 0%
R=56.99%
G=43.01%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5340000.2510.7945.2810010.39
Hex35280019644F2d64a
Octal655000311441175514412
Binary11010110100000110011100100100111110110111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352800; }

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

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

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

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

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

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

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

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