#352C1B

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

Shades of Black Magic #352C1B

Tints of Black Magic #352C1B

Color information

#352C1B (or 0x352C1B) is unknown color: approx Black Magic. HEX triplet: 35, 2C and 1B. RGB value is (53,44,27). Sum of RGB (Red+Green+Blue) = 53+44+27=124 (16% of max value = 765). Red value is 53 (21.09% from 255 or 42.74% from 124); Green value is 44 (17.58% from 255 or 35.48% from 124); Blue value is 27 (10.94% from 255 or 21.77% from 124); Max value from RGB is 53 - color contains mainly: red. Hex color #352C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #352C1B is #CAD3E4. Grayscale: #2C2C2C. Windows color (decimal): -13292517 or 1780789. OLE color: 1780789.

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

Color convert

RGB534427-
CMYK00.170.490.79
HSL39.23º32.5%15.69%-
HSV(B)39.23º49.06%20.78%-
XYZ2.572.641.41-
YUV44.75117.98133.88-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 42.74%
GREEN value IS 44 (17.58% from 255) = 35.48%
BLUE value IS 27 (10.94% from 255) = 21.77%
R=42.74%
G=35.48%
B=21.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.49
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal53442700.170.490.7939.2332.515.69
Hex352C1B011314F272010
Octal65543302161117474020
Binary11010110110011011010001110001100111110011110000010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #352C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,44,27); }

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

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

 a { background-color: rgb(53,44,27); }

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

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

 span { border-color: rgb(53,44,27); }

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