#362D20

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

Shades of Black Magic #362D20

Tints of Black Magic #362D20

Color information

#362D20 (or 0x362D20) is unknown color: approx Black Magic. HEX triplet: 36, 2D and 20. RGB value is (54,45,32). Sum of RGB (Red+Green+Blue) = 54+45+32=131 (17% of max value = 765). Red value is 54 (21.48% from 255 or 41.22% from 131); Green value is 45 (17.97% from 255 or 34.35% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 54 - color contains mainly: red. Hex color #362D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #362D20 is #C9D2DF. Grayscale: #2E2E2E. Windows color (decimal): -13226720 or 2108726. OLE color: 2108726.

HSL color Cylindrical-coordinate representation of color #362D20: hue angle of 35.45º 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 #362D20 is Cyan = 0, Magento = 0.17, Yellow = 0.41 and Black (K on CMYK) = 0.79.

Color convert

RGB544532-
CMYK00.170.410.79
HSL35.45º25.58%16.86%-
HSV(B)35.45º40.74%21.18%-
XYZ2.722.771.76-
YUV46.21119.98133.56-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 41.22%
GREEN value IS 45 (17.97% from 255) = 34.35%
BLUE value IS 32 (12.89% from 255) = 24.43%
R=41.22%
G=34.35%
B=24.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.41
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal54453200.170.410.7935.4525.5816.86
Hex362D20011294F231a11
Octal66554002151117433221
Binary11011010110110000001000110100110011111000111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #362D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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