#352B1A

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

Shades of Black Magic #352B1A

Tints of Black Magic #352B1A

Color information

#352B1A (or 0x352B1A) is unknown color: approx Black Magic. HEX triplet: 35, 2B and 1A. RGB value is (53,43,26). Sum of RGB (Red+Green+Blue) = 53+43+26=122 (16% of max value = 765). Red value is 53 (21.09% from 255 or 43.44% from 122); Green value is 43 (17.19% from 255 or 35.25% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 53 - color contains mainly: red. Hex color #352B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352B1A is #CAD4E5. Grayscale: #2C2C2C. Windows color (decimal): -13292774 or 1714997. OLE color: 1714997.

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

Color convert

RGB534326-
CMYK00.190.510.79
HSL37.78º34.18%15.49%-
HSV(B)37.78º50.94%20.78%-
XYZ2.522.561.34-
YUV44.05117.81134.38-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 43.44%
GREEN value IS 43 (17.19% from 255) = 35.25%
BLUE value IS 26 (10.55% from 255) = 21.31%
R=43.44%
G=35.25%
B=21.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.51
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53432600.190.510.7937.7834.1815.49
Hex352B1A013334F2622f
Octal65533202363117464217
Binary1101011010111101001001111001110011111001101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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