#372E20

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

Shades of Black Magic #372E20

Tints of Black Magic #372E20

Color information

#372E20 (or 0x372E20) is unknown color: approx Black Magic. HEX triplet: 37, 2E and 20. RGB value is (55,46,32). Sum of RGB (Red+Green+Blue) = 55+46+32=133 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.35% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 32 (12.89% from 255 or 24.06% from 133); Max value from RGB is 55 - color contains mainly: red. Hex color #372E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372E20 is #C8D1DF. Grayscale: #2F2F2F. Windows color (decimal): -13160928 or 2108983. OLE color: 2108983.

HSL color Cylindrical-coordinate representation of color #372E20: hue angle of 36.52º 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 #372E20 is Cyan = 0, Magento = 0.16, Yellow = 0.42 and Black (K on CMYK) = 0.78.

Color convert

RGB554632-
CMYK00.160.420.78
HSL36.52º26.44%17.06%-
HSV(B)36.52º41.82%21.57%-
XYZ2.812.871.77-
YUV47.1119.48133.64-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.35%
GREEN value IS 46 (18.36% from 255) = 34.59%
BLUE value IS 32 (12.89% from 255) = 24.06%
R=41.35%
G=34.59%
B=24.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55463200.160.420.7836.5226.4417.06
Hex372E200102A4E251a11
Octal67564002052116453221
Binary11011110111010000001000010101010011101001011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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