#352B1C

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

Shades of Black Magic #352B1C

Tints of Black Magic #352B1C

Color information

#352B1C (or 0x352B1C) is unknown color: approx Black Magic. HEX triplet: 35, 2B and 1C. RGB value is (53,43,28). Sum of RGB (Red+Green+Blue) = 53+43+28=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 28 (11.33% from 255 or 22.58% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1C is #CAD4E3. Grayscale: #2C2C2C. Windows color (decimal): -13292772 or 1846069. OLE color: 1846069.

HSL color Cylindrical-coordinate representation of color #352B1C: hue angle of 36º degrees, saturation: 0.31, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #352B1C is Cyan = 0, Magento = 0.19, Yellow = 0.47 and Black (K on CMYK) = 0.79.

Color convert

RGB534328-
CMYK00.190.470.79
HSL36º30.86%15.88%-
HSV(B)36º47.17%20.78%-
XYZ2.542.571.46-
YUV44.28118.81134.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 28 (11.33% from 255) = 22.58%
R=42.74%
G=34.68%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.47
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53432800.190.470.793630.8615.88
Hex352B1C0132F4F241f10
Octal65533402357117443720
Binary1101011010111110001001110111110011111001001111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #352B1C; }

 p { color: rgb(53,43,28); }

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

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

 a { background-color: rgb(53,43,28); }

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

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

 span { border-color: rgb(53,43,28); }

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