#372D20

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

Shades of Black Magic #372D20

Tints of Black Magic #372D20

Color information

#372D20 (or 0x372D20) is unknown color: approx Black Magic. HEX triplet: 37, 2D and 20. RGB value is (55,45,32). Sum of RGB (Red+Green+Blue) = 55+45+32=132 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.67% from 132); Green value is 45 (17.97% from 255 or 34.09% from 132); Blue value is 32 (12.89% from 255 or 24.24% from 132); Max value from RGB is 55 - color contains mainly: red. Hex color #372D20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372D20 is #C8D2DF. Grayscale: #2E2E2E. Windows color (decimal): -13161184 or 2108727. OLE color: 2108727.

HSL color Cylindrical-coordinate representation of color #372D20: hue angle of 33.91º degrees, saturation: 0.26, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #372D20 is Cyan = 0, Magento = 0.18, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB554532-
CMYK00.180.420.78
HSL33.91º26.44%17.06%-
HSV(B)33.91º41.82%21.57%-
XYZ2.772.791.76-
YUV46.51119.81134.06-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.67%
GREEN value IS 45 (17.97% from 255) = 34.09%
BLUE value IS 32 (12.89% from 255) = 24.24%
R=41.67%
G=34.09%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55453200.180.420.7833.9126.4417.06
Hex372D200122A4E221a11
Octal67554002252116423221
Binary11011110110110000001001010101010011101000101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372D20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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