#372C16

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

Shades of Black Magic #372C16

Tints of Black Magic #372C16

Color information

#372C16 (or 0x372C16) is unknown color: approx Black Magic. HEX triplet: 37, 2C and 16. RGB value is (55,44,22). Sum of RGB (Red+Green+Blue) = 55+44+22=121 (16% of max value = 765). Red value is 55 (21.88% from 255 or 45.45% from 121); Green value is 44 (17.58% from 255 or 36.36% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 55 - color contains mainly: red. Hex color #372C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #372C16 is #C8D3E9. Grayscale: #2C2C2C. Windows color (decimal): -13161450 or 1453111. OLE color: 1453111.

HSL color Cylindrical-coordinate representation of color #372C16: hue angle of 40º degrees, saturation: 0.43, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #372C16 is Cyan = 0, Magento = 0.2, Yellow = 0.6 and Black (K on CMYK) = 0.78.

Color convert

RGB554422-
CMYK00.20.60.78
HSL40º42.86%15.1%-
HSV(B)40º60%21.57%-
XYZ2.622.671.14-
YUV44.78115.14135.29-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 45.45%
GREEN value IS 44 (17.58% from 255) = 36.36%
BLUE value IS 22 (8.98% from 255) = 18.18%
R=45.45%
G=36.36%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.6
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal55442200.20.60.784042.8615.1
Hex372C160143C4E282bf
Octal67542602474116505317
Binary1101111011001011001010011110010011101010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #372C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,44,22); }

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

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

 a { background-color: rgb(55,44,22); }

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

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

 span { border-color: rgb(55,44,22); }

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