#352B1D

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

Shades of Black Magic #352B1D

Tints of Black Magic #352B1D

Color information

#352B1D (or 0x352B1D) is unknown color: approx Black Magic. HEX triplet: 35, 2B and 1D. RGB value is (53,43,29). Sum of RGB (Red+Green+Blue) = 53+43+29=125 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.4% from 125); Green value is 43 (17.19% from 255 or 34.4% from 125); Blue value is 29 (11.72% from 255 or 23.2% from 125); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1D is #CAD4E2. Grayscale: #2C2C2C. Windows color (decimal): -13292771 or 1911605. OLE color: 1911605.

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

Color convert

RGB534329-
CMYK00.190.450.79
HSL35º29.27%16.08%-
HSV(B)35º45.28%20.78%-
XYZ2.552.571.52-
YUV44.39119.31134.14-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.4%
GREEN value IS 43 (17.19% from 255) = 34.4%
BLUE value IS 29 (11.72% from 255) = 23.2%
R=42.4%
G=34.4%
B=23.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.45
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53432900.190.450.793529.2716.08
Hex352B1D0132D4F231d10
Octal65533502355117433520
Binary1101011010111110101001110110110011111000111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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