#362C20

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

Shades of Black Magic #362C20

Tints of Black Magic #362C20

Color information

#362C20 (or 0x362C20) is unknown color: approx Black Magic. HEX triplet: 36, 2C and 20. RGB value is (54,44,32). Sum of RGB (Red+Green+Blue) = 54+44+32=130 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.54% from 130); Green value is 44 (17.58% from 255 or 33.85% from 130); Blue value is 32 (12.89% from 255 or 24.62% from 130); Max value from RGB is 54 - color contains mainly: red. Hex color #362C20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362C20 is #C9D3DF. Grayscale: #2D2D2D. Windows color (decimal): -13226976 or 2108470. OLE color: 2108470.

HSL color Cylindrical-coordinate representation of color #362C20: hue angle of 32.73º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #362C20 is Cyan = 0, Magento = 0.19, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB544432-
CMYK00.190.410.79
HSL32.73º25.58%16.86%-
HSV(B)32.73º40.74%21.18%-
XYZ2.682.691.74-
YUV45.62120.31133.98-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.54%
GREEN value IS 44 (17.58% from 255) = 33.85%
BLUE value IS 32 (12.89% from 255) = 24.62%
R=41.54%
G=33.85%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54443200.190.410.7932.7325.5816.86
Hex362C20013294F211a11
Octal66544002351117413221
Binary11011010110010000001001110100110011111000011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #362C20; }

 p { color: rgb(54,44,32); }

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

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

 a { background-color: rgb(54,44,32); }

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

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

 span { border-color: rgb(54,44,32); }

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