#372F20

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

Shades of Black Magic #372F20

Tints of Black Magic #372F20

Color information

#372F20 (or 0x372F20) is unknown color: approx Black Magic. HEX triplet: 37, 2F and 20. RGB value is (55,47,32). Sum of RGB (Red+Green+Blue) = 55+47+32=134 (17% of max value = 765). Red value is 55 (21.88% from 255 or 41.04% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 32 (12.89% from 255 or 23.88% from 134); Max value from RGB is 55 - color contains mainly: red. Hex color #372F20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #372F20 is #C8D0DF. Grayscale: #2F2F2F. Windows color (decimal): -13160672 or 2109239. OLE color: 2109239.

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

Color convert

RGB554732-
CMYK00.150.420.78
HSL39.13º26.44%17.06%-
HSV(B)39.13º41.82%21.57%-
XYZ2.852.951.79-
YUV47.68119.15133.22-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 41.04%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 32 (12.89% from 255) = 23.88%
R=41.04%
G=35.07%
B=23.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.42
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55473200.150.420.7839.1326.4417.06
Hex372F200F2A4E271a11
Octal67574001752116473221
Binary1101111011111000000111110101010011101001111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372F20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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