#352400

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

Shades of Black Magic #352400

Tints of Black Magic #352400

Color information

#352400 (or 0x352400) is unknown color: approx Black Magic. HEX triplet: 35, 24 and 00. RGB value is (53,36,0). Sum of RGB (Red+Green+Blue) = 53+36+0=89 (11% of max value = 765). Red value is 53 (21.09% from 255 or 59.55% from 89); Green value is 36 (14.45% from 255 or 40.45% from 89); Blue value is 0 (0.39% from 255 or 0% from 89); Max value from RGB is 53 - color contains mainly: red. Hex color #352400 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #352400 is #CADBFF. Grayscale: #252525. Windows color (decimal): -13294592 or 9269. OLE color: 9269.

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

Color convert

RGB53360-
CMYK00.3210.79
HSL40.75º100%10.39%-
HSV(B)40.75º100%20.78%-
XYZ2.12.020.28-
YUV36.98107.13139.43-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 59.55%
GREEN value IS 36 (14.45% from 255) = 40.45%
BLUE value IS 0 (0.39% from 255) = 0%
R=59.55%
G=40.45%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 1
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal5336000.3210.7940.7510010.39
Hex35240020644F2964a
Octal654400401441175114412
Binary110101100100001000001100100100111110100111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352400; }

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

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

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

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

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

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

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

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